Advertisement
SlySlixty

Untitled

Feb 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 338.17 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  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,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end-- [[Created by: TheDarkRevenant - Edited by N3xul.
  147.  
  148. -- Script: Celestial Titan
  149.  
  150. -- Last Updated: 15:42 2017-07-22
  151.  
  152. -------------------------------------------------------------------------------------
  153. local p = game.Players.LocalPlayer
  154. local char = p.Character
  155. local mouse = p:GetMouse()
  156. local larm = char["Left Arm"]
  157. local rarm = char["Right Arm"]
  158. local lleg = char["Left Leg"]
  159. local rleg = char["Right Leg"]
  160. local hed = char.Head
  161. local torso = char.Torso
  162. local hum = char.Humanoid
  163. local cam = game.Workspace.CurrentCamera
  164. local root = char.HumanoidRootPart
  165. local deb = false
  166. local shot = 0
  167. local l = game:GetService("Lighting")
  168. local rs = game:GetService("RunService").RenderStepped
  169. local debris=game:service"Debris"
  170. local stanceToggle = "Normal"
  171. math.randomseed(os.time())
  172. hum.WalkSpeed = 7
  173. char.Health:Destroy()
  174. hum.MaxHealth = 10000
  175. wait(0.1)
  176. hum.Health = 10000
  177. ----------------------------------------------------
  178. ypcall(function()
  179. char.Shirt:Destroy()
  180. char.Pants:Destroy()
  181. shirt = Instance.new("Shirt", char)
  182. shirt.Name = "Shirt"
  183. pants = Instance.new("Pants", char)
  184. pants.Name = "Pants"
  185. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=131708604"
  186. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=131708657"
  187. end)
  188. ----------------------------------------------------
  189. Debounces = {
  190. on = false;
  191. ks = false;
  192. CanAttack = true;
  193. CanJoke = true;
  194. NoIdl = false;
  195. Slashing = false;
  196. Slashed = false;
  197. Grabbing = false;
  198. Grabbed = false;
  199. }
  200. local Touche = {char.Name, }
  201. ----------------------------------------------------
  202. function lerp(a, b, t) -- Linear interpolation
  203. return a + (b - a)*t
  204. end
  205.  
  206. function slerp(a, b, t) --Spherical interpolation
  207. dot = a:Dot(b)
  208. if dot > 0.99999 or dot < -0.99999 then
  209. return t <= 0.5 and a or b
  210. else
  211. r = math.acos(dot)
  212. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  213. end
  214. end
  215.  
  216. function matrixInterpolate(a, b, t)
  217. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  218. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  219. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  220. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  221. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  222. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  223. local t = v1:Dot(v2)
  224. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  225. return CFrame.new()
  226. end
  227. return CFrame.new(
  228. v0.x, v0.y, v0.z,
  229. v1.x, v1.y, v1.z,
  230. v2.x, v2.y, v2.z,
  231. v3.x, v3.y, v3.z)
  232. end
  233. ----------------------------------------------------
  234. function genWeld(a,b)
  235. local w = Instance.new("Weld",a)
  236. w.Part0 = a
  237. w.Part1 = b
  238. return w
  239. end
  240. function weld(a, b)
  241. local weld = Instance.new("Weld")
  242. weld.Name = "W"
  243. weld.Part0 = a
  244. weld.Part1 = b
  245. weld.C0 = a.CFrame:inverse() * b.CFrame
  246. weld.Parent = a
  247. return weld;
  248. end
  249. ----------------------------------------------------
  250. function Lerp(c1,c2,al)
  251. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  252. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  253. for i,v in pairs(com1) do
  254. com1[i] = v+(com2[i]-v)*al
  255. end
  256. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  257. end
  258. ----------------------------------------------------
  259. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  260. local wld = Instance.new("Weld", wp1)
  261. wld.Part0 = wp0
  262. wld.Part1 = wp1
  263. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  264. end
  265. ----------------------------------------------------
  266. function Tween(a,b,c)
  267. return a+(b-a)*c
  268. end
  269. ----------------------------------------------------
  270. function nwPrt(prnt,siz,cf,col)
  271. local prt=Instance.new("Part")
  272. prt.Parent=prnt
  273. prt.FormFactor=3
  274. prt.Name="Part"
  275. prt.Size=siz
  276. prt.CanCollide=false
  277. prt.Anchored=true
  278. prt.Locked=true
  279. prt.TopSurface=10
  280. prt.BottomSurface=10
  281. prt.FrontSurface=10
  282. prt.BackSurface=10
  283. prt.LeftSurface=10
  284. prt.RightSurface=10
  285. prt:BreakJoints()
  286. prt.CFrame=cf or CFrame.new(30,10,30)
  287. prt.Material="Neon"
  288. prt.BrickColor=BrickColor.new(col)
  289. m=Instance.new("SpecialMesh",prt)
  290. m.MeshType=6
  291. return prt
  292. end
  293. ----------------------------------------------------
  294. function nwSnd(prnt,pch,vol,id)
  295. local s=Instance.new("Sound",prnt)
  296. s.Pitch=pch
  297. s.Volume=vol
  298. s.SoundId="rbxassetid://"..id
  299. s.PlayOnRemove=true
  300. return s
  301. end
  302. ----------------------------------------------------
  303. function newRay(start,face,range,wat)
  304. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  305. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  306. return rey,hit,pos
  307. end
  308. ----------------------------------------------------
  309. for i,v in pairs(char:children()) do
  310. if v:IsA("Hat") then
  311. v:Destroy()
  312. end
  313. end
  314. for i,v in pairs(hed:children()) do
  315. if v:IsA("Sound") then
  316. v:Destroy()
  317. end
  318. end
  319. ----------------------------------------------------
  320. function HasntTouched(plrname)
  321. local ret = true
  322. for _, v in pairs(Touche) do
  323. if v == plrname then
  324. ret = false
  325. end
  326. end
  327. return ret
  328. end
  329. ----------------------------------------------------
  330. larm.Size = larm.Size * 2
  331. rarm.Size = rarm.Size * 2
  332. lleg.Size = lleg.Size * 2
  333. rleg.Size = rleg.Size * 2
  334. torso.Size = torso.Size * 2
  335. hed.Size = hed.Size * 2
  336. root.Size = root.Size * 2
  337. ----------------------------------------------------
  338. newWeld(torso, larm, -1.5, 0.5, 0)
  339. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  340. newWeld(torso, rarm, 1.5, 0.5, 0)
  341. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  342. newWeld(torso, hed, 0, 1.5, 0)
  343. newWeld(torso, lleg, -0.5, -1, 0)
  344. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  345. newWeld(torso, rleg, 0.5, -1, 0)
  346. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  347. newWeld(root, torso, 0, -1, 0)
  348. torso.Weld.C1 = CFrame.new(0, -1, 0)
  349. ----------------------------------------------------
  350. hed.face.Texture = "rbxassetid://629947734"
  351. z=Instance.new('Decal',hed)
  352. z.Face = 'Front'
  353. z.Texture='rbxassetid://99174105'
  354. z1=Instance.new('Decal',hed)
  355. z1.Face = 'Right'
  356. hed.BrickColor = BrickColor.new("Really black")
  357. lite = Instance.new("PointLight", torso)
  358. lite.Brightness = 14
  359. lite.Range = 10
  360. lite.Color = Color3.new(170, 0, 255)
  361. --[[local hed2 = hed:Clone()
  362. hed2.CanCollide = false
  363. hed2.Parent = char
  364. hed2:ClearAllChildren()
  365. hed2.Transparency = 1
  366. hed2.Name = "DARP"
  367. local w = Instance.new("Weld",hed2)
  368. w.Part0 = hed
  369. w.Part1 = hed2
  370. w.C0 = CFrame.new(0,0,-0.175)
  371. z=Instance.new("SurfaceGui",hed2)
  372. z.Enabled = true
  373. z.Face = "Front"
  374. z.Adornee = hed2
  375. z.CanvasSize = Vector2.new(100,100)
  376. local face = Instance.new("ImageLabel",z)
  377. face.Size = UDim2.new(1,-30,1,0)
  378. face.Position = UDim2.new(0,15,0,0)
  379. face.BackgroundTransparency = 1
  380. face.Image='rbxassetid://46282671']]--
  381. ----------------------------------------------------
  382. z = Instance.new("Sound", char)
  383. z.SoundId = "rbxassetid://695312907"--242463565
  384. z.Looped = true
  385. z.Pitch = .6
  386. z.Volume = 1
  387. wait(.01)
  388. z:Play()
  389. ----------------------------------------------------
  390. local l = game.Lighting
  391. local sky = Instance.new("Sky",l)
  392. sky.CelestialBodiesShown = true
  393. sky.SkyboxBk = "http://www.roblox.com/asset/?id=159454299"
  394. sky.SkyboxDn = "http://www.roblox.com/asset/?id=159454296"
  395. sky.SkyboxFt = "http://www.roblox.com/asset/?id=159454293"
  396. sky.SkyboxLf = "http://www.roblox.com/asset/?id=159454286"
  397. sky.SkyboxRt = "http://www.roblox.com/asset/?id=159454300"
  398. sky.SkyboxUp = "http://www.roblox.com/asset/?id=159454288"
  399. sky.StarCount = 100
  400. sky.Name = "N3xul Sky"
  401. ----------------------------------------------------
  402. local m = Instance.new("Model")
  403. m.Name = "Absolution"
  404. p1 = Instance.new("Part", m)
  405. p1.BrickColor = BrickColor.new("Royal purple")
  406. p1.Material = "Neon"
  407. p1.FormFactor = Enum.FormFactor.Custom
  408. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  409. 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)
  410. p1.CanCollide = false
  411. p1.Locked = true
  412. p1.Elasticity = 0
  413. p1.BottomSurface = Enum.SurfaceType.Smooth
  414. p1.TopSurface = Enum.SurfaceType.Smooth
  415. b1 = Instance.new("SpecialMesh", p1)
  416. b1.MeshType = Enum.MeshType.Wedge
  417. b1.Name = "Mesh"
  418. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  419. p2 = Instance.new("Part", m)
  420. p2.BrickColor = BrickColor.new("Really black")
  421. p2.FormFactor = Enum.FormFactor.Custom
  422. p2.Size = Vector3.new(1, 2.9000001, 1)
  423. 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)
  424. p2.CanCollide = false
  425. p2.Locked = true
  426. p2.Elasticity = 0
  427. p2.BottomSurface = Enum.SurfaceType.Smooth
  428. p2.TopSurface = Enum.SurfaceType.Smooth
  429. b2 = Instance.new("BlockMesh", p2)
  430. b2.Name = "Mesh"
  431. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  432. p3 = Instance.new("Part", m)
  433. p3.BrickColor = BrickColor.new("Royal purple")
  434. p3.Material = "Neon"
  435. p3.FormFactor = Enum.FormFactor.Custom
  436. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  437. 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)
  438. p3.CanCollide = false
  439. p3.Locked = true
  440. p3.Elasticity = 0
  441. p3.BottomSurface = Enum.SurfaceType.Smooth
  442. p3.TopSurface = Enum.SurfaceType.Smooth
  443. b3 = Instance.new("SpecialMesh", p3)
  444. b3.MeshType = Enum.MeshType.Wedge
  445. b3.Name = "Mesh"
  446. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  447. p4 = Instance.new("Part", m)
  448. p4.BrickColor = BrickColor.new("Royal purple")
  449. p4.Material = "Neon"
  450. p4.FormFactor = Enum.FormFactor.Custom
  451. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  452. 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)
  453. p4.CanCollide = false
  454. p4.Locked = true
  455. p4.Elasticity = 0
  456. p4.BottomSurface = Enum.SurfaceType.Smooth
  457. p4.TopSurface = Enum.SurfaceType.Smooth
  458. b4 = Instance.new("SpecialMesh", p4)
  459. b4.MeshType = Enum.MeshType.Wedge
  460. b4.Name = "Mesh"
  461. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  462. p5 = Instance.new("Part", m)
  463. p5.BrickColor = BrickColor.new("Royal purple")
  464. p5.Material = "Neon"
  465. p5.FormFactor = Enum.FormFactor.Custom
  466. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  467. 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)
  468. p5.CanCollide = false
  469. p5.Locked = true
  470. p5.Elasticity = 0
  471. p5.BottomSurface = Enum.SurfaceType.Smooth
  472. p5.TopSurface = Enum.SurfaceType.Smooth
  473. b5 = Instance.new("SpecialMesh", p5)
  474. b5.MeshType = Enum.MeshType.Wedge
  475. b5.Name = "Mesh"
  476. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  477. p6 = Instance.new("Part", m)
  478. p6.Name = "Handle"
  479. p6.BrickColor = BrickColor.new("Really black")
  480. p6.FormFactor = Enum.FormFactor.Custom
  481. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  482. 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)
  483. p6.CanCollide = false
  484. p6.Locked = true
  485. p6.Elasticity = 0
  486. p6.BottomSurface = Enum.SurfaceType.Smooth
  487. p6.TopSurface = Enum.SurfaceType.Smooth
  488. b6 = Instance.new("BlockMesh", p6)
  489. b6.Name = "Mesh"
  490. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  491. p7 = Instance.new("Part", m)
  492. p7.BrickColor = BrickColor.new("Royal purple")
  493. p7.Material = "Neon"
  494. p7.FormFactor = Enum.FormFactor.Custom
  495. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  496. 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)
  497. p7.CanCollide = false
  498. p7.Locked = true
  499. p7.Elasticity = 0
  500. p7.BottomSurface = Enum.SurfaceType.Smooth
  501. p7.TopSurface = Enum.SurfaceType.Smooth
  502. b7 = Instance.new("SpecialMesh", p7)
  503. b7.MeshType = Enum.MeshType.Wedge
  504. b7.Name = "Mesh"
  505. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  506. p8 = Instance.new("Part", m)
  507. p8.BrickColor = BrickColor.new("Royal purple")
  508. p8.Material = "Neon"
  509. p8.FormFactor = Enum.FormFactor.Custom
  510. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  511. 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)
  512. p8.CanCollide = false
  513. p8.Locked = true
  514. p8.Elasticity = 0
  515. p8.BottomSurface = Enum.SurfaceType.Smooth
  516. p8.TopSurface = Enum.SurfaceType.Smooth
  517. b8 = Instance.new("SpecialMesh", p8)
  518. b8.MeshType = Enum.MeshType.Wedge
  519. b8.Name = "Mesh"
  520. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  521. p9 = Instance.new("Part", m)
  522. p9.BrickColor = BrickColor.new("Really black")
  523. p9.FormFactor = Enum.FormFactor.Custom
  524. p9.Size = Vector3.new(1, 1.07999957, 1)
  525. 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)
  526. p9.CanCollide = false
  527. p9.Locked = true
  528. p9.Elasticity = 0
  529. p9.BottomSurface = Enum.SurfaceType.Smooth
  530. p9.TopSurface = Enum.SurfaceType.Smooth
  531. b9 = Instance.new("BlockMesh", p9)
  532. b9.Name = "Mesh"
  533. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  534. p10 = Instance.new("Part", m)
  535. p10.BrickColor = BrickColor.new("Really black")
  536. p10.FormFactor = Enum.FormFactor.Custom
  537. p10.Size = Vector3.new(1, 1.41999948, 1)
  538. 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)
  539. p10.CanCollide = false
  540. p10.Locked = true
  541. p10.Elasticity = 0
  542. p10.BottomSurface = Enum.SurfaceType.Smooth
  543. p10.TopSurface = Enum.SurfaceType.Smooth
  544. b10 = Instance.new("BlockMesh", p10)
  545. b10.Name = "Mesh"
  546. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  547. p11 = Instance.new("Part", m)
  548. p11.BrickColor = BrickColor.new("Really black")
  549. p11.FormFactor = Enum.FormFactor.Custom
  550. p11.Size = Vector3.new(1, 1.50999951, 1)
  551. 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)
  552. p11.CanCollide = false
  553. p11.Locked = true
  554. p11.Elasticity = 0
  555. p11.BottomSurface = Enum.SurfaceType.Smooth
  556. p11.TopSurface = Enum.SurfaceType.Smooth
  557. b11 = Instance.new("BlockMesh", p11)
  558. b11.Name = "Mesh"
  559. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  560. p12 = Instance.new("Part", m)
  561. p12.Name = "BladeCenter"
  562. p12.BrickColor = BrickColor.new("Royal purple")
  563. p12.Material = Enum.Material.Neon
  564. p12.FormFactor = Enum.FormFactor.Symmetric
  565. p12.Size = Vector3.new(1, 2, 2)
  566. 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)
  567. p12.CanCollide = false
  568. p12.Locked = true
  569. p12.BottomSurface = Enum.SurfaceType.Smooth
  570. p12.TopSurface = Enum.SurfaceType.Smooth
  571. b12 = Instance.new("SpecialMesh", p12)
  572. b12.MeshType = Enum.MeshType.Brick
  573. b12.Name = "Mesh"
  574. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  575. p13 = Instance.new("Part", m)
  576. p13.BrickColor = BrickColor.new("Really black")
  577. p13.FormFactor = Enum.FormFactor.Custom
  578. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  579. 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)
  580. p13.CanCollide = false
  581. p13.Locked = true
  582. p13.Elasticity = 0
  583. p13.BottomSurface = Enum.SurfaceType.Smooth
  584. p13.TopSurface = Enum.SurfaceType.Smooth
  585. b13 = Instance.new("BlockMesh", p13)
  586. b13.Name = "Mesh"
  587. b13.Scale = Vector3.new(1, 1, 0.400000006)
  588. p14 = Instance.new("Part", m)
  589. p14.BrickColor = BrickColor.new("Really black")
  590. p14.FormFactor = Enum.FormFactor.Custom
  591. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  592. 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)
  593. p14.CanCollide = false
  594. p14.Locked = true
  595. p14.Elasticity = 0
  596. p14.BottomSurface = Enum.SurfaceType.Smooth
  597. p14.TopSurface = Enum.SurfaceType.Smooth
  598. b14 = Instance.new("BlockMesh", p14)
  599. b14.Name = "Mesh"
  600. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  601. p15 = Instance.new("Part", m)
  602. p15.BrickColor = BrickColor.new("Really black")
  603. p15.FormFactor = Enum.FormFactor.Custom
  604. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  605. 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)
  606. p15.CanCollide = false
  607. p15.Locked = true
  608. p15.Elasticity = 0
  609. p15.BottomSurface = Enum.SurfaceType.Smooth
  610. p15.TopSurface = Enum.SurfaceType.Smooth
  611. b15 = Instance.new("BlockMesh", p15)
  612. b15.Name = "Mesh"
  613. b15.Scale = Vector3.new(1, 1, 0.400000006)
  614. p16 = Instance.new("Part", m)
  615. p16.BrickColor = BrickColor.new("Really black")
  616. p16.FormFactor = Enum.FormFactor.Custom
  617. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  618. 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)
  619. p16.CanCollide = false
  620. p16.Locked = true
  621. p16.Elasticity = 0
  622. p16.BottomSurface = Enum.SurfaceType.Smooth
  623. p16.TopSurface = Enum.SurfaceType.Smooth
  624. b16 = Instance.new("BlockMesh", p16)
  625. b16.Name = "Mesh"
  626. b16.Scale = Vector3.new(1, 1, 0.400000006)
  627. p17 = Instance.new("Part", m)
  628. p17.BrickColor = BrickColor.new("Really black")
  629. p17.FormFactor = Enum.FormFactor.Custom
  630. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  631. 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)
  632. p17.CanCollide = false
  633. p17.Locked = true
  634. p17.Elasticity = 0
  635. p17.BottomSurface = Enum.SurfaceType.Smooth
  636. p17.TopSurface = Enum.SurfaceType.Smooth
  637. b17 = Instance.new("BlockMesh", p17)
  638. b17.Name = "Mesh"
  639. b17.Scale = Vector3.new(1, 1, 0.400000006)
  640. p18 = Instance.new("WedgePart", m)
  641. p18.BrickColor = BrickColor.new("Royal purple")
  642. p18.Name = "BladePart1"
  643. p18.Material = Enum.Material.Neon
  644. p18.Name = "Wedge"
  645. p18.FormFactor = Enum.FormFactor.Symmetric
  646. p18.Size = Vector3.new(1, 4, 2)
  647. 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)
  648. p18.CanCollide = false
  649. p18.Locked = true
  650. p18.BottomSurface = Enum.SurfaceType.Smooth
  651. p18.TopSurface = Enum.SurfaceType.Smooth
  652. b18 = Instance.new("SpecialMesh", p18)
  653. b18.MeshType = Enum.MeshType.Wedge
  654. b18.Name = "Mesh"
  655. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  656. p19 = Instance.new("WedgePart", m)
  657. p19.BrickColor = BrickColor.new("Royal purple")
  658. p19.Name = "BladePart2"
  659. p19.Material = Enum.Material.Neon
  660. p19.Name = "Wedge"
  661. p19.FormFactor = Enum.FormFactor.Symmetric
  662. p19.Size = Vector3.new(1, 4, 2)
  663. 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)
  664. p19.CanCollide = false
  665. p19.Locked = true
  666. p19.BottomSurface = Enum.SurfaceType.Smooth
  667. p19.TopSurface = Enum.SurfaceType.Smooth
  668. b19 = Instance.new("SpecialMesh", p19)
  669. b19.MeshType = Enum.MeshType.Wedge
  670. b19.Name = "Mesh"
  671. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  672. p20 = Instance.new("Part", m)
  673. p20.BrickColor = BrickColor.new("Really black")
  674. p20.FormFactor = Enum.FormFactor.Custom
  675. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  676. 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)
  677. p20.CanCollide = false
  678. p20.Locked = true
  679. p20.Elasticity = 0
  680. p20.BottomSurface = Enum.SurfaceType.Smooth
  681. p20.TopSurface = Enum.SurfaceType.Smooth
  682. b20 = Instance.new("BlockMesh", p20)
  683. b20.Name = "Mesh"
  684. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  685. p21 = Instance.new("Part", m)
  686. p21.BrickColor = BrickColor.new("Royal purple")
  687. p21.Material = "Neon"
  688. p21.FormFactor = Enum.FormFactor.Custom
  689. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  690. 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)
  691. p21.CanCollide = false
  692. p21.Locked = true
  693. p21.Elasticity = 0
  694. p21.BottomSurface = Enum.SurfaceType.Smooth
  695. p21.TopSurface = Enum.SurfaceType.Smooth
  696. b21 = Instance.new("SpecialMesh", p21)
  697. b21.MeshType = Enum.MeshType.Wedge
  698. b21.Name = "Mesh"
  699. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  700. w1 = Instance.new("Weld", p1)
  701. w1.Name = "Part_Weld"
  702. w1.Part0 = p1
  703. 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)
  704. w1.Part1 = p2
  705. 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)
  706. w2 = Instance.new("Weld", p2)
  707. w2.Name = "Part_Weld"
  708. w2.Part0 = p2
  709. 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)
  710. w2.Part1 = p3
  711. 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)
  712. w3 = Instance.new("Weld", p3)
  713. w3.Name = "Part_Weld"
  714. w3.Part0 = p3
  715. 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)
  716. w3.Part1 = p4
  717. 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)
  718. w4 = Instance.new("Weld", p4)
  719. w4.Name = "Part_Weld"
  720. w4.Part0 = p4
  721. 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)
  722. w4.Part1 = p5
  723. 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)
  724. w5 = Instance.new("Weld", p5)
  725. w5.Name = "Part_Weld"
  726. w5.Part0 = p5
  727. 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)
  728. w5.Part1 = p6
  729. 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)
  730. w6 = Instance.new("Weld", p6)
  731. w6.Name = "Part_Weld"
  732. w6.Part0 = p6
  733. 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)
  734. w6.Part1 = p7
  735. 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)
  736. w7 = Instance.new("Weld", p7)
  737. w7.Name = "Part_Weld"
  738. w7.Part0 = p7
  739. 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)
  740. w7.Part1 = p8
  741. 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)
  742. w8 = Instance.new("Weld", p8)
  743. w8.Name = "Part_Weld"
  744. w8.Part0 = p8
  745. 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)
  746. w8.Part1 = p9
  747. 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)
  748. w9 = Instance.new("Weld", p9)
  749. w9.Name = "Part_Weld"
  750. w9.Part0 = p9
  751. 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)
  752. w9.Part1 = p10
  753. 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)
  754. w10 = Instance.new("Weld", p10)
  755. w10.Name = "Part_Weld"
  756. w10.Part0 = p10
  757. 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)
  758. w10.Part1 = p11
  759. 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)
  760. w11 = Instance.new("Weld", p11)
  761. w11.Name = "Part_Weld"
  762. w11.Part0 = p11
  763. 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)
  764. w11.Part1 = p12
  765. 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)
  766. w12 = Instance.new("Weld", p12)
  767. w12.Name = "Part_Weld"
  768. w12.Part0 = p12
  769. 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)
  770. w12.Part1 = p13
  771. 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)
  772. w13 = Instance.new("Weld", p13)
  773. w13.Name = "Part_Weld"
  774. w13.Part0 = p13
  775. 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)
  776. w13.Part1 = p14
  777. 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)
  778. w14 = Instance.new("Weld", p14)
  779. w14.Name = "Part_Weld"
  780. w14.Part0 = p14
  781. 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)
  782. w14.Part1 = p15
  783. 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)
  784. w15 = Instance.new("Weld", p15)
  785. w15.Name = "Part_Weld"
  786. w15.Part0 = p15
  787. 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)
  788. w15.Part1 = p16
  789. 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)
  790. w16 = Instance.new("Weld", p16)
  791. w16.Name = "Part_Weld"
  792. w16.Part0 = p16
  793. 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)
  794. w16.Part1 = p17
  795. 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)
  796. w17 = Instance.new("Weld", p17)
  797. w17.Name = "Wedge_Weld"
  798. w17.Part0 = p17
  799. 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)
  800. w17.Part1 = p18
  801. 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)
  802. w18 = Instance.new("Weld", p18)
  803. w18.Name = "Wedge_Weld"
  804. w18.Part0 = p18
  805. 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)
  806. w18.Part1 = p19
  807. 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)
  808. w19 = Instance.new("Weld", p19)
  809. w19.Name = "Part_Weld"
  810. w19.Part0 = p19
  811. 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)
  812. w19.Part1 = p20
  813. 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)
  814. w20 = Instance.new("Weld", p20)
  815. w20.Name = "Part_Weld"
  816. w20.Part0 = p20
  817. 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)
  818. w20.Part1 = p21
  819. 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)
  820. m.Parent = char
  821. m:MakeJoints()
  822. ----------------------------------------------------
  823. local cor = Instance.new("Part", char.Absolution)
  824. cor.Name = "Thingy"
  825. cor.Locked = true
  826. cor.BottomSurface = 0
  827. cor.CanCollide = false
  828. cor.Size = Vector3.new(1, 13, 1)
  829. cor.Transparency = 1
  830. cor.TopSurface = 0
  831. corw = Instance.new("Weld", cor)
  832. corw.Part0 = rarm
  833. corw.Part1 = cor
  834. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  835. corw.C1 = CFrame.new(0, 0, 0)
  836. weld1 = Instance.new("Weld", char.Absolution)
  837. weld1.Part0 = cor
  838. weld1.Part1 = p6
  839. weld1.C0 = CFrame.new(0, 0, 0)
  840. ----------------------------------------------------
  841. hitb = Instance.new("Part", char.Absolution)
  842. hitb.Name = "Thingy2"
  843. hitb.Locked = true
  844. hitb.BottomSurface = 0
  845. hitb.CanCollide = false
  846. hitb.Size = Vector3.new(0, 8, 6)
  847. hitb.Transparency = 1
  848. hitb.TopSurface = 0
  849. weld2 = Instance.new("Weld", char.Absolution)
  850. weld2.Part0 = hitb
  851. weld2.Part1 = p12
  852. weld2.C0 = CFrame.new(0, .6, 1)
  853. ----------------------------------------------------
  854. local m = Instance.new("Model")
  855. m.Name = "Claw"
  856. p1 = Instance.new("Part", m)
  857. p1.BrickColor = BrickColor.new("Really black")
  858. p1.FormFactor = Enum.FormFactor.Custom
  859. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  860. 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)
  861. p1.CanCollide = false
  862. p1.Locked = true
  863. p1.BottomSurface = Enum.SurfaceType.Smooth
  864. p1.TopSurface = Enum.SurfaceType.Smooth
  865. b1 = Instance.new("BlockMesh", p1)
  866. b1.Name = "Mesh"
  867. p2 = Instance.new("WedgePart", m)
  868. p2.BrickColor = BrickColor.new("Really black")
  869. p2.Name = "Wedge"
  870. p2.FormFactor = Enum.FormFactor.Custom
  871. p2.Size = Vector3.new(3, 1, 0.5)
  872. 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)
  873. p2.CanCollide = false
  874. p2.Locked = true
  875. p2.BottomSurface = Enum.SurfaceType.Smooth
  876. p2.TopSurface = Enum.SurfaceType.Smooth
  877. p3 = Instance.new("Part", m)
  878. p3.BrickColor = BrickColor.new("Really black")
  879. p3.FormFactor = Enum.FormFactor.Custom
  880. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  881. 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)
  882. p3.CanCollide = false
  883. p3.Locked = true
  884. p3.BottomSurface = Enum.SurfaceType.Smooth
  885. p3.TopSurface = Enum.SurfaceType.Smooth
  886. b2 = Instance.new("BlockMesh", p3)
  887. b2.Name = "Mesh"
  888. p4 = Instance.new("WedgePart", m)
  889. p4.BrickColor = BrickColor.new("Really black")
  890. p4.Name = "Wedge"
  891. p4.FormFactor = Enum.FormFactor.Custom
  892. p4.Size = Vector3.new(3, 1, 0.5)
  893. 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)
  894. p4.CanCollide = false
  895. p4.Locked = true
  896. p4.BottomSurface = Enum.SurfaceType.Smooth
  897. p4.TopSurface = Enum.SurfaceType.Smooth
  898. p5 = Instance.new("Part", m)
  899. p5.BrickColor = BrickColor.new("Really black")
  900. p5.FormFactor = Enum.FormFactor.Custom
  901. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  902. 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)
  903. p5.CanCollide = false
  904. p5.Locked = true
  905. p5.BottomSurface = Enum.SurfaceType.Smooth
  906. p5.TopSurface = Enum.SurfaceType.Smooth
  907. b3 = Instance.new("BlockMesh", p5)
  908. b3.Name = "Mesh"
  909. p6 = Instance.new("Part", m)
  910. p6.BrickColor = BrickColor.new("Really black")
  911. p6.FormFactor = Enum.FormFactor.Custom
  912. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  913. 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)
  914. p6.CanCollide = false
  915. p6.Locked = true
  916. p6.BottomSurface = Enum.SurfaceType.Smooth
  917. p6.TopSurface = Enum.SurfaceType.Smooth
  918. b4 = Instance.new("BlockMesh", p6)
  919. b4.Name = "Mesh"
  920. p7 = Instance.new("Part", m)
  921. p7.BrickColor = BrickColor.new("Really black")
  922. p7.FormFactor = Enum.FormFactor.Custom
  923. p7.Size = Vector3.new(3, 1, 1.20000005)
  924. 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)
  925. p7.CanCollide = false
  926. p7.Locked = true
  927. p7.BottomSurface = Enum.SurfaceType.Smooth
  928. p7.TopSurface = Enum.SurfaceType.Smooth
  929. b5 = Instance.new("BlockMesh", p7)
  930. b5.Name = "Mesh"
  931. p8 = Instance.new("Part", m)
  932. p8.BrickColor = BrickColor.new("Royal purple")
  933. p8.Material = "Neon"
  934. p8.FormFactor = Enum.FormFactor.Symmetric
  935. p8.Size = Vector3.new(1, 1, 1)
  936. 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)
  937. p8.CanCollide = false
  938. p8.Locked = true
  939. b6 = Instance.new("SpecialMesh", p8)
  940. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  941. b6.TextureId = ""
  942. b6.MeshType = Enum.MeshType.FileMesh
  943. b6.Name = "Mesh"
  944. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  945. p9 = Instance.new("Part", m)
  946. p9.BrickColor = BrickColor.new("Really black")
  947. p9.FormFactor = Enum.FormFactor.Custom
  948. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  949. 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)
  950. p9.CanCollide = false
  951. p9.Locked = true
  952. p9.BottomSurface = Enum.SurfaceType.Smooth
  953. p9.TopSurface = Enum.SurfaceType.Smooth
  954. b7 = Instance.new("BlockMesh", p9)
  955. b7.Name = "Mesh"
  956. p10 = Instance.new("Part", m)
  957. p10.BrickColor = BrickColor.new("Royal purple")
  958. p10.Material = "Neon"
  959. p10.FormFactor = Enum.FormFactor.Symmetric
  960. p10.Size = Vector3.new(1, 1, 1)
  961. 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)
  962. p10.CanCollide = false
  963. p10.Locked = true
  964. b8 = Instance.new("SpecialMesh", p10)
  965. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  966. b8.TextureId = ""
  967. b8.MeshType = Enum.MeshType.FileMesh
  968. b8.Name = "Mesh"
  969. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  970. p11 = Instance.new("Part", m)
  971. p11.BrickColor = BrickColor.new("Really black")
  972. p11.FormFactor = Enum.FormFactor.Custom
  973. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  974. 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)
  975. p11.CanCollide = false
  976. p11.Locked = true
  977. p11.BottomSurface = Enum.SurfaceType.Smooth
  978. p11.TopSurface = Enum.SurfaceType.Smooth
  979. b9 = Instance.new("BlockMesh", p11)
  980. b9.Name = "Mesh"
  981. p12 = Instance.new("Part", m)
  982. p12.BrickColor = BrickColor.new("Really black")
  983. p12.FormFactor = Enum.FormFactor.Custom
  984. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  985. 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)
  986. p12.CanCollide = false
  987. p12.Locked = true
  988. p12.BottomSurface = Enum.SurfaceType.Smooth
  989. p12.TopSurface = Enum.SurfaceType.Smooth
  990. b10 = Instance.new("BlockMesh", p12)
  991. b10.Name = "Mesh"
  992. p13 = Instance.new("Part", m)
  993. p13.BrickColor = BrickColor.new("Really black")
  994. p13.FormFactor = Enum.FormFactor.Custom
  995. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  996. 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)
  997. p13.CanCollide = false
  998. p13.Locked = true
  999. p13.BottomSurface = Enum.SurfaceType.Smooth
  1000. p13.TopSurface = Enum.SurfaceType.Smooth
  1001. b11 = Instance.new("BlockMesh", p13)
  1002. b11.Name = "Mesh"
  1003. p14 = Instance.new("Part", m)
  1004. p14.BrickColor = BrickColor.new("Royal purple")
  1005. p14.Material = "Neon"
  1006. p14.FormFactor = Enum.FormFactor.Symmetric
  1007. p14.Size = Vector3.new(1, 1, 1)
  1008. 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)
  1009. p14.CanCollide = false
  1010. p14.Locked = true
  1011. b12 = Instance.new("SpecialMesh", p14)
  1012. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1013. b12.TextureId = ""
  1014. b12.MeshType = Enum.MeshType.FileMesh
  1015. b12.Name = "Mesh"
  1016. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1017. p15 = Instance.new("Part", m)
  1018. p15.BrickColor = BrickColor.new("Royal purple")
  1019. p15.Transparency = 1
  1020. p15.Name = "ArmPart"
  1021. p15.FormFactor = Enum.FormFactor.Custom
  1022. p15.Size = Vector3.new(2, 1, 1)
  1023. 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)
  1024. p15.CanCollide = false
  1025. p15.Locked = true
  1026. p15.BottomSurface = Enum.SurfaceType.Smooth
  1027. p15.TopSurface = Enum.SurfaceType.Smooth
  1028. b13 = Instance.new("BlockMesh", p15)
  1029. b13.Name = "Mesh"
  1030. p16 = Instance.new("Part", m)
  1031. p16.BrickColor = BrickColor.new("Really black")
  1032. p16.FormFactor = Enum.FormFactor.Custom
  1033. p16.Size = Vector3.new(3, 1, 2.4000001)
  1034. 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)
  1035. p16.CanCollide = false
  1036. p16.Locked = true
  1037. p16.BottomSurface = Enum.SurfaceType.Smooth
  1038. p16.TopSurface = Enum.SurfaceType.Smooth
  1039. b14 = Instance.new("BlockMesh", p16)
  1040. b14.Name = "Mesh"
  1041. p17 = Instance.new("Part", m)
  1042. p17.BrickColor = BrickColor.new("Really black")
  1043. p17.FormFactor = Enum.FormFactor.Custom
  1044. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1045. 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)
  1046. p17.CanCollide = false
  1047. p17.Locked = true
  1048. p17.BottomSurface = Enum.SurfaceType.Smooth
  1049. p17.TopSurface = Enum.SurfaceType.Smooth
  1050. b15 = Instance.new("BlockMesh", p17)
  1051. b15.Name = "Mesh"
  1052. p18 = Instance.new("Part", m)
  1053. p18.BrickColor = BrickColor.new("Royal purple")
  1054. p18.Material = "Neon"
  1055. p18.FormFactor = Enum.FormFactor.Symmetric
  1056. p18.Size = Vector3.new(1, 1, 1)
  1057. 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)
  1058. p18.CanCollide = false
  1059. p18.Locked = true
  1060. b16 = Instance.new("SpecialMesh", p18)
  1061. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1062. b16.TextureId = ""
  1063. b16.MeshType = Enum.MeshType.FileMesh
  1064. b16.Name = "Mesh"
  1065. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1066. p19 = Instance.new("Part", m)
  1067. p19.BrickColor = BrickColor.new("Royal purple")
  1068. p19.Material = "Neon"
  1069. p19.FormFactor = Enum.FormFactor.Symmetric
  1070. p19.Size = Vector3.new(1, 1, 1)
  1071. 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)
  1072. p19.CanCollide = false
  1073. p19.Locked = true
  1074. b17 = Instance.new("SpecialMesh", p19)
  1075. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1076. b17.TextureId = ""
  1077. b17.MeshType = Enum.MeshType.FileMesh
  1078. b17.Name = "Mesh"
  1079. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1080. p20 = Instance.new("Part", m)
  1081. p20.BrickColor = BrickColor.new("Really black")
  1082. p20.FormFactor = Enum.FormFactor.Custom
  1083. p20.Size = Vector3.new(3, 1, 2.4000001)
  1084. 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)
  1085. p20.CanCollide = false
  1086. p20.Locked = true
  1087. p20.BottomSurface = Enum.SurfaceType.Smooth
  1088. p20.TopSurface = Enum.SurfaceType.Smooth
  1089. b18 = Instance.new("BlockMesh", p20)
  1090. b18.Name = "Mesh"
  1091. p21 = Instance.new("Part", m)
  1092. p21.BrickColor = BrickColor.new("Really black")
  1093. p21.FormFactor = Enum.FormFactor.Custom
  1094. p21.Size = Vector3.new(3, 1, 1.19999993)
  1095. 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)
  1096. p21.CanCollide = false
  1097. p21.Locked = true
  1098. p21.BottomSurface = Enum.SurfaceType.Smooth
  1099. p21.TopSurface = Enum.SurfaceType.Smooth
  1100. b19 = Instance.new("BlockMesh", p21)
  1101. b19.Name = "Mesh"
  1102. p22 = Instance.new("WedgePart", m)
  1103. p22.BrickColor = BrickColor.new("Really black")
  1104. p22.Name = "Wedge"
  1105. p22.FormFactor = Enum.FormFactor.Custom
  1106. p22.Size = Vector3.new(3, 1, 0.5)
  1107. 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)
  1108. p22.CanCollide = false
  1109. p22.Locked = true
  1110. p22.BottomSurface = Enum.SurfaceType.Smooth
  1111. p22.TopSurface = Enum.SurfaceType.Smooth
  1112. p23 = Instance.new("Part", m)
  1113. p23.BrickColor = BrickColor.new("Really black")
  1114. p23.FormFactor = Enum.FormFactor.Custom
  1115. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1116. 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)
  1117. p23.CanCollide = false
  1118. p23.Locked = true
  1119. p23.BottomSurface = Enum.SurfaceType.Smooth
  1120. p23.TopSurface = Enum.SurfaceType.Smooth
  1121. b20 = Instance.new("BlockMesh", p23)
  1122. b20.Name = "Mesh"
  1123. p24 = Instance.new("WedgePart", m)
  1124. p24.BrickColor = BrickColor.new("Really black")
  1125. p24.Name = "Wedge"
  1126. p24.FormFactor = Enum.FormFactor.Custom
  1127. p24.Size = Vector3.new(3, 1, 0.5)
  1128. 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)
  1129. p24.CanCollide = false
  1130. p24.Locked = true
  1131. p24.BottomSurface = Enum.SurfaceType.Smooth
  1132. p24.TopSurface = Enum.SurfaceType.Smooth
  1133. p25 = Instance.new("Part", m)
  1134. p25.BrickColor = BrickColor.new("Royal purple")
  1135. p25.Material = "Neon"
  1136. p25.FormFactor = Enum.FormFactor.Symmetric
  1137. p25.Size = Vector3.new(1, 1, 1)
  1138. 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)
  1139. p25.CanCollide = false
  1140. p25.Locked = true
  1141. p25.BottomSurface = Enum.SurfaceType.Smooth
  1142. p25.TopSurface = Enum.SurfaceType.Smooth
  1143. b21 = Instance.new("SpecialMesh", p25)
  1144. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1145. b21.TextureId = ""
  1146. b21.MeshType = Enum.MeshType.FileMesh
  1147. b21.Name = "Mesh"
  1148. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1149. p26 = Instance.new("Part", m)
  1150. p26.BrickColor = BrickColor.new("Really black")
  1151. p26.FormFactor = Enum.FormFactor.Symmetric
  1152. p26.Size = Vector3.new(1, 1, 1)
  1153. 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)
  1154. p26.CanCollide = false
  1155. p26.Locked = true
  1156. p26.BottomSurface = Enum.SurfaceType.Smooth
  1157. p26.TopSurface = Enum.SurfaceType.Smooth
  1158. b22 = Instance.new("SpecialMesh", p26)
  1159. b22.MeshType = Enum.MeshType.Brick
  1160. b22.Name = "Mesh"
  1161. w1 = Instance.new("Weld", p1)
  1162. w1.Name = "Wedge_Weld"
  1163. w1.Part0 = p1
  1164. 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)
  1165. w1.Part1 = p2
  1166. 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)
  1167. w2 = Instance.new("Weld", p2)
  1168. w2.Name = "Part_Weld"
  1169. w2.Part0 = p2
  1170. 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)
  1171. w2.Part1 = p3
  1172. 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)
  1173. w3 = Instance.new("Weld", p3)
  1174. w3.Name = "Wedge_Weld"
  1175. w3.Part0 = p3
  1176. 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)
  1177. w3.Part1 = p4
  1178. 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)
  1179. w4 = Instance.new("Weld", p4)
  1180. w4.Name = "Part_Weld"
  1181. w4.Part0 = p4
  1182. 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)
  1183. w4.Part1 = p5
  1184. 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)
  1185. w5 = Instance.new("Weld", p5)
  1186. w5.Name = "Part_Weld"
  1187. w5.Part0 = p5
  1188. 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)
  1189. w5.Part1 = p6
  1190. 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)
  1191. w6 = Instance.new("Weld", p6)
  1192. w6.Name = "Part_Weld"
  1193. w6.Part0 = p6
  1194. 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)
  1195. w6.Part1 = p7
  1196. 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)
  1197. w7 = Instance.new("Weld", p7)
  1198. w7.Name = "Part_Weld"
  1199. w7.Part0 = p7
  1200. 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)
  1201. w7.Part1 = p8
  1202. 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)
  1203. w8 = Instance.new("Weld", p8)
  1204. w8.Name = "Part_Weld"
  1205. w8.Part0 = p8
  1206. 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)
  1207. w8.Part1 = p9
  1208. 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)
  1209. w9 = Instance.new("Weld", p9)
  1210. w9.Name = "Part_Weld"
  1211. w9.Part0 = p9
  1212. 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)
  1213. w9.Part1 = p10
  1214. 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)
  1215. w10 = Instance.new("Weld", p10)
  1216. w10.Name = "Part_Weld"
  1217. w10.Part0 = p10
  1218. 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)
  1219. w10.Part1 = p11
  1220. 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)
  1221. w11 = Instance.new("Weld", p11)
  1222. w11.Name = "Part_Weld"
  1223. w11.Part0 = p11
  1224. 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)
  1225. w11.Part1 = p12
  1226. 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)
  1227. w12 = Instance.new("Weld", p12)
  1228. w12.Name = "Part_Weld"
  1229. w12.Part0 = p12
  1230. 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)
  1231. w12.Part1 = p13
  1232. 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)
  1233. w13 = Instance.new("Weld", p13)
  1234. w13.Name = "Part_Weld"
  1235. w13.Part0 = p13
  1236. 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)
  1237. w13.Part1 = p14
  1238. 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)
  1239. w14 = Instance.new("Weld", p14)
  1240. w14.Name = "ArmPart_Weld"
  1241. w14.Part0 = p14
  1242. 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)
  1243. w14.Part1 = p15
  1244. 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)
  1245. w15 = Instance.new("Weld", p15)
  1246. w15.Name = "Part_Weld"
  1247. w15.Part0 = p15
  1248. 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)
  1249. w15.Part1 = p16
  1250. 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)
  1251. w16 = Instance.new("Weld", p16)
  1252. w16.Name = "Part_Weld"
  1253. w16.Part0 = p16
  1254. 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)
  1255. w16.Part1 = p17
  1256. 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)
  1257. w17 = Instance.new("Weld", p17)
  1258. w17.Name = "Part_Weld"
  1259. w17.Part0 = p17
  1260. 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)
  1261. w17.Part1 = p18
  1262. 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)
  1263. w18 = Instance.new("Weld", p18)
  1264. w18.Name = "Part_Weld"
  1265. w18.Part0 = p18
  1266. 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)
  1267. w18.Part1 = p19
  1268. 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)
  1269. w19 = Instance.new("Weld", p19)
  1270. w19.Name = "Part_Weld"
  1271. w19.Part0 = p19
  1272. 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)
  1273. w19.Part1 = p20
  1274. 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)
  1275. w20 = Instance.new("Weld", p20)
  1276. w20.Name = "Part_Weld"
  1277. w20.Part0 = p20
  1278. 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)
  1279. w20.Part1 = p21
  1280. 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)
  1281. w21 = Instance.new("Weld", p21)
  1282. w21.Name = "Wedge_Weld"
  1283. w21.Part0 = p21
  1284. 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)
  1285. w21.Part1 = p22
  1286. 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)
  1287. w22 = Instance.new("Weld", p22)
  1288. w22.Name = "Part_Weld"
  1289. w22.Part0 = p22
  1290. 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)
  1291. w22.Part1 = p23
  1292. 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)
  1293. w23 = Instance.new("Weld", p23)
  1294. w23.Name = "Wedge_Weld"
  1295. w23.Part0 = p23
  1296. 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)
  1297. w23.Part1 = p24
  1298. 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)
  1299. w24 = Instance.new("Weld", p24)
  1300. w24.Name = "Part_Weld"
  1301. w24.Part0 = p24
  1302. 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)
  1303. w24.Part1 = p25
  1304. 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)
  1305. w25 = Instance.new("Weld", p25)
  1306. w25.Name = "Part_Weld"
  1307. w25.Part0 = p25
  1308. 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)
  1309. w25.Part1 = p26
  1310. 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)
  1311. m.Parent = char
  1312. m:MakeJoints()
  1313. ----------------------------------------------------
  1314. local cor2 = Instance.new("Part", char.Claw)
  1315. cor2.Name = "Thingy"
  1316. cor2.Locked = true
  1317. cor2.BottomSurface = 0
  1318. cor2.CanCollide = false
  1319. cor2.Size = Vector3.new(2, 1, 1)
  1320. cor2.Transparency = 1
  1321. cor2.TopSurface = 0
  1322. corw2 = Instance.new("Weld", cor2)
  1323. corw2.Part0 = larm
  1324. corw2.Part1 = cor2
  1325. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1326. corw2.C1 = CFrame.new(0, 0, 0)
  1327. weld2 = Instance.new("Weld", char.Claw)
  1328. weld2.Part0 = cor2
  1329. weld2.Part1 = char.Claw.ArmPart
  1330. weld2.C0 = CFrame.new(0, 0, 0)
  1331. ----------------------------------------------------
  1332. local m = Instance.new("Model")
  1333. m.Name = "LeftArm"
  1334. p1 = Instance.new("WedgePart", m)
  1335. p1.BrickColor = BrickColor.new("Royal purple")
  1336. p1.Material = Enum.Material.Neon
  1337. p1.Name = "Wedge"
  1338. p1.FormFactor = Enum.FormFactor.Custom
  1339. p1.Size = Vector3.new(1, 1.19999981, 4)
  1340. 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)
  1341. p1.CanCollide = false
  1342. p1.Locked = true
  1343. p1.TopSurface = Enum.SurfaceType.Smooth
  1344. b1 = Instance.new("SpecialMesh", p1)
  1345. b1.MeshType = Enum.MeshType.Wedge
  1346. b1.Name = "Mesh"
  1347. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1348. p2 = Instance.new("WedgePart", m)
  1349. p2.BrickColor = BrickColor.new("Royal purple")
  1350. p2.Material = Enum.Material.Neon
  1351. p2.Name = "Wedge"
  1352. p2.FormFactor = Enum.FormFactor.Custom
  1353. p2.Size = Vector3.new(1, 1.19999981, 4)
  1354. 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)
  1355. p2.CanCollide = false
  1356. p2.Locked = true
  1357. p2.TopSurface = Enum.SurfaceType.Smooth
  1358. b2 = Instance.new("SpecialMesh", p2)
  1359. b2.MeshType = Enum.MeshType.Wedge
  1360. b2.Name = "Mesh"
  1361. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1362. p3 = Instance.new("WedgePart", m)
  1363. p3.BrickColor = BrickColor.new("Royal purple")
  1364. p3.Material = Enum.Material.Neon
  1365. p3.Name = "Wedge"
  1366. p3.FormFactor = Enum.FormFactor.Custom
  1367. p3.Size = Vector3.new(1, 1.19999981, 4)
  1368. 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)
  1369. p3.CanCollide = false
  1370. p3.Locked = true
  1371. p3.TopSurface = Enum.SurfaceType.Smooth
  1372. b3 = Instance.new("SpecialMesh", p3)
  1373. b3.MeshType = Enum.MeshType.Wedge
  1374. b3.Name = "Mesh"
  1375. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1376. p4 = Instance.new("WedgePart", m)
  1377. p4.BrickColor = BrickColor.new("Royal purple")
  1378. p4.Material = Enum.Material.Neon
  1379. p4.Name = "Wedge"
  1380. p4.FormFactor = Enum.FormFactor.Custom
  1381. p4.Size = Vector3.new(1, 1.19999981, 4)
  1382. 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)
  1383. p4.CanCollide = false
  1384. p4.Locked = true
  1385. p4.TopSurface = Enum.SurfaceType.Smooth
  1386. b4 = Instance.new("SpecialMesh", p4)
  1387. b4.MeshType = Enum.MeshType.Wedge
  1388. b4.Name = "Mesh"
  1389. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1390. p5 = Instance.new("WedgePart", m)
  1391. p5.BrickColor = BrickColor.new("Royal purple")
  1392. p5.Material = Enum.Material.Neon
  1393. p5.Name = "Wedge"
  1394. p5.FormFactor = Enum.FormFactor.Custom
  1395. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1396. 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)
  1397. p5.CanCollide = false
  1398. p5.Locked = true
  1399. p5.TopSurface = Enum.SurfaceType.Smooth
  1400. b5 = Instance.new("SpecialMesh", p5)
  1401. b5.MeshType = Enum.MeshType.Wedge
  1402. b5.Name = "Mesh"
  1403. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1404. p6 = Instance.new("WedgePart", m)
  1405. p6.BrickColor = BrickColor.new("Royal purple")
  1406. p6.Material = Enum.Material.Neon
  1407. p6.Name = "Wedge"
  1408. p6.FormFactor = Enum.FormFactor.Custom
  1409. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1410. 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)
  1411. p6.CanCollide = false
  1412. p6.Locked = true
  1413. p6.TopSurface = Enum.SurfaceType.Smooth
  1414. b6 = Instance.new("SpecialMesh", p6)
  1415. b6.MeshType = Enum.MeshType.Wedge
  1416. b6.Name = "Mesh"
  1417. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1418. p7 = Instance.new("WedgePart", m)
  1419. p7.BrickColor = BrickColor.new("Royal purple")
  1420. p7.Material = Enum.Material.Neon
  1421. p7.Name = "Wedge"
  1422. p7.FormFactor = Enum.FormFactor.Custom
  1423. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1424. 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)
  1425. p7.CanCollide = false
  1426. p7.Locked = true
  1427. p7.TopSurface = Enum.SurfaceType.Smooth
  1428. b7 = Instance.new("SpecialMesh", p7)
  1429. b7.MeshType = Enum.MeshType.Wedge
  1430. b7.Name = "Mesh"
  1431. b7.Scale = Vector3.new(0.200000003, 1, 1)
  1432. p8 = Instance.new("Part", m)
  1433. p8.BrickColor = BrickColor.new("Really black")
  1434. p8.Material = Enum.Material.Neon
  1435. p8.FormFactor = Enum.FormFactor.Custom
  1436. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1437. 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)
  1438. p8.CanCollide = false
  1439. p8.Locked = true
  1440. p8.BottomSurface = Enum.SurfaceType.Smooth
  1441. p8.TopSurface = Enum.SurfaceType.Smooth
  1442. b8 = Instance.new("SpecialMesh", p8)
  1443. b8.MeshType = Enum.MeshType.Sphere
  1444. b8.Name = "Mesh"
  1445. p9 = Instance.new("Part", m)
  1446. p9.BrickColor = BrickColor.new("Really black")
  1447. p9.Material = Enum.Material.Neon
  1448. p9.FormFactor = Enum.FormFactor.Custom
  1449. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1450. 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)
  1451. p9.CanCollide = false
  1452. p9.Locked = true
  1453. p9.BottomSurface = Enum.SurfaceType.Smooth
  1454. p9.TopSurface = Enum.SurfaceType.Smooth
  1455. b9 = Instance.new("SpecialMesh", p9)
  1456. b9.MeshType = Enum.MeshType.Sphere
  1457. b9.Name = "Mesh"
  1458. p10 = Instance.new("Part", m)
  1459. p10.BrickColor = BrickColor.new("Royal purple")
  1460. p10.Material = Enum.Material.Neon
  1461. p10.FormFactor = Enum.FormFactor.Custom
  1462. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1463. 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)
  1464. p10.CanCollide = false
  1465. p10.Locked = true
  1466. p10.BottomSurface = Enum.SurfaceType.Smooth
  1467. p10.TopSurface = Enum.SurfaceType.Smooth
  1468. p11 = Instance.new("Part", m)
  1469. p11.BrickColor = BrickColor.new("Royal purple")
  1470. p11.Material = Enum.Material.Neon
  1471. p11.FormFactor = Enum.FormFactor.Custom
  1472. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1473. 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)
  1474. p11.CanCollide = false
  1475. p11.Locked = true
  1476. p11.BottomSurface = Enum.SurfaceType.Smooth
  1477. p11.TopSurface = Enum.SurfaceType.Smooth
  1478. p12 = Instance.new("Part", m)
  1479. p12.BrickColor = BrickColor.new("Really black")
  1480. p12.Material = Enum.Material.Neon
  1481. p12.FormFactor = Enum.FormFactor.Custom
  1482. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1483. 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)
  1484. p12.CanCollide = false
  1485. p12.Locked = true
  1486. p12.BottomSurface = Enum.SurfaceType.Smooth
  1487. p12.TopSurface = Enum.SurfaceType.Smooth
  1488. b10 = Instance.new("SpecialMesh", p12)
  1489. b10.MeshType = Enum.MeshType.Sphere
  1490. b10.Name = "Mesh"
  1491. p13 = Instance.new("Part", m)
  1492. p13.BrickColor = BrickColor.new("Royal purple")
  1493. p13.Material = Enum.Material.Neon
  1494. p13.FormFactor = Enum.FormFactor.Custom
  1495. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1496. 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)
  1497. p13.CanCollide = false
  1498. p13.Locked = true
  1499. p13.BottomSurface = Enum.SurfaceType.Smooth
  1500. p13.TopSurface = Enum.SurfaceType.Smooth
  1501. b11 = Instance.new("SpecialMesh", p13)
  1502. b11.MeshType = Enum.MeshType.Sphere
  1503. b11.Name = "Mesh"
  1504. p14 = Instance.new("Part", m)
  1505. p14.BrickColor = BrickColor.new("Really black")
  1506. p14.Material = Enum.Material.Neon
  1507. p14.FormFactor = Enum.FormFactor.Custom
  1508. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1509. 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)
  1510. p14.CanCollide = false
  1511. p14.Locked = true
  1512. p14.BottomSurface = Enum.SurfaceType.Smooth
  1513. p14.TopSurface = Enum.SurfaceType.Smooth
  1514. b12 = Instance.new("SpecialMesh", p14)
  1515. b12.MeshType = Enum.MeshType.Sphere
  1516. b12.Name = "Mesh"
  1517. p15 = Instance.new("Part", m)
  1518. p15.BrickColor = BrickColor.new("Really black")
  1519. p15.Material = Enum.Material.Metal
  1520. p15.Name = "Main"
  1521. p15.FormFactor = Enum.FormFactor.Custom
  1522. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1523. 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)
  1524. p15.CanCollide = false
  1525. p15.Locked = true
  1526. p15.BottomSurface = Enum.SurfaceType.Smooth
  1527. p15.TopSurface = Enum.SurfaceType.Smooth
  1528. p16 = Instance.new("Part", m)
  1529. p16.BrickColor = BrickColor.new("Really black")
  1530. p16.Material = Enum.Material.Neon
  1531. p16.FormFactor = Enum.FormFactor.Custom
  1532. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1533. 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)
  1534. p16.CanCollide = false
  1535. p16.Locked = true
  1536. p16.BottomSurface = Enum.SurfaceType.Smooth
  1537. p16.TopSurface = Enum.SurfaceType.Smooth
  1538. b13 = Instance.new("SpecialMesh", p16)
  1539. b13.MeshType = Enum.MeshType.Sphere
  1540. b13.Name = "Mesh"
  1541. p17 = Instance.new("Part", m)
  1542. p17.BrickColor = BrickColor.new("Royal purple")
  1543. p17.Material = Enum.Material.Neon
  1544. p17.FormFactor = Enum.FormFactor.Custom
  1545. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1546. 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)
  1547. p17.CanCollide = false
  1548. p17.Locked = true
  1549. p17.BottomSurface = Enum.SurfaceType.Smooth
  1550. p17.TopSurface = Enum.SurfaceType.Smooth
  1551. p18 = Instance.new("Part", m)
  1552. p18.BrickColor = BrickColor.new("Royal purple")
  1553. p18.Material = Enum.Material.Neon
  1554. p18.FormFactor = Enum.FormFactor.Custom
  1555. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1556. 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)
  1557. p18.CanCollide = false
  1558. p18.Locked = true
  1559. p18.BottomSurface = Enum.SurfaceType.Smooth
  1560. p18.TopSurface = Enum.SurfaceType.Smooth
  1561. p19 = Instance.new("Part", m)
  1562. p19.BrickColor = BrickColor.new("Royal purple")
  1563. p19.Material = Enum.Material.Neon
  1564. p19.FormFactor = Enum.FormFactor.Custom
  1565. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  1566. 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)
  1567. p19.CanCollide = false
  1568. p19.Locked = true
  1569. p19.BottomSurface = Enum.SurfaceType.Smooth
  1570. p19.TopSurface = Enum.SurfaceType.Smooth
  1571. p20 = Instance.new("Part", m)
  1572. p20.BrickColor = BrickColor.new("Royal purple")
  1573. p20.Material = Enum.Material.Neon
  1574. p20.FormFactor = Enum.FormFactor.Custom
  1575. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  1576. 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)
  1577. p20.CanCollide = false
  1578. p20.Locked = true
  1579. p20.BottomSurface = Enum.SurfaceType.Smooth
  1580. p20.TopSurface = Enum.SurfaceType.Smooth
  1581. p21 = Instance.new("Part", m)
  1582. p21.BrickColor = BrickColor.new("Royal purple")
  1583. p21.Material = Enum.Material.Neon
  1584. p21.FormFactor = Enum.FormFactor.Custom
  1585. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  1586. 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)
  1587. p21.CanCollide = false
  1588. p21.Locked = true
  1589. p21.BottomSurface = Enum.SurfaceType.Smooth
  1590. p21.TopSurface = Enum.SurfaceType.Smooth
  1591. p22 = Instance.new("Part", m)
  1592. p22.BrickColor = BrickColor.new("Really black")
  1593. p22.Material = Enum.Material.Neon
  1594. p22.FormFactor = Enum.FormFactor.Custom
  1595. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1596. 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)
  1597. p22.CanCollide = false
  1598. p22.Locked = true
  1599. p22.BottomSurface = Enum.SurfaceType.Smooth
  1600. p22.TopSurface = Enum.SurfaceType.Smooth
  1601. b14 = Instance.new("SpecialMesh", p22)
  1602. b14.MeshType = Enum.MeshType.Sphere
  1603. b14.Name = "Mesh"
  1604. p23 = Instance.new("Part", m)
  1605. p23.BrickColor = BrickColor.new("Really black")
  1606. p23.Material = Enum.Material.Neon
  1607. p23.FormFactor = Enum.FormFactor.Custom
  1608. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1609. 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)
  1610. p23.CanCollide = false
  1611. p23.Locked = true
  1612. p23.BottomSurface = Enum.SurfaceType.Smooth
  1613. p23.TopSurface = Enum.SurfaceType.Smooth
  1614. b15 = Instance.new("SpecialMesh", p23)
  1615. b15.MeshType = Enum.MeshType.Sphere
  1616. b15.Name = "Mesh"
  1617. p24 = Instance.new("Part", m)
  1618. p24.BrickColor = BrickColor.new("Really black")
  1619. p24.Material = Enum.Material.Neon
  1620. p24.FormFactor = Enum.FormFactor.Custom
  1621. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1622. 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)
  1623. p24.CanCollide = false
  1624. p24.Locked = true
  1625. p24.BottomSurface = Enum.SurfaceType.Smooth
  1626. p24.TopSurface = Enum.SurfaceType.Smooth
  1627. b16 = Instance.new("SpecialMesh", p24)
  1628. b16.MeshType = Enum.MeshType.Sphere
  1629. b16.Name = "Mesh"
  1630. w1 = Instance.new("Weld", p1)
  1631. w1.Name = "Wedge_Weld"
  1632. w1.Part0 = p1
  1633. 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)
  1634. w1.Part1 = p2
  1635. 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)
  1636. w2 = Instance.new("Weld", p2)
  1637. w2.Name = "Wedge_Weld"
  1638. w2.Part0 = p2
  1639. 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)
  1640. w2.Part1 = p3
  1641. 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)
  1642. w3 = Instance.new("Weld", p3)
  1643. w3.Name = "Wedge_Weld"
  1644. w3.Part0 = p3
  1645. 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)
  1646. w3.Part1 = p4
  1647. 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)
  1648. w4 = Instance.new("Weld", p4)
  1649. w4.Name = "Wedge_Weld"
  1650. w4.Part0 = p4
  1651. 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)
  1652. w4.Part1 = p5
  1653. 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)
  1654. w5 = Instance.new("Weld", p5)
  1655. w5.Name = "Wedge_Weld"
  1656. w5.Part0 = p5
  1657. 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)
  1658. w5.Part1 = p6
  1659. 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)
  1660. w6 = Instance.new("Weld", p6)
  1661. w6.Name = "Wedge_Weld"
  1662. w6.Part0 = p6
  1663. 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)
  1664. w6.Part1 = p7
  1665. 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)
  1666. w7 = Instance.new("Weld", p7)
  1667. w7.Name = "Part_Weld"
  1668. w7.Part0 = p7
  1669. 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)
  1670. w7.Part1 = p8
  1671. 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)
  1672. w8 = Instance.new("Weld", p8)
  1673. w8.Name = "Part_Weld"
  1674. w8.Part0 = p8
  1675. 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)
  1676. w8.Part1 = p9
  1677. 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)
  1678. w9 = Instance.new("Weld", p9)
  1679. w9.Name = "Part_Weld"
  1680. w9.Part0 = p9
  1681. 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)
  1682. w9.Part1 = p10
  1683. 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)
  1684. w10 = Instance.new("Weld", p10)
  1685. w10.Name = "Part_Weld"
  1686. w10.Part0 = p10
  1687. 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)
  1688. w10.Part1 = p11
  1689. 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)
  1690. w11 = Instance.new("Weld", p11)
  1691. w11.Name = "Part_Weld"
  1692. w11.Part0 = p11
  1693. 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)
  1694. w11.Part1 = p12
  1695. 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)
  1696. w12 = Instance.new("Weld", p12)
  1697. w12.Name = "Part_Weld"
  1698. w12.Part0 = p12
  1699. 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)
  1700. w12.Part1 = p13
  1701. 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)
  1702. w13 = Instance.new("Weld", p13)
  1703. w13.Name = "Part_Weld"
  1704. w13.Part0 = p13
  1705. 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)
  1706. w13.Part1 = p14
  1707. 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)
  1708. w14 = Instance.new("Weld", p14)
  1709. w14.Name = "Part_Weld"
  1710. w14.Part0 = p14
  1711. 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)
  1712. w14.Part1 = p15
  1713. 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)
  1714. w15 = Instance.new("Weld", p15)
  1715. w15.Name = "Part_Weld"
  1716. w15.Part0 = p15
  1717. 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)
  1718. w15.Part1 = p16
  1719. 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)
  1720. w16 = Instance.new("Weld", p16)
  1721. w16.Name = "Part_Weld"
  1722. w16.Part0 = p16
  1723. 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)
  1724. w16.Part1 = p17
  1725. 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)
  1726. w17 = Instance.new("Weld", p17)
  1727. w17.Name = "Part_Weld"
  1728. w17.Part0 = p17
  1729. 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)
  1730. w17.Part1 = p18
  1731. 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)
  1732. w18 = Instance.new("Weld", p18)
  1733. w18.Name = "Part_Weld"
  1734. w18.Part0 = p18
  1735. 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)
  1736. w18.Part1 = p19
  1737. 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)
  1738. w19 = Instance.new("Weld", p19)
  1739. w19.Name = "Part_Weld"
  1740. w19.Part0 = p19
  1741. 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)
  1742. w19.Part1 = p20
  1743. 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)
  1744. w20 = Instance.new("Weld", p20)
  1745. w20.Name = "Part_Weld"
  1746. w20.Part0 = p20
  1747. 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)
  1748. w20.Part1 = p21
  1749. 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)
  1750. w21 = Instance.new("Weld", p21)
  1751. w21.Name = "Part_Weld"
  1752. w21.Part0 = p21
  1753. 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)
  1754. w21.Part1 = p22
  1755. 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)
  1756. w22 = Instance.new("Weld", p22)
  1757. w22.Name = "Part_Weld"
  1758. w22.Part0 = p22
  1759. 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)
  1760. w22.Part1 = p23
  1761. 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)
  1762. w23 = Instance.new("Weld", p23)
  1763. w23.Name = "Part_Weld"
  1764. w23.Part0 = p23
  1765. 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)
  1766. w23.Part1 = p24
  1767. 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)
  1768. w24 = Instance.new("Weld", p24)
  1769. w24.Name = "Part_Weld"
  1770. w24.Part0 = p24
  1771. 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)
  1772. m.Parent = larm
  1773. m:MakeJoints()
  1774. ----------------------------------------------------
  1775. local cor3 = Instance.new("Part", larm.LeftArm)
  1776. cor3.Name = "Thingy"
  1777. cor3.Locked = true
  1778. cor3.BottomSurface = 0
  1779. cor3.CanCollide = false
  1780. cor3.Size = Vector3.new(2, 1, 1)
  1781. cor3.Transparency = 1
  1782. cor3.TopSurface = 0
  1783. corw2 = Instance.new("Weld", cor3)
  1784. corw2.Part0 = larm
  1785. corw2.Part1 = cor3
  1786. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1787. corw2.C1 = CFrame.new(0, 0, 0)
  1788. weld2 = Instance.new("Weld", larm.LeftArm)
  1789. weld2.Part0 = cor3
  1790. weld2.Part1 = p15
  1791. weld2.C0 = CFrame.new(0, 0, 0)
  1792. ----------------------------------------------------
  1793. local m = Instance.new("Model")
  1794. m.Name = "RightArm"
  1795. p1 = Instance.new("WedgePart", m)
  1796. p1.BrickColor = BrickColor.new("Royal purple")
  1797. p1.Material = Enum.Material.Neon
  1798. p1.Name = "Wedge"
  1799. p1.FormFactor = Enum.FormFactor.Custom
  1800. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1801. 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)
  1802. p1.CanCollide = false
  1803. p1.Locked = true
  1804. p1.TopSurface = Enum.SurfaceType.Smooth
  1805. b1 = Instance.new("SpecialMesh", p1)
  1806. b1.MeshType = Enum.MeshType.Wedge
  1807. b1.Name = "Mesh"
  1808. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1809. p2 = Instance.new("WedgePart", m)
  1810. p2.BrickColor = BrickColor.new("Royal purple")
  1811. p2.Material = Enum.Material.Neon
  1812. p2.Name = "Wedge"
  1813. p2.FormFactor = Enum.FormFactor.Custom
  1814. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1815. 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)
  1816. p2.CanCollide = false
  1817. p2.Locked = true
  1818. p2.TopSurface = Enum.SurfaceType.Smooth
  1819. b2 = Instance.new("SpecialMesh", p2)
  1820. b2.MeshType = Enum.MeshType.Wedge
  1821. b2.Name = "Mesh"
  1822. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1823. p3 = Instance.new("WedgePart", m)
  1824. p3.BrickColor = BrickColor.new("Royal purple")
  1825. p3.Material = Enum.Material.Neon
  1826. p3.Name = "Wedge"
  1827. p3.FormFactor = Enum.FormFactor.Custom
  1828. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1829. 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)
  1830. p3.CanCollide = false
  1831. p3.Locked = true
  1832. p3.TopSurface = Enum.SurfaceType.Smooth
  1833. b3 = Instance.new("SpecialMesh", p3)
  1834. b3.MeshType = Enum.MeshType.Wedge
  1835. b3.Name = "Mesh"
  1836. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1837. p4 = Instance.new("WedgePart", m)
  1838. p4.BrickColor = BrickColor.new("Royal purple")
  1839. p4.Material = Enum.Material.Neon
  1840. p4.Name = "Wedge"
  1841. p4.FormFactor = Enum.FormFactor.Custom
  1842. p4.Size = Vector3.new(1, 1.19999981, 4)
  1843. 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)
  1844. p4.CanCollide = false
  1845. p4.Locked = true
  1846. p4.TopSurface = Enum.SurfaceType.Smooth
  1847. b4 = Instance.new("SpecialMesh", p4)
  1848. b4.MeshType = Enum.MeshType.Wedge
  1849. b4.Name = "Mesh"
  1850. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1851. p5 = Instance.new("WedgePart", m)
  1852. p5.BrickColor = BrickColor.new("Royal purple")
  1853. p5.Material = Enum.Material.Neon
  1854. p5.Name = "Wedge"
  1855. p5.FormFactor = Enum.FormFactor.Custom
  1856. p5.Size = Vector3.new(1, 1.19999981, 4)
  1857. 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)
  1858. p5.CanCollide = false
  1859. p5.Locked = true
  1860. p5.TopSurface = Enum.SurfaceType.Smooth
  1861. b5 = Instance.new("SpecialMesh", p5)
  1862. b5.MeshType = Enum.MeshType.Wedge
  1863. b5.Name = "Mesh"
  1864. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1865. p6 = Instance.new("WedgePart", m)
  1866. p6.BrickColor = BrickColor.new("Royal purple")
  1867. p6.Material = Enum.Material.Neon
  1868. p6.Name = "Wedge"
  1869. p6.FormFactor = Enum.FormFactor.Custom
  1870. p6.Size = Vector3.new(1, 1.19999981, 4)
  1871. 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)
  1872. p6.CanCollide = false
  1873. p6.Locked = true
  1874. p6.TopSurface = Enum.SurfaceType.Smooth
  1875. b6 = Instance.new("SpecialMesh", p6)
  1876. b6.MeshType = Enum.MeshType.Wedge
  1877. b6.Name = "Mesh"
  1878. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1879. p7 = Instance.new("Part", m)
  1880. p7.BrickColor = BrickColor.new("Really black")
  1881. p7.Material = Enum.Material.Neon
  1882. p7.FormFactor = Enum.FormFactor.Custom
  1883. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1884. 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)
  1885. p7.CanCollide = false
  1886. p7.Locked = true
  1887. p7.BottomSurface = Enum.SurfaceType.Smooth
  1888. p7.TopSurface = Enum.SurfaceType.Smooth
  1889. b7 = Instance.new("SpecialMesh", p7)
  1890. b7.MeshType = Enum.MeshType.Sphere
  1891. b7.Name = "Mesh"
  1892. p8 = Instance.new("Part", m)
  1893. p8.BrickColor = BrickColor.new("Royal purple")
  1894. p8.Material = Enum.Material.Neon
  1895. p8.FormFactor = Enum.FormFactor.Custom
  1896. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  1897. 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)
  1898. p8.CanCollide = false
  1899. p8.Locked = true
  1900. p8.BottomSurface = Enum.SurfaceType.Smooth
  1901. p8.TopSurface = Enum.SurfaceType.Smooth
  1902. p9 = Instance.new("Part", m)
  1903. p9.BrickColor = BrickColor.new("Really black")
  1904. p9.Material = Enum.Material.Neon
  1905. p9.FormFactor = Enum.FormFactor.Custom
  1906. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1907. 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)
  1908. p9.CanCollide = false
  1909. p9.Locked = true
  1910. p9.BottomSurface = Enum.SurfaceType.Smooth
  1911. p9.TopSurface = Enum.SurfaceType.Smooth
  1912. b8 = Instance.new("SpecialMesh", p9)
  1913. b8.MeshType = Enum.MeshType.Sphere
  1914. b8.Name = "Mesh"
  1915. p10 = Instance.new("Part", m)
  1916. p10.BrickColor = BrickColor.new("Really black")
  1917. p10.Material = Enum.Material.Neon
  1918. p10.FormFactor = Enum.FormFactor.Custom
  1919. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1920. 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)
  1921. p10.CanCollide = false
  1922. p10.Locked = true
  1923. p10.BottomSurface = Enum.SurfaceType.Smooth
  1924. p10.TopSurface = Enum.SurfaceType.Smooth
  1925. b9 = Instance.new("SpecialMesh", p10)
  1926. b9.MeshType = Enum.MeshType.Sphere
  1927. b9.Name = "Mesh"
  1928. p11 = Instance.new("Part", m)
  1929. p11.BrickColor = BrickColor.new("Royal purple")
  1930. p11.Material = Enum.Material.Neon
  1931. p11.FormFactor = Enum.FormFactor.Custom
  1932. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1933. 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)
  1934. p11.CanCollide = false
  1935. p11.Locked = true
  1936. p11.BottomSurface = Enum.SurfaceType.Smooth
  1937. p11.TopSurface = Enum.SurfaceType.Smooth
  1938. p12 = Instance.new("Part", m)
  1939. p12.BrickColor = BrickColor.new("Royal purple")
  1940. p12.Material = Enum.Material.Neon
  1941. p12.FormFactor = Enum.FormFactor.Custom
  1942. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  1943. 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)
  1944. p12.CanCollide = false
  1945. p12.Locked = true
  1946. p12.BottomSurface = Enum.SurfaceType.Smooth
  1947. p12.TopSurface = Enum.SurfaceType.Smooth
  1948. p13 = Instance.new("Part", m)
  1949. p13.BrickColor = BrickColor.new("Royal purple")
  1950. p13.Material = Enum.Material.Neon
  1951. p13.FormFactor = Enum.FormFactor.Custom
  1952. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1953. 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)
  1954. p13.CanCollide = false
  1955. p13.Locked = true
  1956. p13.BottomSurface = Enum.SurfaceType.Smooth
  1957. p13.TopSurface = Enum.SurfaceType.Smooth
  1958. b10 = Instance.new("SpecialMesh", p13)
  1959. b10.MeshType = Enum.MeshType.Sphere
  1960. b10.Name = "Mesh"
  1961. p14 = Instance.new("Part", m)
  1962. p14.BrickColor = BrickColor.new("Really black")
  1963. p14.Material = Enum.Material.Metal
  1964. p14.Name = "Main"
  1965. p14.FormFactor = Enum.FormFactor.Custom
  1966. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1967. 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)
  1968. p14.CanCollide = false
  1969. p14.Locked = true
  1970. p14.BottomSurface = Enum.SurfaceType.Smooth
  1971. p14.TopSurface = Enum.SurfaceType.Smooth
  1972. p15 = Instance.new("Part", m)
  1973. p15.BrickColor = BrickColor.new("Really black")
  1974. p15.Material = Enum.Material.Neon
  1975. p15.FormFactor = Enum.FormFactor.Custom
  1976. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1977. 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)
  1978. p15.CanCollide = false
  1979. p15.Locked = true
  1980. p15.BottomSurface = Enum.SurfaceType.Smooth
  1981. p15.TopSurface = Enum.SurfaceType.Smooth
  1982. b11 = Instance.new("SpecialMesh", p15)
  1983. b11.MeshType = Enum.MeshType.Sphere
  1984. b11.Name = "Mesh"
  1985. p16 = Instance.new("Part", m)
  1986. p16.BrickColor = BrickColor.new("Royal purple")
  1987. p16.Material = Enum.Material.Neon
  1988. p16.FormFactor = Enum.FormFactor.Custom
  1989. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  1990. 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)
  1991. p16.CanCollide = false
  1992. p16.Locked = true
  1993. p16.BottomSurface = Enum.SurfaceType.Smooth
  1994. p16.TopSurface = Enum.SurfaceType.Smooth
  1995. p17 = Instance.new("Part", m)
  1996. p17.BrickColor = BrickColor.new("Royal purple")
  1997. p17.Material = Enum.Material.Neon
  1998. p17.FormFactor = Enum.FormFactor.Custom
  1999. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  2000. 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)
  2001. p17.CanCollide = false
  2002. p17.Locked = true
  2003. p17.BottomSurface = Enum.SurfaceType.Smooth
  2004. p17.TopSurface = Enum.SurfaceType.Smooth
  2005. p18 = Instance.new("Part", m)
  2006. p18.BrickColor = BrickColor.new("Really black")
  2007. p18.Material = Enum.Material.Neon
  2008. p18.FormFactor = Enum.FormFactor.Custom
  2009. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2010. 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)
  2011. p18.CanCollide = false
  2012. p18.Locked = true
  2013. p18.BottomSurface = Enum.SurfaceType.Smooth
  2014. p18.TopSurface = Enum.SurfaceType.Smooth
  2015. b12 = Instance.new("SpecialMesh", p18)
  2016. b12.MeshType = Enum.MeshType.Sphere
  2017. b12.Name = "Mesh"
  2018. p19 = Instance.new("Part", m)
  2019. p19.BrickColor = BrickColor.new("Really black")
  2020. p19.Material = Enum.Material.Neon
  2021. p19.FormFactor = Enum.FormFactor.Custom
  2022. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2023. 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)
  2024. p19.CanCollide = false
  2025. p19.Locked = true
  2026. p19.BottomSurface = Enum.SurfaceType.Smooth
  2027. p19.TopSurface = Enum.SurfaceType.Smooth
  2028. b13 = Instance.new("SpecialMesh", p19)
  2029. b13.MeshType = Enum.MeshType.Sphere
  2030. b13.Name = "Mesh"
  2031. w1 = Instance.new("Weld", p1)
  2032. w1.Name = "Wedge_Weld"
  2033. w1.Part0 = p1
  2034. 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)
  2035. w1.Part1 = p2
  2036. 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)
  2037. w2 = Instance.new("Weld", p2)
  2038. w2.Name = "Wedge_Weld"
  2039. w2.Part0 = p2
  2040. 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)
  2041. w2.Part1 = p3
  2042. 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)
  2043. w3 = Instance.new("Weld", p3)
  2044. w3.Name = "Wedge_Weld"
  2045. w3.Part0 = p3
  2046. 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)
  2047. w3.Part1 = p4
  2048. 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)
  2049. w4 = Instance.new("Weld", p4)
  2050. w4.Name = "Wedge_Weld"
  2051. w4.Part0 = p4
  2052. 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)
  2053. w4.Part1 = p5
  2054. 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)
  2055. w5 = Instance.new("Weld", p5)
  2056. w5.Name = "Wedge_Weld"
  2057. w5.Part0 = p5
  2058. 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)
  2059. w5.Part1 = p6
  2060. 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)
  2061. w6 = Instance.new("Weld", p6)
  2062. w6.Name = "Part_Weld"
  2063. w6.Part0 = p6
  2064. 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)
  2065. w6.Part1 = p7
  2066. 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)
  2067. w7 = Instance.new("Weld", p7)
  2068. w7.Name = "Part_Weld"
  2069. w7.Part0 = p7
  2070. 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)
  2071. w7.Part1 = p8
  2072. 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)
  2073. w8 = Instance.new("Weld", p8)
  2074. w8.Name = "Part_Weld"
  2075. w8.Part0 = p8
  2076. 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)
  2077. w8.Part1 = p9
  2078. 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)
  2079. w9 = Instance.new("Weld", p9)
  2080. w9.Name = "Part_Weld"
  2081. w9.Part0 = p9
  2082. 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)
  2083. w9.Part1 = p10
  2084. 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)
  2085. w10 = Instance.new("Weld", p10)
  2086. w10.Name = "Part_Weld"
  2087. w10.Part0 = p10
  2088. 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)
  2089. w10.Part1 = p11
  2090. 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)
  2091. w11 = Instance.new("Weld", p11)
  2092. w11.Name = "Part_Weld"
  2093. w11.Part0 = p11
  2094. 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)
  2095. w11.Part1 = p12
  2096. 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)
  2097. w12 = Instance.new("Weld", p12)
  2098. w12.Name = "Part_Weld"
  2099. w12.Part0 = p12
  2100. 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)
  2101. w12.Part1 = p13
  2102. 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)
  2103. w13 = Instance.new("Weld", p13)
  2104. w13.Name = "Part_Weld"
  2105. w13.Part0 = p13
  2106. 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)
  2107. w13.Part1 = p14
  2108. 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)
  2109. w14 = Instance.new("Weld", p14)
  2110. w14.Name = "Part_Weld"
  2111. w14.Part0 = p14
  2112. 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)
  2113. w14.Part1 = p15
  2114. 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)
  2115. w15 = Instance.new("Weld", p15)
  2116. w15.Name = "Part_Weld"
  2117. w15.Part0 = p15
  2118. 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)
  2119. w15.Part1 = p16
  2120. 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)
  2121. w16 = Instance.new("Weld", p16)
  2122. w16.Name = "Part_Weld"
  2123. w16.Part0 = p16
  2124. 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)
  2125. w16.Part1 = p17
  2126. 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)
  2127. w17 = Instance.new("Weld", p17)
  2128. w17.Name = "Part_Weld"
  2129. w17.Part0 = p17
  2130. 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)
  2131. w17.Part1 = p18
  2132. 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)
  2133. w18 = Instance.new("Weld", p18)
  2134. w18.Name = "Part_Weld"
  2135. w18.Part0 = p18
  2136. 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)
  2137. w18.Part1 = p19
  2138. 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)
  2139. w19 = Instance.new("Weld", p19)
  2140. w19.Name = "Wedge_Weld"
  2141. w19.Part0 = p19
  2142. 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)
  2143. m.Parent = rarm
  2144. m:MakeJoints()
  2145. ----------------------------------------------------
  2146. local cor4 = Instance.new("Part", rarm.RightArm)
  2147. cor4.Name = "Thingy"
  2148. cor4.Locked = true
  2149. cor4.BottomSurface = 0
  2150. cor4.CanCollide = false
  2151. cor4.Size = Vector3.new(2, 1, 1)
  2152. cor4.Transparency = 1
  2153. cor4.TopSurface = 0
  2154. corw2 = Instance.new("Weld", cor4)
  2155. corw2.Part0 = rarm
  2156. corw2.Part1 = cor4
  2157. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2158. corw2.C1 = CFrame.new(0, 0, 0)
  2159. weld2 = Instance.new("Weld", rarm.RightArm)
  2160. weld2.Part0 = cor4
  2161. weld2.Part1 = p14
  2162. weld2.C0 = CFrame.new(0, 0, 0)
  2163. ----------------------------------------------------
  2164. local m = Instance.new("Model")
  2165. m.Name = "Torso"
  2166. p1 = Instance.new("Part", m)
  2167. p1.BrickColor = BrickColor.new("Really black")
  2168. p1.Material = Enum.Material.Neon
  2169. p1.FormFactor = Enum.FormFactor.Custom
  2170. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2171. 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)
  2172. p1.CanCollide = false
  2173. p1.Locked = true
  2174. p1.BottomSurface = Enum.SurfaceType.Smooth
  2175. p1.TopSurface = Enum.SurfaceType.Smooth
  2176. b1 = Instance.new("SpecialMesh", p1)
  2177. b1.MeshType = Enum.MeshType.Sphere
  2178. b1.Name = "Mesh"
  2179. p2 = Instance.new("Part", m)
  2180. p2.BrickColor = BrickColor.new("Really black")
  2181. p2.Material = Enum.Material.Neon
  2182. p2.FormFactor = Enum.FormFactor.Custom
  2183. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2184. 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)
  2185. p2.CanCollide = false
  2186. p2.Locked = true
  2187. p2.BottomSurface = Enum.SurfaceType.Smooth
  2188. p2.TopSurface = Enum.SurfaceType.Smooth
  2189. b2 = Instance.new("SpecialMesh", p2)
  2190. b2.MeshType = Enum.MeshType.Sphere
  2191. b2.Name = "Mesh"
  2192. p3 = Instance.new("Part", m)
  2193. p3.BrickColor = BrickColor.new("Royal purple")
  2194. p3.Material = Enum.Material.Neon
  2195. p3.FormFactor = Enum.FormFactor.Custom
  2196. p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2197. 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)
  2198. p3.CanCollide = false
  2199. p3.Locked = true
  2200. p3.BottomSurface = Enum.SurfaceType.Smooth
  2201. p3.TopSurface = Enum.SurfaceType.Smooth
  2202. p4 = Instance.new("Part", m)
  2203. p4.BrickColor = BrickColor.new("Royal purple")
  2204. p4.Material = Enum.Material.Neon
  2205. p4.FormFactor = Enum.FormFactor.Custom
  2206. p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2207. 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)
  2208. p4.CanCollide = false
  2209. p4.Locked = true
  2210. p4.BottomSurface = Enum.SurfaceType.Smooth
  2211. p4.TopSurface = Enum.SurfaceType.Smooth
  2212. p5 = Instance.new("Part", m)
  2213. p5.BrickColor = BrickColor.new("Royal purple")
  2214. p5.Material = Enum.Material.Neon
  2215. p5.FormFactor = Enum.FormFactor.Custom
  2216. p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2217. 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)
  2218. p5.CanCollide = false
  2219. p5.Locked = true
  2220. p5.BottomSurface = Enum.SurfaceType.Smooth
  2221. p5.TopSurface = Enum.SurfaceType.Smooth
  2222. p6 = Instance.new("Part", m)
  2223. p6.BrickColor = BrickColor.new("Royal purple")
  2224. p6.Material = Enum.Material.Neon
  2225. p6.FormFactor = Enum.FormFactor.Custom
  2226. p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2227. 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)
  2228. p6.CanCollide = false
  2229. p6.Locked = true
  2230. p6.BottomSurface = Enum.SurfaceType.Smooth
  2231. p6.TopSurface = Enum.SurfaceType.Smooth
  2232. p7 = Instance.new("Part", m)
  2233. p7.BrickColor = BrickColor.new("Really black")
  2234. p7.Material = Enum.Material.Neon
  2235. p7.FormFactor = Enum.FormFactor.Custom
  2236. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2237. 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)
  2238. p7.CanCollide = false
  2239. p7.Locked = true
  2240. p7.BottomSurface = Enum.SurfaceType.Smooth
  2241. p7.TopSurface = Enum.SurfaceType.Smooth
  2242. b3 = Instance.new("SpecialMesh", p7)
  2243. b3.MeshType = Enum.MeshType.Sphere
  2244. b3.Name = "Mesh"
  2245. p8 = Instance.new("Part", m)
  2246. p8.BrickColor = BrickColor.new("Really black")
  2247. p8.Material = Enum.Material.Neon
  2248. p8.FormFactor = Enum.FormFactor.Custom
  2249. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2250. 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)
  2251. p8.CanCollide = false
  2252. p8.Locked = true
  2253. p8.BottomSurface = Enum.SurfaceType.Smooth
  2254. p8.TopSurface = Enum.SurfaceType.Smooth
  2255. b4 = Instance.new("SpecialMesh", p8)
  2256. b4.MeshType = Enum.MeshType.Sphere
  2257. b4.Name = "Mesh"
  2258. p9 = Instance.new("Part", m)
  2259. p9.BrickColor = BrickColor.new("Really black")
  2260. p9.Material = Enum.Material.Neon
  2261. p9.FormFactor = Enum.FormFactor.Custom
  2262. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2263. 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)
  2264. p9.CanCollide = false
  2265. p9.Locked = true
  2266. p9.BottomSurface = Enum.SurfaceType.Smooth
  2267. p9.TopSurface = Enum.SurfaceType.Smooth
  2268. b5 = Instance.new("SpecialMesh", p9)
  2269. b5.MeshType = Enum.MeshType.Sphere
  2270. b5.Name = "Mesh"
  2271. p10 = Instance.new("Part", m)
  2272. p10.BrickColor = BrickColor.new("Royal purple")
  2273. p10.Material = Enum.Material.Neon
  2274. p10.FormFactor = Enum.FormFactor.Custom
  2275. p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2276. 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)
  2277. p10.CanCollide = false
  2278. p10.Locked = true
  2279. p10.BottomSurface = Enum.SurfaceType.Smooth
  2280. p10.TopSurface = Enum.SurfaceType.Smooth
  2281. p11 = Instance.new("Part", m)
  2282. p11.BrickColor = BrickColor.new("Really black")
  2283. p11.Material = Enum.Material.Metal
  2284. p11.Name = "Main"
  2285. p11.FormFactor = Enum.FormFactor.Custom
  2286. p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
  2287. 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)
  2288. p11.CanCollide = false
  2289. p11.Locked = true
  2290. p11.BottomSurface = Enum.SurfaceType.Smooth
  2291. p11.TopSurface = Enum.SurfaceType.Smooth
  2292. p12 = Instance.new("Part", m)
  2293. p12.BrickColor = BrickColor.new("Really black")
  2294. p12.Material = Enum.Material.Neon
  2295. p12.FormFactor = Enum.FormFactor.Custom
  2296. p12.Size = Vector3.new(3, 3, 2)
  2297. 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)
  2298. p12.CanCollide = false
  2299. p12.Locked = true
  2300. p12.BottomSurface = Enum.SurfaceType.Smooth
  2301. p12.TopSurface = Enum.SurfaceType.Smooth
  2302. b6 = Instance.new("SpecialMesh", p12)
  2303. b6.MeshType = Enum.MeshType.Sphere
  2304. b6.Name = "Mesh"
  2305. p13 = Instance.new("Part", m)
  2306. p13.BrickColor = BrickColor.new("Royal purple")
  2307. p13.Material = Enum.Material.Neon
  2308. p13.FormFactor = Enum.FormFactor.Custom
  2309. p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
  2310. 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)
  2311. p13.CanCollide = false
  2312. p13.Locked = true
  2313. p13.BottomSurface = Enum.SurfaceType.Smooth
  2314. p13.TopSurface = Enum.SurfaceType.Smooth
  2315. p14 = Instance.new("Part", m)
  2316. p14.BrickColor = BrickColor.new("Royal purple")
  2317. p14.Material = Enum.Material.Neon
  2318. p14.FormFactor = Enum.FormFactor.Custom
  2319. p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2320. 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)
  2321. p14.CanCollide = false
  2322. p14.Locked = true
  2323. p14.BottomSurface = Enum.SurfaceType.Smooth
  2324. p14.TopSurface = Enum.SurfaceType.Smooth
  2325. p15 = Instance.new("Part", m)
  2326. p15.BrickColor = BrickColor.new("Royal purple")
  2327. p15.Material = Enum.Material.Neon
  2328. p15.FormFactor = Enum.FormFactor.Custom
  2329. p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2330. 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)
  2331. p15.CanCollide = false
  2332. p15.Locked = true
  2333. p15.BottomSurface = Enum.SurfaceType.Smooth
  2334. p15.TopSurface = Enum.SurfaceType.Smooth
  2335. p16 = Instance.new("Part", m)
  2336. p16.BrickColor = BrickColor.new("Royal purple")
  2337. p16.Material = Enum.Material.Neon
  2338. p16.FormFactor = Enum.FormFactor.Custom
  2339. p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
  2340. 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)
  2341. p16.CanCollide = false
  2342. p16.Locked = true
  2343. p16.BottomSurface = Enum.SurfaceType.Smooth
  2344. p16.TopSurface = Enum.SurfaceType.Smooth
  2345. p17 = Instance.new("Part", m)
  2346. p17.BrickColor = BrickColor.new("Royal purple")
  2347. p17.Material = Enum.Material.Neon
  2348. p17.FormFactor = Enum.FormFactor.Custom
  2349. p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
  2350. 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)
  2351. p17.CanCollide = false
  2352. p17.Locked = true
  2353. p17.BottomSurface = Enum.SurfaceType.Smooth
  2354. p17.TopSurface = Enum.SurfaceType.Smooth
  2355. p18 = Instance.new("Part", m)
  2356. p18.BrickColor = BrickColor.new("Royal purple")
  2357. p18.Material = Enum.Material.Neon
  2358. p18.FormFactor = Enum.FormFactor.Custom
  2359. p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2360. 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)
  2361. p18.CanCollide = false
  2362. p18.Locked = true
  2363. p18.BottomSurface = Enum.SurfaceType.Smooth
  2364. p18.TopSurface = Enum.SurfaceType.Smooth
  2365. p19 = Instance.new("Part", m)
  2366. p19.BrickColor = BrickColor.new("Really black")
  2367. p19.Material = Enum.Material.Neon
  2368. p19.FormFactor = Enum.FormFactor.Custom
  2369. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2370. 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)
  2371. p19.CanCollide = false
  2372. p19.Locked = true
  2373. p19.BottomSurface = Enum.SurfaceType.Smooth
  2374. p19.TopSurface = Enum.SurfaceType.Smooth
  2375. b7 = Instance.new("SpecialMesh", p19)
  2376. b7.MeshType = Enum.MeshType.Sphere
  2377. b7.Name = "Mesh"
  2378. p20 = Instance.new("Part", m)
  2379. p20.BrickColor = BrickColor.new("Really black")
  2380. p20.Material = Enum.Material.Neon
  2381. p20.FormFactor = Enum.FormFactor.Custom
  2382. p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2383. 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)
  2384. p20.CanCollide = false
  2385. p20.Locked = true
  2386. p20.BottomSurface = Enum.SurfaceType.Smooth
  2387. p20.TopSurface = Enum.SurfaceType.Smooth
  2388. b8 = Instance.new("SpecialMesh", p20)
  2389. b8.MeshType = Enum.MeshType.Sphere
  2390. b8.Name = "Mesh"
  2391. p21 = Instance.new("Part", m)
  2392. p21.BrickColor = BrickColor.new("Royal purple")
  2393. p21.Material = Enum.Material.Neon
  2394. p21.FormFactor = Enum.FormFactor.Custom
  2395. p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
  2396. 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)
  2397. p21.CanCollide = false
  2398. p21.Locked = true
  2399. p21.BottomSurface = Enum.SurfaceType.Smooth
  2400. p21.TopSurface = Enum.SurfaceType.Smooth
  2401. p22 = Instance.new("Part", m)
  2402. p22.BrickColor = BrickColor.new("Really black")
  2403. p22.Material = Enum.Material.Neon
  2404. p22.FormFactor = Enum.FormFactor.Custom
  2405. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2406. 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)
  2407. p22.CanCollide = false
  2408. p22.Locked = true
  2409. p22.BottomSurface = Enum.SurfaceType.Smooth
  2410. p22.TopSurface = Enum.SurfaceType.Smooth
  2411. b9 = Instance.new("SpecialMesh", p22)
  2412. b9.MeshType = Enum.MeshType.Sphere
  2413. b9.Name = "Mesh"
  2414. w1 = Instance.new("Weld", p1)
  2415. w1.Name = "Part_Weld"
  2416. w1.Part0 = p1
  2417. 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)
  2418. w1.Part1 = p2
  2419. 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)
  2420. w2 = Instance.new("Weld", p2)
  2421. w2.Name = "Part_Weld"
  2422. w2.Part0 = p2
  2423. 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)
  2424. w2.Part1 = p3
  2425. 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)
  2426. w3 = Instance.new("Weld", p3)
  2427. w3.Name = "Part_Weld"
  2428. w3.Part0 = p3
  2429. 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)
  2430. w3.Part1 = p4
  2431. 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)
  2432. w4 = Instance.new("Weld", p4)
  2433. w4.Name = "Part_Weld"
  2434. w4.Part0 = p4
  2435. 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)
  2436. w4.Part1 = p5
  2437. 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)
  2438. w5 = Instance.new("Weld", p5)
  2439. w5.Name = "Part_Weld"
  2440. w5.Part0 = p5
  2441. 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)
  2442. w5.Part1 = p6
  2443. 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)
  2444. w6 = Instance.new("Weld", p6)
  2445. w6.Name = "Part_Weld"
  2446. w6.Part0 = p6
  2447. 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)
  2448. w6.Part1 = p7
  2449. 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)
  2450. w7 = Instance.new("Weld", p7)
  2451. w7.Name = "Part_Weld"
  2452. w7.Part0 = p7
  2453. 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)
  2454. w7.Part1 = p8
  2455. 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)
  2456. w8 = Instance.new("Weld", p8)
  2457. w8.Name = "Part_Weld"
  2458. w8.Part0 = p8
  2459. 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)
  2460. w8.Part1 = p9
  2461. 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)
  2462. w9 = Instance.new("Weld", p9)
  2463. w9.Name = "Part_Weld"
  2464. w9.Part0 = p9
  2465. 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)
  2466. w9.Part1 = p10
  2467. 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)
  2468. w10 = Instance.new("Weld", p10)
  2469. w10.Name = "Main_Weld"
  2470. w10.Part0 = p10
  2471. 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)
  2472. w10.Part1 = p11
  2473. 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)
  2474. w11 = Instance.new("Weld", p11)
  2475. w11.Name = "Part_Weld"
  2476. w11.Part0 = p11
  2477. 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)
  2478. w11.Part1 = p12
  2479. 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)
  2480. w12 = Instance.new("Weld", p12)
  2481. w12.Name = "Part_Weld"
  2482. w12.Part0 = p12
  2483. 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)
  2484. w12.Part1 = p13
  2485. 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)
  2486. w13 = Instance.new("Weld", p13)
  2487. w13.Name = "Part_Weld"
  2488. w13.Part0 = p13
  2489. 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)
  2490. w13.Part1 = p14
  2491. 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)
  2492. w14 = Instance.new("Weld", p14)
  2493. w14.Name = "Part_Weld"
  2494. w14.Part0 = p14
  2495. 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)
  2496. w14.Part1 = p15
  2497. 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)
  2498. w15 = Instance.new("Weld", p15)
  2499. w15.Name = "Part_Weld"
  2500. w15.Part0 = p15
  2501. 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)
  2502. w15.Part1 = p16
  2503. 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)
  2504. w16 = Instance.new("Weld", p16)
  2505. w16.Name = "Part_Weld"
  2506. w16.Part0 = p16
  2507. 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)
  2508. w16.Part1 = p17
  2509. 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)
  2510. w17 = Instance.new("Weld", p17)
  2511. w17.Name = "Part_Weld"
  2512. w17.Part0 = p17
  2513. 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)
  2514. w17.Part1 = p18
  2515. 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)
  2516. w18 = Instance.new("Weld", p18)
  2517. w18.Name = "Part_Weld"
  2518. w18.Part0 = p18
  2519. 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)
  2520. w18.Part1 = p19
  2521. 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)
  2522. w19 = Instance.new("Weld", p19)
  2523. w19.Name = "Part_Weld"
  2524. w19.Part0 = p19
  2525. 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)
  2526. w19.Part1 = p20
  2527. 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)
  2528. w20 = Instance.new("Weld", p20)
  2529. w20.Name = "Part_Weld"
  2530. w20.Part0 = p20
  2531. 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)
  2532. w20.Part1 = p21
  2533. 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)
  2534. w21 = Instance.new("Weld", p21)
  2535. w21.Name = "Part_Weld"
  2536. w21.Part0 = p21
  2537. 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)
  2538. w21.Part1 = p22
  2539. 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)
  2540. w22 = Instance.new("Weld", p22)
  2541. w22.Name = "Wedge_Weld"
  2542. w22.Part0 = p22
  2543. 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)
  2544. m.Parent = torso
  2545. m:MakeJoints()
  2546. ----------------------------------------------------
  2547. local cor5 = Instance.new("Part", torso.Torso)
  2548. cor5.Name = "Thingy"
  2549. cor5.Locked = true
  2550. cor5.BottomSurface = 0
  2551. cor5.CanCollide = false
  2552. cor5.Size = Vector3.new(2, 1, 1)
  2553. cor5.Transparency = 1
  2554. cor5.TopSurface = 0
  2555. corw2 = Instance.new("Weld", cor5)
  2556. corw2.Part0 = torso
  2557. corw2.Part1 = cor5
  2558. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2559. corw2.C1 = CFrame.new(0, 0, 0)
  2560. weld2 = Instance.new("Weld", torso.Torso)
  2561. weld2.Part0 = cor5
  2562. weld2.Part1 = p11
  2563. weld2.C0 = CFrame.new(0, 0, 0)
  2564. ----------------------------------------------------
  2565. local m = Instance.new("Model")
  2566. m.Name = "RightLeg"
  2567. p1 = Instance.new("Part", m)
  2568. p1.BrickColor = BrickColor.new("Really black")
  2569. p1.Material = Enum.Material.Neon
  2570. p1.FormFactor = Enum.FormFactor.Custom
  2571. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2572. 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)
  2573. p1.CanCollide = false
  2574. p1.Locked = true
  2575. p1.BottomSurface = Enum.SurfaceType.Smooth
  2576. p1.TopSurface = Enum.SurfaceType.Smooth
  2577. b1 = Instance.new("SpecialMesh", p1)
  2578. b1.MeshType = Enum.MeshType.Sphere
  2579. b1.Name = "Mesh"
  2580. p2 = Instance.new("Part", m)
  2581. p2.BrickColor = BrickColor.new("Really black")
  2582. p2.Material = Enum.Material.Neon
  2583. p2.FormFactor = Enum.FormFactor.Custom
  2584. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2585. 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)
  2586. p2.CanCollide = false
  2587. p2.Locked = true
  2588. p2.BottomSurface = Enum.SurfaceType.Smooth
  2589. p2.TopSurface = Enum.SurfaceType.Smooth
  2590. b2 = Instance.new("SpecialMesh", p2)
  2591. b2.MeshType = Enum.MeshType.Sphere
  2592. b2.Name = "Mesh"
  2593. p3 = Instance.new("Part", m)
  2594. p3.BrickColor = BrickColor.new("Royal purple")
  2595. p3.Material = Enum.Material.Neon
  2596. p3.FormFactor = Enum.FormFactor.Custom
  2597. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2598. 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)
  2599. p3.CanCollide = false
  2600. p3.Locked = true
  2601. p3.BottomSurface = Enum.SurfaceType.Smooth
  2602. p3.TopSurface = Enum.SurfaceType.Smooth
  2603. p4 = Instance.new("Part", m)
  2604. p4.BrickColor = BrickColor.new("Really black")
  2605. p4.Material = Enum.Material.Neon
  2606. p4.FormFactor = Enum.FormFactor.Custom
  2607. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2608. 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)
  2609. p4.CanCollide = false
  2610. p4.Locked = true
  2611. p4.BottomSurface = Enum.SurfaceType.Smooth
  2612. p4.TopSurface = Enum.SurfaceType.Smooth
  2613. b3 = Instance.new("SpecialMesh", p4)
  2614. b3.MeshType = Enum.MeshType.Sphere
  2615. b3.Name = "Mesh"
  2616. p5 = Instance.new("Part", m)
  2617. p5.BrickColor = BrickColor.new("Royal purple")
  2618. p5.Material = Enum.Material.Neon
  2619. p5.FormFactor = Enum.FormFactor.Custom
  2620. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2621. 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)
  2622. p5.CanCollide = false
  2623. p5.Locked = true
  2624. p5.BottomSurface = Enum.SurfaceType.Smooth
  2625. p5.TopSurface = Enum.SurfaceType.Smooth
  2626. p6 = Instance.new("Part", m)
  2627. p6.BrickColor = BrickColor.new("Royal purple")
  2628. p6.Material = Enum.Material.Neon
  2629. p6.FormFactor = Enum.FormFactor.Custom
  2630. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2631. 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)
  2632. p6.CanCollide = false
  2633. p6.Locked = true
  2634. p6.BottomSurface = Enum.SurfaceType.Smooth
  2635. p6.TopSurface = Enum.SurfaceType.Smooth
  2636. p7 = Instance.new("Part", m)
  2637. p7.BrickColor = BrickColor.new("Really black")
  2638. p7.Material = Enum.Material.Metal
  2639. p7.Name = "Main"
  2640. p7.FormFactor = Enum.FormFactor.Custom
  2641. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2642. 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)
  2643. p7.CanCollide = false
  2644. p7.Locked = true
  2645. p7.BottomSurface = Enum.SurfaceType.Smooth
  2646. p7.TopSurface = Enum.SurfaceType.Smooth
  2647. p8 = Instance.new("Part", m)
  2648. p8.BrickColor = BrickColor.new("Royal purple")
  2649. p8.Material = Enum.Material.Neon
  2650. p8.FormFactor = Enum.FormFactor.Custom
  2651. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2652. 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)
  2653. p8.CanCollide = false
  2654. p8.Locked = true
  2655. p8.BottomSurface = Enum.SurfaceType.Smooth
  2656. p8.TopSurface = Enum.SurfaceType.Smooth
  2657. p9 = Instance.new("WedgePart", m)
  2658. p9.BrickColor = BrickColor.new("Royal purple")
  2659. p9.Material = Enum.Material.Neon
  2660. p9.Name = "Wedge"
  2661. p9.FormFactor = Enum.FormFactor.Custom
  2662. p9.Size = Vector3.new(1, 1.19999981, 4)
  2663. 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)
  2664. p9.CanCollide = false
  2665. p9.Locked = true
  2666. p9.TopSurface = Enum.SurfaceType.Smooth
  2667. b4 = Instance.new("SpecialMesh", p9)
  2668. b4.MeshType = Enum.MeshType.Wedge
  2669. b4.Name = "Mesh"
  2670. b4.Scale = Vector3.new(0.600000024, 1, 1)
  2671. p10 = Instance.new("Part", m)
  2672. p10.BrickColor = BrickColor.new("Really black")
  2673. p10.Material = Enum.Material.Neon
  2674. p10.FormFactor = Enum.FormFactor.Custom
  2675. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2676. 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)
  2677. p10.CanCollide = false
  2678. p10.Locked = true
  2679. p10.BottomSurface = Enum.SurfaceType.Smooth
  2680. p10.TopSurface = Enum.SurfaceType.Smooth
  2681. b5 = Instance.new("SpecialMesh", p10)
  2682. b5.MeshType = Enum.MeshType.Sphere
  2683. b5.Name = "Mesh"
  2684. p11 = Instance.new("Part", m)
  2685. p11.BrickColor = BrickColor.new("Really black")
  2686. p11.Material = Enum.Material.Neon
  2687. p11.FormFactor = Enum.FormFactor.Custom
  2688. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2689. 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)
  2690. p11.CanCollide = false
  2691. p11.Locked = true
  2692. p11.BottomSurface = Enum.SurfaceType.Smooth
  2693. p11.TopSurface = Enum.SurfaceType.Smooth
  2694. b6 = Instance.new("SpecialMesh", p11)
  2695. b6.MeshType = Enum.MeshType.Sphere
  2696. b6.Name = "Mesh"
  2697. p12 = Instance.new("Part", m)
  2698. p12.BrickColor = BrickColor.new("Royal purple")
  2699. p12.Material = Enum.Material.Neon
  2700. p12.FormFactor = Enum.FormFactor.Custom
  2701. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2702. 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)
  2703. p12.CanCollide = false
  2704. p12.Locked = true
  2705. p12.BottomSurface = Enum.SurfaceType.Smooth
  2706. p12.TopSurface = Enum.SurfaceType.Smooth
  2707. p13 = Instance.new("Part", m)
  2708. p13.BrickColor = BrickColor.new("Really black")
  2709. p13.Material = Enum.Material.Neon
  2710. p13.FormFactor = Enum.FormFactor.Custom
  2711. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2712. 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)
  2713. p13.CanCollide = false
  2714. p13.Locked = true
  2715. p13.BottomSurface = Enum.SurfaceType.Smooth
  2716. p13.TopSurface = Enum.SurfaceType.Smooth
  2717. b7 = Instance.new("SpecialMesh", p13)
  2718. b7.MeshType = Enum.MeshType.Sphere
  2719. b7.Name = "Mesh"
  2720. p14 = Instance.new("WedgePart", m)
  2721. p14.BrickColor = BrickColor.new("Royal purple")
  2722. p14.Material = Enum.Material.Neon
  2723. p14.Name = "Wedge"
  2724. p14.FormFactor = Enum.FormFactor.Custom
  2725. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2726. 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)
  2727. p14.CanCollide = false
  2728. p14.Locked = true
  2729. p14.TopSurface = Enum.SurfaceType.Smooth
  2730. b8 = Instance.new("SpecialMesh", p14)
  2731. b8.MeshType = Enum.MeshType.Wedge
  2732. b8.Name = "Mesh"
  2733. b8.Scale = Vector3.new(0.200000003, 1, 1)
  2734. p15 = Instance.new("WedgePart", m)
  2735. p15.BrickColor = BrickColor.new("Royal purple")
  2736. p15.Material = Enum.Material.Neon
  2737. p15.Name = "Wedge"
  2738. p15.FormFactor = Enum.FormFactor.Custom
  2739. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2740. 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)
  2741. p15.CanCollide = false
  2742. p15.Locked = true
  2743. p15.TopSurface = Enum.SurfaceType.Smooth
  2744. b9 = Instance.new("SpecialMesh", p15)
  2745. b9.MeshType = Enum.MeshType.Wedge
  2746. b9.Name = "Mesh"
  2747. b9.Scale = Vector3.new(0.200000003, 1, 1)
  2748. p16 = Instance.new("WedgePart", m)
  2749. p16.BrickColor = BrickColor.new("Royal purple")
  2750. p16.Material = Enum.Material.Neon
  2751. p16.Name = "Wedge"
  2752. p16.FormFactor = Enum.FormFactor.Custom
  2753. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2754. 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)
  2755. p16.CanCollide = false
  2756. p16.Locked = true
  2757. p16.TopSurface = Enum.SurfaceType.Smooth
  2758. b10 = Instance.new("SpecialMesh", p16)
  2759. b10.MeshType = Enum.MeshType.Wedge
  2760. b10.Name = "Mesh"
  2761. b10.Scale = Vector3.new(0.200000003, 1, 1)
  2762. w1 = Instance.new("Weld", p1)
  2763. w1.Name = "Part_Weld"
  2764. w1.Part0 = p1
  2765. 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)
  2766. w1.Part1 = p2
  2767. 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)
  2768. w2 = Instance.new("Weld", p2)
  2769. w2.Name = "Part_Weld"
  2770. w2.Part0 = p2
  2771. 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)
  2772. w2.Part1 = p3
  2773. 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)
  2774. w3 = Instance.new("Weld", p3)
  2775. w3.Name = "Part_Weld"
  2776. w3.Part0 = p3
  2777. 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)
  2778. w3.Part1 = p4
  2779. 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)
  2780. w4 = Instance.new("Weld", p4)
  2781. w4.Name = "Part_Weld"
  2782. w4.Part0 = p4
  2783. 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)
  2784. w4.Part1 = p5
  2785. 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)
  2786. w5 = Instance.new("Weld", p5)
  2787. w5.Name = "Part_Weld"
  2788. w5.Part0 = p5
  2789. 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)
  2790. w5.Part1 = p6
  2791. 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)
  2792. w6 = Instance.new("Weld", p6)
  2793. w6.Name = "Part_Weld"
  2794. w6.Part0 = p6
  2795. 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)
  2796. w6.Part1 = p7
  2797. 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)
  2798. w7 = Instance.new("Weld", p7)
  2799. w7.Name = "Part_Weld"
  2800. w7.Part0 = p7
  2801. 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)
  2802. w7.Part1 = p8
  2803. 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)
  2804. w8 = Instance.new("Weld", p8)
  2805. w8.Name = "Wedge_Weld"
  2806. w8.Part0 = p8
  2807. 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)
  2808. w8.Part1 = p9
  2809. 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)
  2810. w9 = Instance.new("Weld", p9)
  2811. w9.Name = "Part_Weld"
  2812. w9.Part0 = p9
  2813. 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)
  2814. w9.Part1 = p10
  2815. 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)
  2816. w10 = Instance.new("Weld", p10)
  2817. w10.Name = "Part_Weld"
  2818. w10.Part0 = p10
  2819. 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)
  2820. w10.Part1 = p11
  2821. 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)
  2822. w11 = Instance.new("Weld", p11)
  2823. w11.Name = "Part_Weld"
  2824. w11.Part0 = p11
  2825. 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)
  2826. w11.Part1 = p12
  2827. 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)
  2828. w12 = Instance.new("Weld", p12)
  2829. w12.Name = "Part_Weld"
  2830. w12.Part0 = p12
  2831. 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)
  2832. w12.Part1 = p13
  2833. 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)
  2834. w13 = Instance.new("Weld", p13)
  2835. w13.Name = "Wedge_Weld"
  2836. w13.Part0 = p13
  2837. 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)
  2838. w13.Part1 = p14
  2839. 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)
  2840. w14 = Instance.new("Weld", p14)
  2841. w14.Name = "Wedge_Weld"
  2842. w14.Part0 = p14
  2843. 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)
  2844. w14.Part1 = p15
  2845. 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)
  2846. w15 = Instance.new("Weld", p15)
  2847. w15.Name = "Wedge_Weld"
  2848. w15.Part0 = p15
  2849. 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)
  2850. w15.Part1 = p16
  2851. 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)
  2852. m.Parent = rleg
  2853. m:MakeJoints()
  2854. ----------------------------------------------------
  2855. local cor6 = Instance.new("Part", rleg.RightLeg)
  2856. cor6.Name = "Thingy"
  2857. cor6.Locked = true
  2858. cor6.BottomSurface = 0
  2859. cor6.CanCollide = false
  2860. cor6.Size = Vector3.new(2, 1, 1)
  2861. cor6.Transparency = 1
  2862. cor6.TopSurface = 0
  2863. corw2 = Instance.new("Weld", cor6)
  2864. corw2.Part0 = rleg
  2865. corw2.Part1 = cor6
  2866. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2867. corw2.C1 = CFrame.new(0, 0, 0)
  2868. weld2 = Instance.new("Weld", rleg.RightLeg)
  2869. weld2.Part0 = cor6
  2870. weld2.Part1 = p7
  2871. weld2.C0 = CFrame.new(0, 0, 0)
  2872. ----------------------------------------------------
  2873. local m = Instance.new("Model")
  2874. m.Name = "LeftLeg"
  2875. p1 = Instance.new("WedgePart", m)
  2876. p1.BrickColor = BrickColor.new("Royal purple")
  2877. p1.Material = Enum.Material.Neon
  2878. p1.Name = "Wedge"
  2879. p1.FormFactor = Enum.FormFactor.Custom
  2880. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2881. 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)
  2882. p1.CanCollide = false
  2883. p1.Locked = true
  2884. p1.TopSurface = Enum.SurfaceType.Smooth
  2885. b1 = Instance.new("SpecialMesh", p1)
  2886. b1.MeshType = Enum.MeshType.Wedge
  2887. b1.Name = "Mesh"
  2888. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2889. p2 = Instance.new("WedgePart", m)
  2890. p2.BrickColor = BrickColor.new("Royal purple")
  2891. p2.Material = Enum.Material.Neon
  2892. p2.Name = "Wedge"
  2893. p2.FormFactor = Enum.FormFactor.Custom
  2894. p2.Size = Vector3.new(1, 1.19999981, 4)
  2895. 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)
  2896. p2.CanCollide = false
  2897. p2.Locked = true
  2898. p2.TopSurface = Enum.SurfaceType.Smooth
  2899. b2 = Instance.new("SpecialMesh", p2)
  2900. b2.MeshType = Enum.MeshType.Wedge
  2901. b2.Name = "Mesh"
  2902. b2.Scale = Vector3.new(0.600000024, 1, 1)
  2903. p3 = Instance.new("Part", m)
  2904. p3.BrickColor = BrickColor.new("Really black")
  2905. p3.Material = Enum.Material.Metal
  2906. p3.Name = "Main"
  2907. p3.FormFactor = Enum.FormFactor.Custom
  2908. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2909. 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)
  2910. p3.CanCollide = false
  2911. p3.Locked = true
  2912. p3.BottomSurface = Enum.SurfaceType.Smooth
  2913. p3.TopSurface = Enum.SurfaceType.Smooth
  2914. p4 = Instance.new("Part", m)
  2915. p4.BrickColor = BrickColor.new("Really black")
  2916. p4.Material = Enum.Material.Neon
  2917. p4.FormFactor = Enum.FormFactor.Custom
  2918. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2919. 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)
  2920. p4.CanCollide = false
  2921. p4.Locked = true
  2922. p4.BottomSurface = Enum.SurfaceType.Smooth
  2923. p4.TopSurface = Enum.SurfaceType.Smooth
  2924. b3 = Instance.new("SpecialMesh", p4)
  2925. b3.MeshType = Enum.MeshType.Sphere
  2926. b3.Name = "Mesh"
  2927. p5 = Instance.new("WedgePart", m)
  2928. p5.BrickColor = BrickColor.new("Royal purple")
  2929. p5.Material = Enum.Material.Neon
  2930. p5.Name = "Wedge"
  2931. p5.FormFactor = Enum.FormFactor.Custom
  2932. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2933. 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)
  2934. p5.CanCollide = false
  2935. p5.Locked = true
  2936. p5.TopSurface = Enum.SurfaceType.Smooth
  2937. b4 = Instance.new("SpecialMesh", p5)
  2938. b4.MeshType = Enum.MeshType.Wedge
  2939. b4.Name = "Mesh"
  2940. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2941. p6 = Instance.new("Part", m)
  2942. p6.BrickColor = BrickColor.new("Royal purple")
  2943. p6.Material = Enum.Material.Neon
  2944. p6.FormFactor = Enum.FormFactor.Custom
  2945. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  2946. 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)
  2947. p6.CanCollide = false
  2948. p6.Locked = true
  2949. p6.BottomSurface = Enum.SurfaceType.Smooth
  2950. p6.TopSurface = Enum.SurfaceType.Smooth
  2951. p7 = Instance.new("Part", m)
  2952. p7.BrickColor = BrickColor.new("Royal purple")
  2953. p7.Material = Enum.Material.Neon
  2954. p7.FormFactor = Enum.FormFactor.Custom
  2955. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  2956. 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)
  2957. p7.CanCollide = false
  2958. p7.Locked = true
  2959. p7.BottomSurface = Enum.SurfaceType.Smooth
  2960. p7.TopSurface = Enum.SurfaceType.Smooth
  2961. p8 = Instance.new("Part", m)
  2962. p8.BrickColor = BrickColor.new("Really black")
  2963. p8.Material = Enum.Material.Neon
  2964. p8.FormFactor = Enum.FormFactor.Custom
  2965. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2966. 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)
  2967. p8.CanCollide = false
  2968. p8.Locked = true
  2969. p8.BottomSurface = Enum.SurfaceType.Smooth
  2970. p8.TopSurface = Enum.SurfaceType.Smooth
  2971. b5 = Instance.new("SpecialMesh", p8)
  2972. b5.MeshType = Enum.MeshType.Sphere
  2973. b5.Name = "Mesh"
  2974. p9 = Instance.new("Part", m)
  2975. p9.BrickColor = BrickColor.new("Really black")
  2976. p9.Material = Enum.Material.Neon
  2977. p9.FormFactor = Enum.FormFactor.Custom
  2978. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2979. 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)
  2980. p9.CanCollide = false
  2981. p9.Locked = true
  2982. p9.BottomSurface = Enum.SurfaceType.Smooth
  2983. p9.TopSurface = Enum.SurfaceType.Smooth
  2984. b6 = Instance.new("SpecialMesh", p9)
  2985. b6.MeshType = Enum.MeshType.Sphere
  2986. b6.Name = "Mesh"
  2987. p10 = Instance.new("Part", m)
  2988. p10.BrickColor = BrickColor.new("Royal purple")
  2989. p10.Material = Enum.Material.Neon
  2990. p10.FormFactor = Enum.FormFactor.Custom
  2991. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  2992. 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)
  2993. p10.CanCollide = false
  2994. p10.Locked = true
  2995. p10.BottomSurface = Enum.SurfaceType.Smooth
  2996. p10.TopSurface = Enum.SurfaceType.Smooth
  2997. p11 = Instance.new("Part", m)
  2998. p11.BrickColor = BrickColor.new("Royal purple")
  2999. p11.Material = Enum.Material.Neon
  3000. p11.FormFactor = Enum.FormFactor.Custom
  3001. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  3002. 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)
  3003. p11.CanCollide = false
  3004. p11.Locked = true
  3005. p11.BottomSurface = Enum.SurfaceType.Smooth
  3006. p11.TopSurface = Enum.SurfaceType.Smooth
  3007. p12 = Instance.new("WedgePart", m)
  3008. p12.BrickColor = BrickColor.new("Royal purple")
  3009. p12.Material = Enum.Material.Neon
  3010. p12.Name = "Wedge"
  3011. p12.FormFactor = Enum.FormFactor.Custom
  3012. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3013. 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)
  3014. p12.CanCollide = false
  3015. p12.Locked = true
  3016. p12.TopSurface = Enum.SurfaceType.Smooth
  3017. b7 = Instance.new("SpecialMesh", p12)
  3018. b7.MeshType = Enum.MeshType.Wedge
  3019. b7.Name = "Mesh"
  3020. b7.Scale = Vector3.new(0.200000003, 1, 1)
  3021. p13 = Instance.new("Part", m)
  3022. p13.BrickColor = BrickColor.new("Really black")
  3023. p13.Material = Enum.Material.Neon
  3024. p13.FormFactor = Enum.FormFactor.Custom
  3025. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3026. 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)
  3027. p13.CanCollide = false
  3028. p13.Locked = true
  3029. p13.BottomSurface = Enum.SurfaceType.Smooth
  3030. p13.TopSurface = Enum.SurfaceType.Smooth
  3031. b8 = Instance.new("SpecialMesh", p13)
  3032. b8.MeshType = Enum.MeshType.Sphere
  3033. b8.Name = "Mesh"
  3034. p14 = Instance.new("Part", m)
  3035. p14.BrickColor = BrickColor.new("Really black")
  3036. p14.Material = Enum.Material.Neon
  3037. p14.FormFactor = Enum.FormFactor.Custom
  3038. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3039. 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)
  3040. p14.CanCollide = false
  3041. p14.Locked = true
  3042. p14.BottomSurface = Enum.SurfaceType.Smooth
  3043. p14.TopSurface = Enum.SurfaceType.Smooth
  3044. b9 = Instance.new("SpecialMesh", p14)
  3045. b9.MeshType = Enum.MeshType.Sphere
  3046. b9.Name = "Mesh"
  3047. w1 = Instance.new("Weld", p1)
  3048. w1.Name = "Wedge_Weld"
  3049. w1.Part0 = p1
  3050. 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)
  3051. w1.Part1 = p2
  3052. 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)
  3053. w2 = Instance.new("Weld", p2)
  3054. w2.Name = "Part_Weld"
  3055. w2.Part0 = p2
  3056. 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)
  3057. w2.Part1 = p3
  3058. 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)
  3059. w3 = Instance.new("Weld", p3)
  3060. w3.Name = "Part_Weld"
  3061. w3.Part0 = p3
  3062. 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)
  3063. w3.Part1 = p4
  3064. 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)
  3065. w4 = Instance.new("Weld", p4)
  3066. w4.Name = "Wedge_Weld"
  3067. w4.Part0 = p4
  3068. 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)
  3069. w4.Part1 = p5
  3070. 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)
  3071. w5 = Instance.new("Weld", p5)
  3072. w5.Name = "Part_Weld"
  3073. w5.Part0 = p5
  3074. 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)
  3075. w5.Part1 = p6
  3076. 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)
  3077. w6 = Instance.new("Weld", p6)
  3078. w6.Name = "Part_Weld"
  3079. w6.Part0 = p6
  3080. 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)
  3081. w6.Part1 = p7
  3082. 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)
  3083. w7 = Instance.new("Weld", p7)
  3084. w7.Name = "Part_Weld"
  3085. w7.Part0 = p7
  3086. 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)
  3087. w7.Part1 = p8
  3088. 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)
  3089. w8 = Instance.new("Weld", p8)
  3090. w8.Name = "Part_Weld"
  3091. w8.Part0 = p8
  3092. 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)
  3093. w8.Part1 = p9
  3094. 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)
  3095. w9 = Instance.new("Weld", p9)
  3096. w9.Name = "Part_Weld"
  3097. w9.Part0 = p9
  3098. 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)
  3099. w9.Part1 = p10
  3100. 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)
  3101. w10 = Instance.new("Weld", p10)
  3102. w10.Name = "Part_Weld"
  3103. w10.Part0 = p10
  3104. 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)
  3105. w10.Part1 = p11
  3106. 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)
  3107. w11 = Instance.new("Weld", p11)
  3108. w11.Name = "Wedge_Weld"
  3109. w11.Part0 = p11
  3110. 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)
  3111. w11.Part1 = p12
  3112. 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)
  3113. w12 = Instance.new("Weld", p12)
  3114. w12.Name = "Part_Weld"
  3115. w12.Part0 = p12
  3116. 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)
  3117. w12.Part1 = p13
  3118. 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)
  3119. w13 = Instance.new("Weld", p13)
  3120. w13.Name = "Part_Weld"
  3121. w13.Part0 = p13
  3122. 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)
  3123. w13.Part1 = p14
  3124. 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)
  3125. w14 = Instance.new("Weld", p14)
  3126. w14.Name = "Wedge_Weld"
  3127. w14.Part0 = p14
  3128. 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)
  3129. m.Parent = lleg
  3130. m:MakeJoints()
  3131. ----------------------------------------------------
  3132. local cor7 = Instance.new("Part", lleg.LeftLeg)
  3133. cor7.Name = "Thingy"
  3134. cor7.Locked = true
  3135. cor7.BottomSurface = 0
  3136. cor7.CanCollide = false
  3137. cor7.Size = Vector3.new(2, 1, 1)
  3138. cor7.Transparency = 1
  3139. cor7.TopSurface = 0
  3140. corw2 = Instance.new("Weld", cor7)
  3141. corw2.Part0 = lleg
  3142. corw2.Part1 = cor7
  3143. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3144. corw2.C1 = CFrame.new(0, 0, 0)
  3145. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3146. weld2.Part0 = cor7
  3147. weld2.Part1 = p3
  3148. weld2.C0 = CFrame.new(0, 0, 0)
  3149. ----------------------------------------------------
  3150. function weld5(part0, part1, c0, c1)
  3151. weeld=Instance.new("Weld", part0)
  3152. weeld.Part0=part0
  3153. weeld.Part1=part1
  3154. weeld.C0=c0
  3155. weeld.C1=c1
  3156. return weeld
  3157. end
  3158. ----------------------------------------------------
  3159. function newRay(start,face,range,wat)
  3160. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  3161. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  3162. return rey,hit,pos
  3163. end
  3164. ----------------------------------------------------
  3165. mod5 = Instance.new("Model",char)
  3166.  
  3167. function FindNearestTorso(Position,Distance,SinglePlayer)
  3168. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3169. local List = {}
  3170. for i,v in pairs(workspace:GetChildren())do
  3171. if v:IsA("Model")then
  3172. if v:findFirstChild("Torso")then
  3173. if v ~= char then
  3174. if(v.Torso.Position -Position).magnitude <= Distance then
  3175. table.insert(List,v)
  3176. end
  3177. end
  3178. end
  3179. end
  3180. end
  3181. return List
  3182. end
  3183.  
  3184. function Landing()
  3185. part=Instance.new('Part',mod5)
  3186. part.Anchored=true
  3187. part.CanCollide=false
  3188. part.FormFactor='Custom'
  3189. part.Size=Vector3.new(.2,.2,.2)
  3190. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  3191. part.Transparency=.7
  3192. part.BrickColor=BrickColor.new('Really black')
  3193. part2=part:clone()
  3194. part2.Parent = mod5
  3195. part2.BrickColor=BrickColor.new('Royal purple')
  3196. mesh=Instance.new('SpecialMesh',part)
  3197. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3198. mesh.Scale=Vector3.new(10,5,10)
  3199. mesh2=mesh:clone()
  3200. mesh2.Parent=part2
  3201. mesh2.Scale=Vector3.new(12, 6, 12)
  3202.  
  3203. for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
  3204. if v:FindFirstChild('Humanoid') then
  3205. v.Humanoid:TakeDamage(math.random(20,30))
  3206. v.Humanoid.PlatformStand = true
  3207. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
  3208. end
  3209. end
  3210.  
  3211. coroutine.resume(coroutine.create(function()
  3212. for i=0,3.8,0.05 do
  3213. wait()
  3214. part.CFrame=part.CFrame
  3215. part.Transparency=i
  3216. part2.CFrame=part2.CFrame
  3217. part2.Transparency=i
  3218. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  3219. mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
  3220. end
  3221. part.Parent = nil
  3222. end))
  3223. end
  3224. ----------------------------------------------------
  3225. mod4 = Instance.new("Model",char)
  3226.  
  3227. ptez = {0.7, 0.8, 0.9, 1}
  3228.  
  3229. function FindNearestTorso(Position,Distance,SinglePlayer)
  3230. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3231. local List = {}
  3232. for i,v in pairs(workspace:GetChildren())do
  3233. if v:IsA("Model")then
  3234. if v:findFirstChild("Torso")then
  3235. if v ~= char then
  3236. if(v.Torso.Position -Position).magnitude <= Distance then
  3237. table.insert(List,v)
  3238. end
  3239. end
  3240. end
  3241. end
  3242. end
  3243. return List
  3244. end
  3245.  
  3246. function GroundPound()
  3247. part=Instance.new('Part',mod4)
  3248. part.Anchored=true
  3249. part.CanCollide=false
  3250. part.FormFactor='Custom'
  3251. part.Size=Vector3.new(.2,.2,.2)
  3252. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  3253. part.Transparency=.7
  3254. part.BrickColor=BrickColor.new('Really black')
  3255. mesh=Instance.new('SpecialMesh',part)
  3256. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3257. mesh.Scale=Vector3.new(3,3,3)
  3258. part2=Instance.new('Part',mod4)
  3259. part2.Anchored=true
  3260. part2.CanCollide=false
  3261. part2.FormFactor='Custom'
  3262. part2.Size=Vector3.new(.2,.2,.2)
  3263. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  3264. part2.Transparency=.7
  3265. part2.BrickColor=BrickColor.new('Royal purple')
  3266. mesh2=Instance.new('SpecialMesh',part2)
  3267. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  3268. mesh2.Scale=Vector3.new(3,1.5,3)
  3269. x = Instance.new("Sound",char)
  3270. x.SoundId = "http://www.roblox.com/asset/?id=157878578"
  3271. x.Pitch = ptez[math.random(1,#ptez)]
  3272. x.Volume = 1
  3273. wait(.1)
  3274. x:Play()
  3275. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  3276. if v:FindFirstChild('Humanoid') then
  3277. v.Humanoid:TakeDamage(math.random(8,15))
  3278. end
  3279. end
  3280. coroutine.resume(coroutine.create(function()
  3281. for i=0,0.62,0.13 do
  3282. wait()
  3283. part.CFrame=part.CFrame
  3284. part.Transparency=i
  3285. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  3286. part2.CFrame=part2.CFrame
  3287. part2.Transparency=i
  3288. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  3289. end
  3290. part.Parent=nil
  3291. part2.Parent=nil
  3292. x:Destroy()
  3293. end))
  3294. end
  3295. ----------------------------------------------------
  3296. mod=Instance.new('Model',char)
  3297.  
  3298. function charge()
  3299. hed.Velocity=hed.CFrame.lookVector*200
  3300. part=Instance.new('Part',mod)
  3301. part.Anchored=true
  3302. part.CanCollide=false
  3303. part.FormFactor='Custom'
  3304. part.Size=Vector3.new(.2,.2,.2)
  3305. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  3306. part.Transparency=.7
  3307. part.BrickColor=BrickColor.new('Black')
  3308. mesh=Instance.new('SpecialMesh',part)
  3309. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3310. mesh.Scale=Vector3.new(10,5,10)
  3311. part2=part:clone()
  3312. part2.Parent=mod
  3313. part2.BrickColor=BrickColor.new('Royal purple')
  3314. mesh2=mesh:clone()
  3315. mesh2.Parent=part2
  3316. mesh2.Scale=Vector3.new(20,10,20)
  3317. part3=part2:clone()
  3318. part3.Parent = mod
  3319. part3.BrickColor=BrickColor.new('Really black')
  3320. mesh3=mesh2:clone()
  3321. mesh2.Parent=part3
  3322. mesh3.Scale=Vector3.new(30,15,30)
  3323. coroutine.resume(coroutine.create(function()
  3324. for i=0,1,0.1 do
  3325. wait()
  3326. part.CFrame=part.CFrame
  3327. part.Transparency=i
  3328. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  3329. part2.CFrame=part2.CFrame
  3330. part2.Transparency=i
  3331. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3332. part3.CFrame=part3.CFrame
  3333. part3.Transparency=i
  3334. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  3335. end
  3336. part.Parent=nil
  3337. part2.Parent=nil
  3338. part3.Parent = nil
  3339. end))
  3340. end
  3341. ----------------------------------------------------
  3342. function FindNearestTorso(Position,Distance,SinglePlayer)
  3343. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3344. local List = {}
  3345. for i,v in pairs(workspace:GetChildren())do
  3346. if v:IsA("Model")then
  3347. if v:findFirstChild("Torso")then
  3348. if v ~= char then
  3349. if(v.Torso.Position -Position).magnitude <= Distance then
  3350. table.insert(List,v)
  3351. end
  3352. end
  3353. end
  3354. end
  3355. end
  3356. return List
  3357. end
  3358.  
  3359. mod3 = Instance.new("Model",rleg)
  3360.  
  3361. function Stomp()
  3362. part=Instance.new('Part',mod3)
  3363. part.Anchored=true
  3364. part.CanCollide=false
  3365. part.FormFactor='Custom'
  3366. part.Size=Vector3.new(.2,.2,.2)
  3367. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  3368. part.Transparency=.7
  3369. part.BrickColor=BrickColor.new('Bright green')
  3370. mesh=Instance.new('SpecialMesh',part)
  3371. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3372. mesh.Scale=Vector3.new(25,25,25)
  3373. part2=part:clone()
  3374. part2.Parent=mod3
  3375. part2.BrickColor=BrickColor.new('Bright green')
  3376. mesh2=mesh:clone()
  3377. mesh2.Parent=part2
  3378. mesh2.Scale=Vector3.new(15,15,15)
  3379. part3=part:clone()
  3380. part3.Parent=mod3
  3381. part3.TopSurface=0
  3382. part3.BottomSurface=0
  3383. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  3384. mesh3=Instance.new('SpecialMesh',part3)
  3385. mesh3.MeshType = 3
  3386. mesh3.Scale=Vector3.new(12,12,12)
  3387. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  3388. if v:FindFirstChild('Humanoid') then
  3389. v.Humanoid:TakeDamage(math.random(20,60))
  3390. v.Humanoid.PlatformStand = true
  3391. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  3392. end
  3393. end
  3394. coroutine.resume(coroutine.create(function()
  3395. for i=0,3.8,0.05 do
  3396. wait()
  3397. part.CFrame=part.CFrame
  3398. part.Transparency=i
  3399. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  3400. part2.CFrame=part2.CFrame
  3401. part2.Transparency=i
  3402. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3403. part3.CFrame=part3.CFrame
  3404. part3.Transparency=i
  3405. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  3406. end
  3407. end))
  3408. end
  3409. ----------------------------------------------------
  3410.  
  3411. local acos = math.acos
  3412. local sqrt = math.sqrt
  3413. local Vec3 = Vector3.new
  3414. local fromAxisAngle = CFrame.fromAxisAngle
  3415.  
  3416. local function toAxisAngle(CFr)
  3417. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  3418. local Angle = math.acos((R00+R11+R22-1)/2)
  3419. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3420. A = A == 0 and 0.00001 or A
  3421. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3422. B = B == 0 and 0.00001 or B
  3423. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3424. C = C == 0 and 0.00001 or C
  3425. local x = (R21-R12)/sqrt(A)
  3426. local y = (R02-R20)/sqrt(B)
  3427. local z = (R10-R01)/sqrt(C)
  3428. return Vec3(x,y,z),Angle
  3429. end
  3430.  
  3431. function ApplyTrig(Num,Func)
  3432. local Min,Max = Func(0),Func(1)
  3433. local i = Func(Num)
  3434. return (i-Min)/(Max-Min)
  3435. --[[if Func == "sin" then
  3436. return (math.sin((1-Num)*math.pi)+1)/2
  3437. elseif Func == "cos" then
  3438. return (math.cos((1-Num)*math.pi)+1)/2
  3439. end]]
  3440. end
  3441.  
  3442. function LerpCFrame(CFrame1,CFrame2,Num)
  3443. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  3444. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  3445. end
  3446.  
  3447. function Crater(Torso,Radius)
  3448. Spawn(function()
  3449. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  3450. local Ignore = {}
  3451. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3452. if v.Character ~= nil then
  3453. Ignore[#Ignore+1] = v.Character
  3454. end
  3455. end
  3456. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  3457. if Hit == nil then return end
  3458. local Parts = {}
  3459. for i = 1,360,10 do
  3460. local P = Instance.new("Part",Torso.Parent)
  3461. P.Anchored = true
  3462. P.FormFactor = "Custom"
  3463. P.BrickColor = Hit.BrickColor
  3464. P.Material = Hit.Material
  3465. P.TopSurface = "Smooth"
  3466. P.BottomSurface = "Smooth"
  3467. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  3468. 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)))
  3469. 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}
  3470. if math.random(0,5) == 0 then -- rubble
  3471. local P = Instance.new("Part",Torso.Parent)
  3472. P.Anchored = true
  3473. P.FormFactor = "Custom"
  3474. P.BrickColor = Hit.BrickColor
  3475. P.Material = Hit.Material
  3476. P.TopSurface = "Smooth"
  3477. P.BottomSurface = "Smooth"
  3478. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  3479. 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)))
  3480. 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}
  3481. end
  3482. end
  3483. for i = 0,1,0.05 do
  3484. for i2,v in pairs(Parts) do
  3485. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  3486. end
  3487. wait(0.02)
  3488. end
  3489. for i,v in pairs(Parts) do
  3490. if v[1].Size.X > 2.1 then
  3491. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  3492. end
  3493. v[1].Anchored = false
  3494. end
  3495. for i = 0,1,0.05 do
  3496. for i2,v in pairs(Parts) do
  3497. v[1].Transparency = i
  3498. if i == 1 then
  3499. v[1]:Destroy()
  3500. elseif i >= 0.25 then
  3501. v[1].CanCollide = false
  3502. end
  3503. end
  3504. wait(0.02)
  3505. end
  3506. Parts = nil
  3507. end)
  3508. end
  3509.  
  3510. ----------------------------------------------------
  3511. mouse.KeyDown:connect(function(key)
  3512. if key == "r" then
  3513. larm.BrickColor = BrickColor.new("Royal purple")
  3514. rarm.BrickColor = BrickColor.new("Royal purple")
  3515. if Debounces.CanAttack == true then
  3516. Debounces.CanAttack = false
  3517. Debounces.on = true
  3518. Debounces.NoIdl = true
  3519. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3520. hit = ht.Parent
  3521. if ht and hit:IsA("Model") then
  3522. if hit:FindFirstChild("Humanoid") then
  3523. if hit.Name ~= p.Name then
  3524. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3525. Debounces.Slashed = true]]--
  3526. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  3527. wait(1)
  3528. --Debounces.Slashed = false
  3529. --end
  3530. end
  3531. end
  3532. elseif ht and hit:IsA("Hat") then
  3533. if hit.Parent.Name ~= p.Name then
  3534. if hit.Parent:FindFirstChild("Humanoid") then
  3535. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3536. Debounces.Slashed = true]]--
  3537. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  3538. wait(1)
  3539. --Debounces.Slashed = false
  3540. end
  3541. end
  3542. end
  3543. end)
  3544. q = Instance.new("Sound",hed)
  3545. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3546. q.Pitch = 0.85
  3547. q.Looped = false
  3548. q1 = Instance.new("Sound",hed)
  3549. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3550. q1.Pitch = 0.85
  3551. q1.Looped = false
  3552. q:Play()
  3553. q1:Play()
  3554. for i = 1,20 do
  3555. 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)
  3556. 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)
  3557. 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)
  3558. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3559. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3560. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3561. 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)
  3562. if Debounces.on == false then break end
  3563. rs:wait(.6)
  3564. end
  3565. n = Instance.new("Sound",hed)
  3566. n.SoundId = "http://www.roblox.com/asset/?id=165969964"
  3567. n.Pitch = 0.94
  3568. n.Looped = false
  3569. n1 = Instance.new("Sound",hed)
  3570. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3571. n1.Pitch = 0.94
  3572. n1.Looped = false
  3573. n:Play()
  3574. n1:Play()
  3575. b = Instance.new("Sound",hed)
  3576. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3577. b.Pitch = 0.94
  3578. b.Looped = false
  3579. b1 = Instance.new("Sound",hed)
  3580. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3581. b1.Pitch = 0.94
  3582. b1.Looped = false
  3583. b:Play()
  3584. b1:Play()
  3585. for i = 1,26 do
  3586. 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)
  3587. 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)
  3588. 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)
  3589. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
  3590. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
  3591. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
  3592. 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)
  3593. if Debounces.on == false then break end
  3594. rs:wait(1)
  3595. end
  3596. wait(.5)
  3597. to:disconnect()
  3598. q:Destroy()
  3599. q1:Destroy()
  3600. n:Destroy()
  3601. n1:Destroy()
  3602. larm.BrickColor = BrickColor.new("Really black")
  3603. rarm.BrickColor = BrickColor.new("Really black")
  3604. if Debounces.CanAttack == false then
  3605. Debounces.CanAttack = true
  3606. Debounces.on = false
  3607. Debounces.NoIdl = false
  3608. end
  3609. end
  3610. end
  3611. end)
  3612. ----------------------------------------------------
  3613. mouse.KeyDown:connect(function(key)
  3614. if key == "q" then
  3615. larm.BrickColor = BrickColor.new("Royal purple")
  3616. rarm.BrickColor = BrickColor.new("Royal purple")
  3617. if Debounces.CanAttack == true then
  3618. Debounces.CanAttack = false
  3619. Debounces.on = true
  3620. Debounces.NoIdl = true
  3621. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3622. hit = ht.Parent
  3623. if ht and hit:IsA("Model") then
  3624. if hit:FindFirstChild("Humanoid") then
  3625. if hit.Name ~= p.Name then
  3626. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3627. Debounces.Slashed = true]]--
  3628. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3629. wait(1)
  3630. --Debounces.Slashed = false
  3631. --end
  3632. end
  3633. end
  3634. elseif ht and hit:IsA("Hat") then
  3635. if hit.Parent.Name ~= p.Name then
  3636. if hit.Parent:FindFirstChild("Humanoid") then
  3637. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3638. Debounces.Slashed = true]]--
  3639. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  3640. wait(1)
  3641. --Debounces.Slashed = false
  3642. end
  3643. end
  3644. end
  3645. end)
  3646. for i = 1, 20 do
  3647. 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)
  3648. 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)
  3649. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  3650. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  3651. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3652. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3653. 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)
  3654. if Debounces.on == false then break end
  3655. rs:wait(2)
  3656. end
  3657. z = Instance.new("Sound",hed)
  3658. z.SoundId = "rbxassetid://160069154"
  3659. z.Looped = false
  3660. z.Pitch = .9
  3661. z1 = Instance.new("Sound",hed)
  3662. z1.SoundId = "rbxassetid://160069154"
  3663. z1.Looped = false
  3664. z1.Pitch = .9
  3665. wait(0.01)
  3666. z:Play()
  3667. z1:Play()
  3668. for i = 1, 20 do
  3669. 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)
  3670. 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)
  3671. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  3672. 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)
  3673. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  3674. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  3675. 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)
  3676. if Debounces.on == false then break end
  3677. rs:wait(2)
  3678. end
  3679. for i = 1, 20 do
  3680. 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)
  3681. 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)
  3682. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  3683. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  3684. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3685. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3686. 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)
  3687. if Debounces.on == false then break end
  3688. rs:wait(2)
  3689. end
  3690. z = Instance.new("Sound",hed)
  3691. z.SoundId = "rbxassetid://168586621"
  3692. z.Looped = false
  3693. z.Pitch = 1
  3694. z1 = Instance.new("Sound",hed)
  3695. z1.SoundId = "rbxassetid://168586621"
  3696. z1.Looped = false
  3697. z1.Pitch = 1
  3698. wait(0.01)
  3699. z:Play()
  3700. z1:Play()
  3701. for i = 1, 20 do
  3702. 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)
  3703. 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)
  3704. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  3705. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  3706. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  3707. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  3708. 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)
  3709. if Debounces.on == false then break end
  3710. rs:wait(2)
  3711. end
  3712. to:disconnect()
  3713. larm.BrickColor = BrickColor.new("Really black")
  3714. rarm.BrickColor = BrickColor.new("Really black")
  3715. if Debounces.CanAttack == false then
  3716. Debounces.CanAttack = true
  3717. Debounces.on = false
  3718. Debounces.NoIdl = false
  3719. end
  3720. end
  3721. end
  3722. end)
  3723. ----------------------------------------------------
  3724. Sit = false
  3725. mouse.KeyDown:connect(function(key)
  3726. if key == "v" then
  3727. if Sit == false then
  3728. Sit = true
  3729. hum.WalkSpeed = 0.001
  3730. stanceToggle = "Sitting"
  3731. elseif Sit == true then
  3732. Sit = false
  3733. hum.WalkSpeed = 7
  3734. stanceToggle = "Normal"
  3735. end
  3736. end
  3737. end)
  3738. ----------------------------------------------------
  3739. mouse.KeyDown:connect(function(key)
  3740. if key == "t" then
  3741. if Debounces.CanAttack == true then
  3742. Debounces.CanAttack = false
  3743. Debounces.on = true
  3744. Debounces.NoIdl = true
  3745. for i = 1, 20 do
  3746. 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)
  3747. 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)
  3748. 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)
  3749. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3750. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
  3751. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  3752. 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)
  3753. if Debounces.on == false then break end
  3754. rs:wait(2.6)
  3755. end
  3756. Spawn(function()
  3757. local Parts = {}
  3758. for Y = -5,5 do
  3759. local P = Instance.new("Part",char)
  3760. P.Anchored = true
  3761. P.FormFactor = "Custom"
  3762. P.CanCollide = false
  3763. P.Size = Vector3.new(1,2,1)
  3764. P.TopSurface = "SmoothNoOutlines"
  3765. P.BottomSurface = "SmoothNoOutlines"
  3766. P.BrickColor = BrickColor.new("Really black")
  3767. P.Name = tostring(Y)
  3768. local i = (Y+5)/(10)
  3769. i = 1-math.cos(math.pi*i-(math.pi/2))
  3770. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  3771. --[[P.Touched:connect(function(ht)
  3772. local hit = ht.Parent
  3773. if hit:FindFirstChild("Humanoid") then
  3774. hit.Humanoid:TakeDamage(math.random(20,50))
  3775. end
  3776. end)]]--
  3777. s = Instance.new("Sound",P)
  3778. s.SoundId = "rbxassetid://228343271"
  3779. s.Volume = .7
  3780. s.Pitch = 0.9
  3781. s:Play()
  3782. P.Touched:connect(function(ht)
  3783. hit = ht.Parent
  3784. if ht and hit:IsA("Model") then
  3785. if hit:FindFirstChild("Humanoid") then
  3786. if hit.Name ~= p.Name then
  3787. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3788. Debounces.Slashed = true]]--
  3789. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  3790. hit:FindFirstChild("Humanoid").PlatformStand = true
  3791. wait(1)
  3792. --Debounces.Slashed = false
  3793. --end
  3794. end
  3795. end
  3796. elseif ht and hit:IsA("Hat") then
  3797. if hit.Parent.Name ~= p.Name then
  3798. if hit.Parent:FindFirstChild("Humanoid") then
  3799. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3800. Debounces.Slashed = true]]--
  3801. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  3802. hit:FindFirstChild("Humanoid").PlatformStand = true
  3803. wait(1)
  3804. --Debounces.Slashed = false
  3805. --end
  3806. end
  3807. end
  3808. end
  3809. end)
  3810. Parts[#Parts+1] = P
  3811. end
  3812. local BREAKIT = false
  3813. local CParts = {}
  3814. local Rocks = {}
  3815. local LastPos = nil
  3816. for i = 1,70 do
  3817. for i2,v in pairs(Parts) do
  3818. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  3819. local cf = v.CFrame
  3820. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  3821. v.CFrame = cf
  3822. v.Transparency = v.Transparency+0.02
  3823. if v.Transparency >= 0.975 then BREAKIT = true end
  3824. if v.Name == "0" then
  3825. local Ignore = {}
  3826. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3827. if v.Character ~= nil then
  3828. Ignore[#Ignore+1] = v.Character
  3829. end
  3830. end
  3831. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  3832. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  3833. if Hit ~= nil then
  3834. if #Rocks == 0 then
  3835. for i = 1,5 do
  3836. local P = Instance.new("Part",char)
  3837. Rocks[#Rocks+1] = P
  3838. P.Anchored = true
  3839. P.FormFactor = "Custom"
  3840. P.BrickColor = Hit.BrickColor
  3841. P.Material = Hit.Material
  3842. P.TopSurface = "Smooth"
  3843. P.BottomSurface = "Smooth"
  3844. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  3845. end
  3846. end
  3847. for i,P in pairs(Rocks) do
  3848. 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)))
  3849. end
  3850. local P = Instance.new("Part",char)
  3851. CParts[#CParts+1] = {P,tick()}
  3852. P.Anchored = true
  3853. P.FormFactor = "Custom"
  3854. P.BrickColor = Hit.BrickColor
  3855. P.Material = Hit.Material
  3856. P.TopSurface = "Smooth"
  3857. P.BottomSurface = "Smooth"
  3858. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  3859. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3860. Pos = Pos.p
  3861. 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)))
  3862. local P = P:Clone()
  3863. CParts[#CParts+1] = {P,tick()}
  3864. P.Parent = char
  3865. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  3866. Pos = Pos.p
  3867. 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)))
  3868. if LastPos ~= nil then
  3869. local P = P:Clone()
  3870. CParts[#CParts+1] = {P,tick()}
  3871. P.Parent = char
  3872. P.BrickColor = BrickColor.new("Really black")
  3873. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3874. Pos = Pos.p
  3875. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3876. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  3877. --P.Velocity = Vector3.new(0,-1000,0)
  3878. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  3879. end
  3880. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3881. end
  3882. end
  3883. end
  3884. if BREAKIT then break end
  3885. wait(0.002)
  3886. end
  3887. for i,v in pairs(Rocks) do
  3888. CParts[#CParts+1] = {v,tick()}
  3889. end
  3890. for i,v in pairs(Parts) do
  3891. v:Destroy()
  3892. end
  3893. Parts = nil
  3894. while true do
  3895. local t = tick()
  3896. local p = nil
  3897. for i,v in pairs(CParts) do
  3898. if t-v[2] > 4 then
  3899. v[1].Transparency = v[1].Transparency+0.05
  3900. if v[1].Transparency >= 1 then
  3901. v[1]:Destroy()
  3902. CParts[i] = nil
  3903. end
  3904. end
  3905. p = v
  3906. end
  3907. if p == nil then break end
  3908. wait(0.002)
  3909. end
  3910. for i,v in pairs(CParts) do
  3911. v:Destroy()
  3912. end
  3913. CParts = {}
  3914. end)
  3915. for i = 1, 20 do
  3916. 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)
  3917. 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)
  3918. 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)
  3919. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  3920. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  3921. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  3922. 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)
  3923. if Debounces.on == false then break end
  3924. rs:wait(2)
  3925. end
  3926. if Debounces.CanAttack == false then
  3927. Debounces.CanAttack = true
  3928. Debounces.on = false
  3929. Debounces.NoIdl = false
  3930. end
  3931. end
  3932. end
  3933. end)
  3934. ----------------------------------------------------
  3935. mouse.KeyDown:connect(function(key)
  3936. if key == "e" then
  3937. larm.BrickColor = BrickColor.new("Royal purple")
  3938. rarm.BrickColor = BrickColor.new("Royal purple")
  3939. if Debounces.CanAttack == true then
  3940. Debounces.CanAttack = false
  3941. Debounces.on = true
  3942. Debounces.NoIdl = true
  3943. for i = 1, 18 do
  3944. 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)
  3945. 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)
  3946. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  3947. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  3948. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  3949. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  3950. 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)
  3951. if Debounces.on == false then break end
  3952. rs:wait(4)
  3953. end
  3954. 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))
  3955. local rng = Instance.new("Part", char.Absolution.Handle)
  3956. rng.Anchored = true
  3957. rng.BrickColor = BrickColor.new("Really black")
  3958. rng.CanCollide = true
  3959. rng.FormFactor = 3
  3960. rng.Name = "Ring"
  3961. rng.Size = Vector3.new(1, 1, 1)
  3962. rng.CanCollide = false
  3963. rng.Transparency = 0.35
  3964. rng.TopSurface = 0
  3965. rng.BottomSurface = 0
  3966. rng.CFrame = HandCF
  3967. local rngm = Instance.new("SpecialMesh", rng)
  3968. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3969. rngm.Scale = Vector3.new(1, 1, 2)
  3970. x = Instance.new("Sound", hed)
  3971. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3972. x.Looped = false
  3973. x.Pitch = .7
  3974. x.Volume = 1
  3975. x1 = Instance.new("Sound", hed)
  3976. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3977. x1.Looped = false
  3978. x1.Pitch = .7
  3979. x1.Volume = 1
  3980. x:Play()
  3981. x1:Play()
  3982. rngto = rng.Touched:connect(function(ht)
  3983. hit = ht.Parent
  3984. if ht and hit:IsA("Model") then
  3985. if hit:FindFirstChild("Humanoid") then
  3986. if hit.Name ~= p.Name then
  3987. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3988. Debounces.Slashed = true]]--
  3989. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3990. hit:FindFirstChild("Humanoid").PlatformStand = true
  3991. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  3992. --Debounces.Slashed = false
  3993. --end
  3994. end
  3995. end
  3996. elseif ht and hit:IsA("Hat") then
  3997. if hit.Parent.Name ~= p.Name then
  3998. if hit.Parent:FindFirstChild("Humanoid") then
  3999. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4000. Debounces.Slashed = true]]--
  4001. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  4002. hit:FindFirstChild("Humanoid").PlatformStand = true
  4003. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4004. --Debounces.Slashed = false
  4005. end
  4006. end
  4007. end
  4008. end)
  4009. coroutine.wrap(function()
  4010. for i = 1, 60, 2 do
  4011. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  4012. rng.Size = rngm.Scale
  4013. rng.CFrame = HandCF
  4014. rng.Transparency = i/60
  4015. wait()
  4016. end
  4017. wait()
  4018. rng:Destroy()
  4019. end)()
  4020. for i = 1, 18 do
  4021. 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)
  4022. 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)
  4023. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4024. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4025. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4026. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4027. 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)
  4028. if Debounces.on == false then break end
  4029. rs:wait(2.4)
  4030. end
  4031. larm.BrickColor = BrickColor.new("Really black")
  4032. rarm.BrickColor = BrickColor.new("Really black")
  4033. x:Destroy()
  4034. x1:Destroy()
  4035. if Debounces.CanAttack == false then
  4036. Debounces.CanAttack = true
  4037. Debounces.on = false
  4038. Debounces.NoIdl = false
  4039. end
  4040. end
  4041. end
  4042. end)
  4043. ----------------------------------------------------
  4044. mouse.KeyDown:connect(function(key)
  4045. if key == "y" then
  4046. if Debounces.CanAttack == true then
  4047. Debounces.CanAttack = false
  4048. Debounces.on = true
  4049. Debounces.NoIdl = true
  4050. for i = 1, 15 do
  4051. 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)
  4052. 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)
  4053. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4054. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  4055. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4056. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4057. 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)
  4058. if Debounces.on == false then break end
  4059. rs:wait(2.7)
  4060. end
  4061. x = Instance.new("Sound",char)
  4062. x.SoundId = "rbxassetid://228343271"
  4063. x.Pitch = 1
  4064. x.Volume = .8
  4065. wait(.1)
  4066. x:Play()
  4067. Debounces.on = false
  4068. Debounces.Here = false
  4069. shot = shot + 1
  4070. local rng = Instance.new("Part", char)
  4071. rng.Anchored = true
  4072. rng.BrickColor = BrickColor.new("Royal purple")
  4073. rng.CanCollide = false
  4074. rng.FormFactor = 3
  4075. rng.Name = "Ring"
  4076. rng.Size = Vector3.new(1, 1, 1)
  4077. rng.Transparency = 0.35
  4078. rng.TopSurface = 0
  4079. rng.BottomSurface = 0
  4080. rng2 = rng:clone()
  4081. rng3 = rng2:clone()
  4082. rng4 = rng2:clone()
  4083. local rngm = Instance.new("SpecialMesh", rng)
  4084. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4085. rngm.Scale = Vector3.new(10, 10, 1)
  4086. rngm2 = rngm:clone()
  4087. rngm2.Scale = Vector3.new(5, 5, 3)
  4088. rngm3=rngm2:clone()
  4089. rngm3.Parent = rng3
  4090. rngm3.Scale = Vector3.new(8, 8, 1)
  4091. rngm4 = rngm2:clone()
  4092. rngm4.Parent = rng4
  4093. rngm4.Scale = Vector3.new(6, 6, 1)
  4094. local bem = Instance.new("Part", char)
  4095. bem.Anchored = true
  4096. bem.BrickColor = BrickColor.new("Really black")
  4097. bem.CanCollide = false
  4098. bem.FormFactor = 3
  4099. bem.Name = "Beam" .. shot
  4100. bem.Size = Vector3.new(1, 1, 1)
  4101. bem.Transparency = 0.35
  4102. bem.TopSurface = 0
  4103. bem.BottomSurface = 0
  4104. local bemm = Instance.new("SpecialMesh", bem)
  4105. bemm.MeshType = 4
  4106. bemm.Scale = Vector3.new(1, 4, 4)
  4107. local out = Instance.new("Part", char)
  4108. out.Anchored = true
  4109. out.BrickColor = BrickColor.new("Really black")
  4110. out.CanCollide = false
  4111. out.FormFactor = 3
  4112. out.Name = "Out"
  4113. out.Size = Vector3.new(4, 4, 4)
  4114. out.Transparency = 0.35
  4115. out.TopSurface = 0
  4116. out.BottomSurface = 0
  4117. local outm = Instance.new("SpecialMesh", out)
  4118. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4119. outm.Scale = Vector3.new(4, 4, 4)
  4120. local bnd = Instance.new("Part", char)
  4121. bnd.Anchored = true
  4122. bnd.BrickColor = BrickColor.new("Royal purple")
  4123. bnd.CanCollide = false
  4124. bnd.FormFactor = 3
  4125. bnd.Name = "Bend"
  4126. bnd.Size = Vector3.new(1, 1, 1)
  4127. bnd.Transparency = 1
  4128. bnd.TopSurface = 0
  4129. bnd.BottomSurface = 0
  4130. local bndm = Instance.new("SpecialMesh", bnd)
  4131. bndm.MeshType = 3
  4132. bndm.Scale = Vector3.new(8, 8, 8)
  4133. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4134. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4135. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4136. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4137. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4138. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4139. Debounces.Shewt = true
  4140. coroutine.wrap(function()
  4141. for i = 1, 20, 0.2 do
  4142. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4143. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4144. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4145. rng.Transparency = i/20
  4146. rng3.Transparency = 1/24
  4147. rng4.Transparency = i/26
  4148. wait()
  4149. end
  4150. wait()
  4151. rng:Destroy()
  4152. end)()
  4153. if Debounces.Shewt == true then
  4154. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4155. hit = ht.Parent
  4156. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4157. if HasntTouched(hit.Name) == true and deb == false then
  4158. deb = true
  4159. coroutine.wrap(function()
  4160. hit:FindFirstChild("Humanoid").PlatformStand = true
  4161. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4162. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4163. end)()
  4164. table.insert(Touche, hit.Name)
  4165. deb = false
  4166. end
  4167. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4168. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4169. deb = true
  4170. coroutine.wrap(function()
  4171. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4172. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4173. wait(1)
  4174. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4175. end)()
  4176. table.insert(Touche, hit.Parent.Name)
  4177. deb = false
  4178. for i, v in pairs(Touche) do
  4179. print(v)
  4180. end
  4181. end
  4182. end
  4183. end)
  4184. end
  4185. for i = 0, 260, 8 do
  4186. bem.Size = Vector3.new(i, 2, 2)
  4187. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4188. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4189. bnd.Size = Vector3.new(1,1,1)
  4190. bndm.Scale = Vector3.new(8,8,8)
  4191. if i % 10 == 0 then
  4192. local newRng = rng2:Clone()
  4193. newRng.Parent = char
  4194. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4195. local newRngm = rngm2:clone()
  4196. newRngm.Parent=newRng
  4197. coroutine.wrap(function()
  4198. for i = 1, 10, 0.2 do
  4199. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4200. newRng.Transparency = i/10
  4201. wait()
  4202. end
  4203. wait()
  4204. newRng:Destroy()
  4205. end)()
  4206. end
  4207. wait()
  4208. end
  4209. wait()
  4210. Debounces.Shewt = false
  4211. bem:Destroy()
  4212. out:Destroy()
  4213. bnd:Destroy()
  4214. Debounces.Ready = false
  4215. for i, v in pairs(Touche) do
  4216. table.remove(Touche, i)
  4217. end
  4218. wait()
  4219. table.insert(Touche, char.Name)
  4220. Debounces.NoIdl = false
  4221. if Debounces.CanAttack == false then
  4222. Debounces.CanAttack = true
  4223. end
  4224. end
  4225. end
  4226. end)
  4227. ----------------------------------------------------
  4228. sidz = {"231917888", "231917845", "231917806"}
  4229. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  4230. mouse.KeyDown:connect(function(key)
  4231. if key == "f" then
  4232. larm.BrickColor = BrickColor.new("Royal purple")
  4233. rarm.BrickColor = BrickColor.new("Royal purple")
  4234. if Debounces.CanAttack == true then
  4235. Debounces.CanAttack = false
  4236. Debounces.on = true
  4237. Debounces.NoIdl = true
  4238. for i = 1, 20 do
  4239. 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)
  4240. 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)
  4241. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4242. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4243. 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)
  4244. 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)
  4245. 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)
  4246. if Debounces.on == false then break end
  4247. rs:wait(6)
  4248. end
  4249. z = Instance.new("Sound",char)
  4250. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  4251. z.Pitch = ptz[math.random(1,#ptz)]
  4252. z.Volume = 1
  4253. z1 = Instance.new("Sound",char)
  4254. z1.SoundId = z.SoundId
  4255. z1.Pitch = z.Pitch
  4256. z1.Volume = 1
  4257. z:Play()
  4258. z1:Play()
  4259. Stomp()
  4260. for i = 1, 20 do
  4261. 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)
  4262. 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)
  4263. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
  4264. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  4265. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4266. 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)
  4267. 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)
  4268. if Debounces.on == false then break end
  4269. rs:wait(2.5)
  4270. end
  4271. if Debounces.CanAttack == false then
  4272. Debounces.CanAttack = true
  4273. Debounces.on = false
  4274. Debounces.NoIdl = false
  4275. larm.BrickColor = BrickColor.new("Really black")
  4276. rarm.BrickColor = BrickColor.new("Really black")
  4277. end
  4278. end
  4279. end
  4280. end)
  4281. ----------------------------------------------------
  4282. mouse.KeyDown:connect(function(key)
  4283. if key == "g" then
  4284. larm.BrickColor = BrickColor.new("Royal purple")
  4285. rarm.BrickColor = BrickColor.new("Royal purple")
  4286. if Debounces.CanAttack == true then
  4287. Debounces.CanAttack = false
  4288. Debounces.on = true
  4289. Debounces.NoIdl = true
  4290. chrg = lleg.Touched:connect(function(ht)
  4291. hit = ht.Parent
  4292. if ht and hit:IsA("Model") then
  4293. if hit:FindFirstChild("Humanoid") then
  4294. if hit.Name ~= p.Name then
  4295. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4296. Debounces.Slashed = true]]--
  4297. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4298. hit:FindFirstChild("Humanoid").PlatformStand = true
  4299. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4300. --Debounces.Slashed = false
  4301. --end
  4302. end
  4303. end
  4304. elseif ht and hit:IsA("Hat") then
  4305. if hit.Parent.Name ~= p.Name then
  4306. if hit.Parent:FindFirstChild("Humanoid") then
  4307. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4308. Debounces.Slashed = true]]--
  4309. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4310. hit:FindFirstChild("Humanoid").PlatformStand = true
  4311. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4312. --Debounces.Slashed = false
  4313. end
  4314. end
  4315. end
  4316. end)
  4317. for i = 1, 14 do
  4318. 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)
  4319. 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)
  4320. 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)
  4321. 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)
  4322. 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)
  4323. 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)
  4324. 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)
  4325. if Debounces.on == false then break end
  4326. rs:wait(3)
  4327. end
  4328. charge()
  4329. z = Instance.new("Sound",char)
  4330. z.SoundId = "rbxassetid://200632875"
  4331. z.Volume = 1
  4332. z.Pitch = .8
  4333. z1 = Instance.new("Sound",char)
  4334. z1.SoundId = "rbxassetid://200632875"
  4335. z1.Volume = 1
  4336. z1.Pitch = .9
  4337. z:Play()
  4338. z1:Play()
  4339. wait(1)
  4340. z:Destroy()
  4341. z1:Destroy()
  4342. chrg:disconnect()
  4343. if Debounces.CanAttack == false then
  4344. Debounces.CanAttack = true
  4345. Debounces.on = false
  4346. Debounces.NoIdl = false
  4347. larm.BrickColor = BrickColor.new("Really black")
  4348. rarm.BrickColor = BrickColor.new("Really black")
  4349. end
  4350. end
  4351. end
  4352. end)
  4353. ----------------------------------------------------
  4354. pt = {0.7, 0.8, 0.9}
  4355. mouse.KeyDown:connect(function(key)
  4356. if key == "h" then
  4357. if Debounces.CanJoke == true then
  4358. Debounces.CanJoke = false
  4359. u = Instance.new("Sound")
  4360. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4361. u.Parent = char
  4362. u.Looped = false
  4363. u.Pitch = pt[math.random(1,#pt)]
  4364. u.Volume = 1
  4365. u2 = Instance.new("Sound")
  4366. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4367. u2.Parent = char
  4368. u2.Looped = false
  4369. u2.Pitch = u.Pitch
  4370. u2.Volume = 1
  4371. wait(.01)
  4372. u:Play()
  4373. u2:Play()
  4374. wait(6)
  4375. u:Destroy()
  4376. u2:Destroy()
  4377. if Debounces.CanJoke == false then
  4378. Debounces.CanJoke = true
  4379. end
  4380. end
  4381. end
  4382. end)
  4383. ----------------------------------------------------
  4384. mouse.KeyDown:connect(function(key)
  4385. if key == "j" then
  4386. if Debounces.CanJoke == true then
  4387. Debounces.CanJoke = false
  4388. z = Instance.new("Sound",char)
  4389. z.SoundId = "rbxassetid://135017755"
  4390. z.Pitch = .76
  4391. z.Volume = 1
  4392. wait()
  4393. z:Play()
  4394. wait(6)
  4395. z:Destroy()
  4396. if Debounces.CanJoke == false then
  4397. Debounces.CanJoke = true
  4398. end
  4399. end
  4400. end
  4401. end)
  4402. ----------------------------------------------------
  4403. mouse.KeyDown:connect(function(key)
  4404. if key == "k" then
  4405. if Debounces.CanJoke == true then
  4406. Debounces.CanJoke = false
  4407. z = Instance.new("Sound",char)
  4408. z.SoundId = "rbxassetid://135017578"
  4409. z.Pitch = .76
  4410. z.Volume = 1
  4411. wait()
  4412. z:Play()
  4413. wait(4)
  4414. z:Destroy()
  4415. if Debounces.CanJoke == false then
  4416. Debounces.CanJoke = true
  4417. end
  4418. end
  4419. end
  4420. end)
  4421. ----------------------------------------------------
  4422. mouse.KeyDown:connect(function(key)
  4423. if key == "x" then
  4424. if Debounces.CanAttack == true then
  4425. Debounces.CanAttack = false
  4426. Debounces.NoIdl = true
  4427. Debounces.on = true
  4428. Debounces.ks = true
  4429. for i = 1, 10 do
  4430. 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)
  4431. 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)
  4432. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
  4433. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  4434. 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)
  4435. 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)
  4436. 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)
  4437. if Debounces.on == false then break end
  4438. rs:wait(1)
  4439. end
  4440. z = Instance.new("Sound",hed)
  4441. z.SoundId = "rbxassetid://169445092"
  4442. z.Volume = 1
  4443. wait(0.1)
  4444. z:Play()
  4445. kik = rleg.Touched:connect(function(ht)
  4446. hit = ht.Parent
  4447. if ht and hit:IsA("Model") then
  4448. if hit:FindFirstChild("Humanoid") then
  4449. if hit.Name ~= p.Name then
  4450. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4451. Debounces.Slashed = true]]--
  4452. if Debounces.ks==true then
  4453. z = Instance.new("Sound",hed)
  4454. z.SoundId = "rbxassetid://169380525"
  4455. z.Volume = 1
  4456. z:Play()
  4457. Debounces.ks=false
  4458. end
  4459. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4460. hit:FindFirstChild("Humanoid").PlatformStand = true
  4461. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4462. --Debounces.Slashed = false
  4463. --end
  4464. end
  4465. end
  4466. elseif ht and hit:IsA("Hat") then
  4467. if hit.Parent.Name ~= p.Name then
  4468. if hit.Parent:FindFirstChild("Humanoid") then
  4469. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4470. Debounces.Slashed = true]]--
  4471. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4472. hit:FindFirstChild("Humanoid").PlatformStand = true
  4473. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4474. --Debounces.Slashed = false
  4475. --end
  4476. end
  4477. end
  4478. end
  4479. end)
  4480. for i = 1, 8 do
  4481. 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)
  4482. 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)
  4483. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
  4484. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
  4485. 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)
  4486. 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)
  4487. 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)
  4488. if Debounces.on == false then break end
  4489. rs:wait(.7)
  4490. end
  4491. kik:disconnect()
  4492. if Debounces.CanAttack == false then
  4493. Debounces.CanAttack = true
  4494. Debounces.on = false
  4495. Debounces.NoIdl = false
  4496. end
  4497. end
  4498. end
  4499. end)
  4500. ----------------------------------------------------
  4501. mouse.KeyDown:connect(function(key)
  4502. if key == "c" then
  4503. if Debounces.CanAttack == true then
  4504. Debounces.CanAttack = false
  4505. Debounces.NoIdl = true
  4506. Debounces.on = true
  4507. SIDZ = {"231917744", "231917742"}
  4508. PTZ = {0.7, 0.8, 0.9, 1}
  4509. for i = 1, 20 do
  4510. wait()
  4511. for i,v in pairs(char.Absolution:children()) do
  4512. if v:IsA("Part") or v:IsA("WedgePart") then
  4513. v.Transparency = v.Transparency + 0.05
  4514. end
  4515. end
  4516. end
  4517. function FindNearestTorso(Position,Distance,SinglePlayer)
  4518. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4519. local List = {}
  4520. for i,v in pairs(workspace:GetChildren())do
  4521. if v:IsA("Model")then
  4522. if v:findFirstChild("Torso")then
  4523. if v ~= char then
  4524. if(v.Torso.Position -Position).magnitude <= Distance then
  4525. table.insert(List,v)
  4526. end
  4527. end
  4528. end
  4529. end
  4530. end
  4531. return List
  4532. end
  4533. GroundPound()
  4534. for i = 1, 11 do
  4535. 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)
  4536. 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)
  4537. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4538. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4539. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4540. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4541. 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)
  4542. if Debounces.on == false then break end
  4543. rs:wait(1.4)
  4544. end
  4545. GroundPound()
  4546. for i = 1, 11 do
  4547. 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)
  4548. 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)
  4549. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4550. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4551. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4552. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4553. 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)
  4554. if Debounces.on == false then break end
  4555. rs:wait(1.4)
  4556. end
  4557. GroundPound()
  4558. for i = 1, 11 do
  4559. 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)
  4560. 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)
  4561. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4562. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4563. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4564. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4565. 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)
  4566. if Debounces.on == false then break end
  4567. rs:wait(1.4)
  4568. end
  4569. GroundPound()
  4570. for i = 1, 11 do
  4571. 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)
  4572. 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)
  4573. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4574. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4575. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4576. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4577. 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)
  4578. if Debounces.on == false then break end
  4579. rs:wait(1.4)
  4580. end
  4581. GroundPound()
  4582. for i = 1, 11 do
  4583. 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)
  4584. 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)
  4585. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4586. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4587. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4588. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4589. 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)
  4590. if Debounces.on == false then break end
  4591. rs:wait(1.4)
  4592. end
  4593. GroundPound()
  4594. for i = 1, 11 do
  4595. 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)
  4596. 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)
  4597. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4598. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4599. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4600. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4601. 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)
  4602. if Debounces.on == false then break end
  4603. rs:wait(1.4)
  4604. end
  4605. for i = 1, 24 do
  4606. 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)
  4607. 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)
  4608. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4609. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4610. 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)
  4611. 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)
  4612. 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)
  4613. if Debounces.on == false then break end
  4614. rs:wait(3)
  4615. end
  4616. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  4617. if v:FindFirstChild('Humanoid') then
  4618. v.Humanoid:TakeDamage(math.random(20,60))
  4619. v.Humanoid.PlatformStand = true
  4620. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4621. end
  4622. end
  4623. x = Instance.new("Sound",char)
  4624. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  4625. x.Pitch = PTZ[math.random(1,#PTZ)]
  4626. x.Volume = 1
  4627. wait(0.1)
  4628. x:Play()
  4629. Crater(hed,20)
  4630. for i = 1, 20 do
  4631. 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)
  4632. 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)
  4633. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  4634. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  4635. 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)
  4636. 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)
  4637. 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)
  4638. if Debounces.on == false then break end
  4639. rs:wait(2)
  4640. end
  4641. if Debounces.CanAttack == false then
  4642. Debounces.CanAttack = true
  4643. Debounces.on = false
  4644. Debounces.NoIdl = false
  4645. for i = 1, 20 do
  4646. wait()
  4647. for i,v in pairs(char.Absolution:children()) do
  4648. if v:IsA("Part") or v:IsA("WedgePart") then
  4649. v.Transparency = v.Transparency - 0.05
  4650. end
  4651. end
  4652. end
  4653. end
  4654. end
  4655. end
  4656. end)
  4657. ----------------------------------------------------176349813
  4658. mouse.KeyDown:connect(function(key)
  4659. if key == "b" then
  4660. hum.WalkSpeed = 0.01
  4661. if Debounces.CanAttack == true then
  4662. Debounces.CanAttack = false
  4663. Debounces.NoIdl = true
  4664. Debounces.on = true
  4665. for i = 1, 30 do
  4666. 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)
  4667. 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)
  4668. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4669. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4670. 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)
  4671. 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)
  4672. 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)
  4673. if Debounces.on == false then break end
  4674. rs:wait(6)
  4675. end
  4676. v = Instance.new("Sound")
  4677. v.SoundId = "rbxassetid://181384451"
  4678. v.Parent = char
  4679. v.Looped = false
  4680. v.Pitch = .94
  4681. v.Volume = 1
  4682. wait(.01)
  4683. v:Play()
  4684.  
  4685. if Daytime == true then
  4686. Daytime = false
  4687. l.TimeOfDay = 24
  4688. else
  4689. Daytime = true
  4690. l.TimeOfDay = 12
  4691. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  4692. end
  4693.  
  4694. local Shockwave = function()
  4695. local rng1 = Instance.new("Part", char)
  4696. rng1.Anchored = true
  4697. rng1.BrickColor = BrickColor.new("Really black")
  4698. rng1.CanCollide = false
  4699. rng1.FormFactor = 3
  4700. rng1.Name = "Ring"
  4701. rng1.Size = Vector3.new(1, 1, 1)
  4702. rng1.Transparency = 0.35
  4703. rng1.TopSurface = 0
  4704. rng1.BottomSurface = 0
  4705. local rngm1 = Instance.new("SpecialMesh", rng)
  4706. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4707. rngm1.Scale = Vector3.new(10, 10, 1)
  4708. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  4709. local Wave = Instance.new("Part", game.Workspace--[[?]])
  4710. Wave.Name = "Shockwave"
  4711. Wave.BrickColor = BrickColor.new("Really black")
  4712. Wave.Size = Vector3.new(1, 1, 1)
  4713. Wave.Shape = "Ball"
  4714. Wave.CanCollide = false
  4715. Wave.Anchored = true
  4716. Wave.TopSurface = 0
  4717. Wave.BottomSurface = 0
  4718. Wave.Touched:connect(function(hit)
  4719. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4720. local Occlude = true
  4721. local NotOccludes = {
  4722. char.Name;
  4723. "Wings";
  4724. "Scythe";
  4725. "Thingy";
  4726. "Thingy2"; -- put all of the names in a table pls
  4727. }
  4728. for i,v in pairs(NotOccludes) do
  4729. if hit.Parent.Name == v then
  4730. Occlude = false
  4731. end
  4732. end
  4733. --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
  4734. if Occlude then
  4735. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4736. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4737. end
  4738. end
  4739. end)
  4740.  
  4741. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  4742.  
  4743. coroutine.wrap(function()
  4744. for i = 1, 20, 0.2 do
  4745. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4746. rng1.Transparency = i/20
  4747. wait()
  4748. end
  4749. wait()
  4750. rng1:Destroy()
  4751. end)()
  4752.  
  4753. Delay(0, function()
  4754.  
  4755. if Daytime == false then
  4756. for i = 1, 50, 1 do
  4757. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4758. Wave.CFrame = char.Torso.CFrame
  4759. local t = i / 50
  4760. Wave.Transparency = t
  4761. wait()
  4762. end
  4763. else
  4764. for i = 1, 50, 1 do
  4765. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4766. Wave.CFrame = char.Torso.CFrame
  4767. local t = i / 50
  4768. Wave.Transparency = t
  4769. wait()
  4770. end
  4771. end
  4772. Wave:Destroy()
  4773. end)
  4774. Delay(0, function()
  4775. while wait() do
  4776. if Wave ~= nil then
  4777. Wave.CFrame = char.Torso.CFrame
  4778. else
  4779. break
  4780. end
  4781. end
  4782. end)
  4783. end
  4784. Shockwave()
  4785. for i = 1, 30 do
  4786. 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)
  4787. 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)
  4788. 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)
  4789. 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)
  4790. 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)
  4791. 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)
  4792. if Debounces.on == false then break end
  4793. rs:wait()
  4794. end
  4795. wait(2.4)
  4796. Debounces.NoIdl = false
  4797. hum.WalkSpeed = 5
  4798. Debounces.on = false
  4799. wait()
  4800. if Debounces.CanAttack == false then
  4801. Debounces.CanAttack = true
  4802. v:Destroy()
  4803. end
  4804. end
  4805. end
  4806. end)
  4807. ----------------------------------------------------
  4808. mouse.KeyDown:connect(function(key)
  4809. if key == "l" then
  4810. for i = 1, 20 do
  4811. wait()
  4812. for i,v in pairs(char.Absolution:children()) do
  4813. if v:IsA("Part") or v:IsA("WedgePart") then
  4814. v.Transparency = v.Transparency + 0.05
  4815. end
  4816. end
  4817. end
  4818. if Debounces.CanAttack == true then
  4819. Debounces.CanAttack = false
  4820. Debounces.NoIdl = true
  4821. Debounces.on = true
  4822. bv = Instance.new("BodyVelocity",torso)
  4823. bv.maxForce = Vector3.new(0,200000,0)
  4824. bv.P = 100000
  4825. bv.velocity = Vector3.new(0,500,0)
  4826. wait(2)
  4827. bv:Destroy()
  4828. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  4829. for i = 1, 20 do
  4830. 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)
  4831. 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)
  4832. 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)
  4833. 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)
  4834. 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)
  4835. 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)
  4836. 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)
  4837. if Debounces.on == false then break end
  4838. wait()
  4839. end
  4840. for i = 1, 360, 20 do wait()
  4841. torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
  4842. end
  4843. end
  4844. torso.Weld.C1 = CFrame.new(0,-1.2,0)
  4845. local ry,ht,ps=nil,nil,nil
  4846. while ht==nil do
  4847. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  4848. wait()
  4849. end
  4850. z = Instance.new("Sound",char)
  4851. z.SoundId = "rbxassetid://245537790"
  4852. z.Pitch = 1
  4853. z.Volume = 1
  4854. wait(0.1)
  4855. z:Play()
  4856. local sp = Instance.new("Part", char)
  4857. sp.Name = "Energy"
  4858. sp.BrickColor = BrickColor.new("Really black")
  4859. sp.Size = Vector3.new(1, 1, 1)
  4860. sp.Shape = "Ball"
  4861. sp.CanCollide = false
  4862. sp.Anchored = true
  4863. sp.TopSurface = 0
  4864. sp.BottomSurface = 0
  4865. local spm = Instance.new("SpecialMesh",sp)
  4866. spm.MeshId = "rbxassetid://9982590"
  4867. spm.Scale = Vector3.new(3,3,3)
  4868. local sp2 = Instance.new("Part", char)
  4869. sp2.Name = "Energy2"
  4870. sp2.BrickColor = BrickColor.new("Really black")
  4871. sp2.Size = Vector3.new(1, 1, 1)
  4872. sp2.Shape = "Ball"
  4873. sp2.CanCollide = false
  4874. sp2.Anchored = true
  4875. sp2.TopSurface = 0
  4876. sp2.BottomSurface = 0
  4877. local spm2 = Instance.new("SpecialMesh",sp2)
  4878. spm2.MeshId = "rbxassetid://9982590"
  4879. spm2.Scale = Vector3.new(3,3,3)
  4880. sp.Touched:connect(function(hit)
  4881. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4882. local Occlude = true
  4883. local NotOccludes = {
  4884. char.Name;
  4885. "Wings";
  4886. "Scythe";
  4887. "Thingy";
  4888. "Thingy2"; -- put all of the names in a table pls
  4889. }
  4890. for i,v in pairs(NotOccludes) do
  4891. if hit.Parent.Name == v then
  4892. Occlude = false
  4893. end
  4894. end
  4895. --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
  4896. if Occlude then
  4897. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 80
  4898. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4899. end
  4900. end
  4901. end)
  4902. sp2.Touched:connect(function(hit)
  4903. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4904. local Occlude = true
  4905. local NotOccludes = {
  4906. char.Name;
  4907. "Wings";
  4908. "Scythe";
  4909. "Thingy";
  4910. "Thingy2"; -- put all of the names in a table pls
  4911. }
  4912. for i,v in pairs(NotOccludes) do
  4913. if hit.Parent.Name == v then
  4914. Occlude = false
  4915. end
  4916. end
  4917. --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
  4918. if Occlude then
  4919. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4920. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4921. end
  4922. end
  4923. end)
  4924. for i = 1, 100, 1 do
  4925. sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4926. sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4927. sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
  4928. sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  4929. spm.Scale = sp.Size
  4930. spm2.Scale = sp2.Size
  4931. local t = i / 100
  4932. sp.Transparency = t
  4933. sp2.Transparency = t
  4934. wait()
  4935. end
  4936. sp:Destroy()
  4937. sp2:Destroy()
  4938. z:Destroy()
  4939. for i = 1, 20 do
  4940. wait()
  4941. for i,v in pairs(char.Absolution:children()) do
  4942. if v:IsA("Part") or v:IsA("WedgePart") then
  4943. v.Transparency = v.Transparency - 0.05
  4944. end
  4945. end
  4946. end
  4947. if Debounces.CanAttack == false then
  4948. Debounces.CanAttack = true
  4949. Debounces.NoIdl = false
  4950. Debounces.on = false
  4951. end
  4952. end
  4953. end
  4954. end)
  4955. ----------------------------------------------------
  4956. local orbt={}
  4957. local stlt={}
  4958. local chot={}
  4959. local cfxt={}
  4960. local pfxt={}
  4961. local cns=0
  4962. local cnOrb=nil
  4963. mouse.KeyDown:connect(function(key)
  4964. if key == "u" then
  4965. if Debounces.CanAttack == true then
  4966. Debounces.CanAttack = false
  4967. Debounces.NoIdl = true
  4968. Debounces.on = true
  4969. orbt={}
  4970. stlt={}
  4971. chot={}
  4972. cfxt={}
  4973. for i = 1, 20 do
  4974. 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)
  4975. 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)
  4976. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  4977. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  4978. 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)
  4979. 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)
  4980. 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)
  4981. if Debounces.on == false then end
  4982. rs:wait()
  4983. end
  4984. z = Instance.new("Sound",char)
  4985. z.SoundId = "rbxassetid://170053944"
  4986. z.Pitch = 1.07
  4987. z.Volume = 1
  4988. wait(0.1)
  4989. z:Play()
  4990. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  4991. debris:AddItem(cnOrb,50)
  4992. cnOrb.Mesh.MeshType=3
  4993. table.insert(orbt,cnOrb)
  4994. table.insert(stlt,cnOrb)
  4995. local nt=0
  4996. for i=0,5,0.02 do
  4997. nt=nt+1
  4998. cns=i
  4999. if nt>=2 then
  5000. nt=0
  5001. 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")
  5002. debris:AddItem(cho,1)
  5003. cho.Mesh.MeshType=3
  5004. table.insert(chot,cho)
  5005. end
  5006. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  5007. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  5008. wait()
  5009. end
  5010. for i = 1, 14 do
  5011. 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)
  5012. if Debounces.on == false then end
  5013. rs:wait()
  5014. end
  5015. coroutine.wrap(function()
  5016. for i = 1, 20 do
  5017. 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)
  5018. 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)
  5019. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  5020. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  5021. 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)
  5022. 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)
  5023. if Debounces.on == false then end
  5024. rs:wait()
  5025. end
  5026. end)()
  5027. wait(0.1)
  5028. stlt={}
  5029. 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})
  5030. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  5031. local nt=0
  5032. for i=0,160,3 do
  5033. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  5034. nt=nt+1
  5035. if nt>=6 then
  5036. nt=0
  5037. 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")
  5038. cfx.Mesh.MeshId="rbxassetid://20329976"
  5039. cfx.Transparency=0.4
  5040. table.insert(cfxt,cfx)
  5041. debris:AddItem(cfx,1)
  5042. end
  5043. if (cnOrb.Position-ps).magnitude<6 then
  5044. break
  5045. end
  5046. wait()
  5047. end
  5048. orbt={}
  5049.  
  5050. for i=0,1,0.1 do
  5051. local cs=cnOrb.Mesh.Scale
  5052. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  5053. wait()
  5054. end
  5055. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5056. ofx.Transparency=0.5
  5057. ofx.Mesh.MeshType=3
  5058. ofx.Mesh.Scale=Vector3.new(30,30,30)
  5059. for _,v in pairs(game:service"Players":GetChildren()) do
  5060. pcall(function()
  5061. for _,c in pairs(v.Character:GetChildren()) do
  5062. 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
  5063. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  5064. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  5065. end
  5066. end
  5067. end)
  5068. end
  5069. for i=0,1,0.05 do
  5070. local cs=cnOrb.Mesh.Scale
  5071. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  5072. local ofs=ofx.Mesh.Scale
  5073. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  5074. ofx.Transparency=Tween(ofx.Transparency,1,i)
  5075. wait()
  5076. end
  5077. ofx:Destroy()
  5078. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  5079. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5080. cnfx.Mesh.MeshType=3
  5081. cnOrb.Transparency=0.05
  5082. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5083. cnr.Mesh.MeshType=3
  5084. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  5085. rn1.Transparency=1
  5086. rn1.Mesh.MeshId="rbxassetid://3270017"
  5087. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5088. rn2.Transparency=1
  5089. rn2.Mesh.MeshId="rbxassetid://3270017"
  5090. local nt=0
  5091. local cs=nil
  5092. for i=0,1,0.05 do
  5093. cs=cnOrb.Mesh.Scale
  5094. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5095. local fs=cnfx.Mesh.Scale
  5096. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  5097. cnfx.Transparency=cnfx.Transparency+0.05
  5098. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5099. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5100. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5101. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5102. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  5103. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  5104. local rs=cnr.Mesh.Scale
  5105. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  5106. nt=nt+1
  5107. if nt>=6 then
  5108. local pls={}
  5109. for _,v in pairs(game.Players:GetChildren()) do
  5110. table.insert(pls,v)
  5111. end
  5112. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5113. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5114. pffx.Mesh.MeshId="rbxassetid://20329976"
  5115. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  5116. debris:AddItem(pffx,2)
  5117. table.insert(pfxt,pffx)
  5118. nt=0
  5119. end
  5120. wait()
  5121. end
  5122. local int=0
  5123. coroutine.wrap(function()
  5124. for i=1,500 do
  5125. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5126. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5127. nt=nt+1
  5128. int=int+1
  5129. local htd={p}
  5130. for _,v in pairs(game:service"Players":GetChildren()) do
  5131. pcall(function()
  5132. for _,c in pairs(v.Character:GetChildren()) do
  5133. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5134. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  5135. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  5136. table.insert(htd,v)
  5137. end
  5138. end
  5139. end)
  5140. end
  5141. htd={p}
  5142. if int>=6 then
  5143. for _,v in pairs(game:service"Players":GetChildren()) do
  5144. pcall(function()
  5145. for _,c in pairs(v.Character:GetChildren()) do
  5146. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5147. table.insert(htd,v)
  5148. 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")
  5149. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5150. hfx.Mesh.MeshType=3
  5151. debris:AddItem(hfx,2)
  5152. coroutine.wrap(function()
  5153. pcall(function()
  5154. for i=0,1,0.05 do
  5155. pcall(function()
  5156. local hs=hfx.Mesh.Scale
  5157. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5158. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5159. end)
  5160. wait()
  5161. end
  5162. hfx:Destroy()
  5163. end)
  5164. end)()
  5165. end
  5166. end
  5167. end)
  5168. end
  5169. int=0
  5170. end
  5171. if nt>=4 then
  5172. local pls={}
  5173. for _,v in pairs(game.Players:GetChildren()) do
  5174. table.insert(pls,v)
  5175. end
  5176. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5177. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5178. pffx.Transparency=0.4
  5179. pffx.Mesh.MeshId="rbxassetid://20329976"
  5180. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5181. debris:AddItem(pffx,2)
  5182. table.insert(pfxt,pffx)
  5183. nt=0
  5184. end
  5185. wait()
  5186. end
  5187. cnOrb:Destroy()
  5188. cnfx:Destroy()
  5189. for _,v in pairs(mod3:GetChildren()) do
  5190. v:Destroy()
  5191. end
  5192. orbt={}
  5193. stlt={}
  5194. chot={}
  5195. cfxt={}
  5196. pfxt={}
  5197. end)()
  5198. if Debounces.CanAttack == false then
  5199. Debounces.CanAttack = true
  5200. Debounces.NoIdl = false
  5201. Debounces.on = false
  5202. end
  5203. end
  5204. end
  5205. end)
  5206. ----------------------------------------------------
  5207. mouse.KeyDown:connect(function(key)
  5208. if key == "m" then
  5209. if Debounces.CanAttack == true then
  5210. Debounces.CanAttack = false
  5211. Debounces.on = true
  5212. Debounces.NoIdl = true
  5213. --[[x = Instance.new("Sound",char)
  5214. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  5215. x.Looped = false
  5216. x.Pitch = 1.1
  5217. x.Volume = 1
  5218. x:Play()
  5219. x2 = Instance.new("Sound",char)
  5220. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  5221. x2.Looped = false
  5222. x2.Pitch = .7
  5223. x2.Volume = 1
  5224. wait(.1)
  5225. x:Play()
  5226. x2:Play()
  5227. for i = 1, 20 do
  5228. 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)
  5229. 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)
  5230. 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)
  5231. 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)
  5232. 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)
  5233. 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)
  5234. 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)
  5235. if Debounces.on == false then break end
  5236. wait()
  5237. x:Destroy()
  5238. x2:Destroy()
  5239. end
  5240. wait(1)]]--
  5241. local rng = Instance.new("Part", char)
  5242. rng.Anchored = true
  5243. rng.BrickColor = BrickColor.new("Really black")
  5244. rng.CanCollide = false
  5245. rng.FormFactor = 3
  5246. rng.Name = "Ring"
  5247. rng.Size = Vector3.new(1, 1, 1)
  5248. rng.Transparency = 0.35
  5249. rng.TopSurface = 0
  5250. rng.BottomSurface = 0
  5251. rng.Position = torso.Position - Vector3.new(0,5,0)
  5252. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5253. local rngm = Instance.new("SpecialMesh", rng)
  5254. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5255. rngm.Scale = Vector3.new(1, 1, 2)
  5256. x = Instance.new("Sound",char)
  5257. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  5258. x.Looped = false
  5259. x.Pitch = .7
  5260. x.Volume = 1
  5261. x:Play()
  5262. coroutine.wrap(function()
  5263. for i = 1, 60, 2 do
  5264. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  5265. rng.Transparency = i/60
  5266. wait()
  5267. end
  5268. wait()
  5269. rng:Destroy()
  5270. end)()
  5271. hum.WalkSpeed = 100
  5272. BV = Instance.new("BodyVelocity", torso)
  5273. BV.maxForce = Vector3.new(0,200000,0)
  5274. BV.P = 240000
  5275. BV.velocity = Vector3.new(0,700,0)
  5276. for i = 1, 20 do
  5277. 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)
  5278. 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)
  5279. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5280. 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)
  5281. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5282. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5283. 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)
  5284. if Debounces.on == false then break end
  5285. wait()
  5286. end
  5287. x:Destroy()
  5288. BV:Destroy()
  5289. --[[for i = 1, 30 doc
  5290. 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)
  5291. 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)
  5292. 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)
  5293. 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)
  5294. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  5295. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  5296. if Debounces.on == false then break end
  5297. wait()
  5298. end]]--
  5299. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5300. for i = 1, 30 do
  5301. 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)
  5302. 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)
  5303. 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)
  5304. 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)
  5305. 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)
  5306. 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)
  5307. 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)
  5308. if Debounces.on == false then break end
  5309. wait()
  5310. end
  5311. end
  5312. Debounces.on = false
  5313. Debounces.NoIdl = false
  5314. local ry,ht,ps=nil,nil,nil
  5315. while ht==nil do
  5316. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5317. wait()
  5318. end
  5319. z = Instance.new("Sound",char)
  5320. z.SoundId = "rbxassetid://142070127"
  5321. z.Volume = 1
  5322. wait(.1)
  5323. z:Play()
  5324. Landing()
  5325. hum.WalkSpeed = 8
  5326. if Debounces.CanAttack == false then
  5327. Debounces.CanAttack = true
  5328. end
  5329. end
  5330. end
  5331. end)
  5332. ----------------------------------------------------
  5333. Grab = false
  5334. mouse.KeyDown:connect(function(key)
  5335. if key == "z" then
  5336. Debounces.on = true
  5337. Debounces.NoIdl = true
  5338. if Grab == false then
  5339. gp = nil
  5340. con1=larm.Touched:connect(function(hit) -- this is grab
  5341. ht = hit.Parent
  5342. hum1=ht:FindFirstChild('Humanoid')
  5343. if hum1 ~= nil then
  5344. hum1.PlatformStand=true
  5345. gp = ht
  5346. Grab = true
  5347. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  5348. asd.Parent = larm
  5349. asd.Name = "asd"
  5350. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  5351. con1:disconnect()
  5352. elseif hum1 ~= nil then
  5353. con1:disconnect()
  5354. wait() return
  5355. end
  5356. end)
  5357. for i = 1, 18 do
  5358. 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)
  5359. 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)
  5360. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5361. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  5362. 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)
  5363. 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)
  5364. 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)
  5365. if Debounces.on == false then break end
  5366. wait()
  5367. end
  5368. con1:disconnect()
  5369. Debounces.on = false
  5370. Debounces.NoIdl = false
  5371. elseif Grab == true then
  5372. Grab = false
  5373. for i = 1, 20 do
  5374. 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)
  5375. 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)
  5376. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5377. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5378. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5379. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5380. 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)
  5381. if Debounces.on == false then end
  5382. wait()
  5383. end
  5384. if gp ~= nil then
  5385. for i,v in pairs(larm:GetChildren()) do
  5386. if v.Name == "asd" and v:IsA("Weld") then
  5387. v:Remove()
  5388. end
  5389. end
  5390. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  5391. bv.maxForce = Vector3.new(400000, 400000, 400000)
  5392. bv.P = 125000
  5393. bv.velocity = char.Head.CFrame.lookVector * 200
  5394. for i = 1, 12 do
  5395. 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)
  5396. if Debounces.on == false then end
  5397. wait()
  5398. end--
  5399. ht=nil
  5400. Spawn(function()
  5401. wait(0.5)
  5402. bv:Destroy()
  5403. end)
  5404. Debounces.on = false
  5405. Debounces.NoIdl = false
  5406. elseif ht == nil then wait()
  5407. Grab = false
  5408. Debounces.on = false
  5409. Debounces.NoIdl = false
  5410. end
  5411. end
  5412. end
  5413. end)
  5414. ----------------------------------------------------
  5415. mouse.KeyDown:connect(function(key)
  5416. if string.byte(key) == 52 then
  5417. char.Humanoid.WalkSpeed = 21
  5418. end
  5419. end)
  5420. mouse.KeyUp:connect(function(key)
  5421. if string.byte(key) == 52 then
  5422. char.Humanoid.WalkSpeed = 5
  5423. end
  5424. end)
  5425. ----------------------------------------------------
  5426. Change = false
  5427. mouse.KeyDown:connect(function(key)
  5428. if key == "n" then
  5429. if Change == false then
  5430. Change = true
  5431. stanceToggle = "Normal2"
  5432. elseif Change == true then
  5433. Change = false
  5434. stanceToggle = "Normal"
  5435. end
  5436. end
  5437. end)
  5438. ----------------------------------------------------
  5439. local animpose = "Idle"
  5440. local lastanimpose = "Idle"
  5441. local sine = 0
  5442. local change = 1
  5443. local val = 0
  5444. local ffing = false
  5445. local och = 0
  5446. ----------------------------------------------------
  5447. game:GetService("RunService").RenderStepped:connect(function()
  5448. --[[if char.Humanoid.Jump == true then
  5449. jump = true
  5450. else
  5451. jump = false
  5452. end]]
  5453. char.Humanoid.FreeFalling:connect(function(f)
  5454. if f then
  5455. ffing = true
  5456. else
  5457. ffing = false
  5458. end
  5459. end)
  5460. sine = sine + change
  5461. if jumpn == true then
  5462. animpose = "Jumping"
  5463. elseif ffing == true then
  5464. animpose = "Freefalling"
  5465. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5466. animpose = "Idle"
  5467. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5468. animpose = "Walking"
  5469. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5470. animpose = "Running"
  5471. end
  5472. if animpose ~= lastanimpose then
  5473. sine = 0
  5474. if Debounces.NoIdl == false then
  5475. if animpose == "Idle" then
  5476. for i = 1, 2 do
  5477. 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)
  5478. 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)
  5479. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5480. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5481. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5482. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5483. 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)
  5484. end
  5485. elseif animpose == "Walking" then
  5486. for i = 1, 2 do
  5487. 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)
  5488. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  5489. 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)
  5490. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  5491. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5492. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5493. 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)
  5494. end
  5495. elseif animpose == "Running" then
  5496. for i = 1, 2 do
  5497. 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)
  5498. 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)
  5499. 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)
  5500. 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)
  5501. 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)
  5502. 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)
  5503. 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)
  5504. end
  5505. rs:wait(2)
  5506. end
  5507. else
  5508. end
  5509. end
  5510. lastanimpose = animpose
  5511. if Debounces.NoIdl == false then
  5512. if animpose == "Idle" then
  5513. if stanceToggle == "Normal" then
  5514. change = 0.5
  5515. 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)
  5516. 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)
  5517. 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)
  5518. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  5519. 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)
  5520. 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)
  5521. 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)
  5522. elseif stanceToggle == "Sitting" then
  5523. 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)
  5524. 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)
  5525. 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)
  5526. 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)
  5527. 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)
  5528. 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)
  5529. 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)
  5530. elseif stanceToggle == "Normal2" then
  5531. 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)
  5532. 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)
  5533. 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)
  5534. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5535. 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)
  5536. 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)
  5537. 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)
  5538. end
  5539. elseif animpose == "Walking" then
  5540. if stanceToggle == "Normal" then
  5541. change = 1
  5542. 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)
  5543. 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)
  5544. 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)
  5545. 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)
  5546. 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)
  5547. 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)
  5548. 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)
  5549. elseif stanceToggle == "Normal2" then
  5550. 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)
  5551. 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)
  5552. 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)
  5553. 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)
  5554. 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)
  5555. 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)
  5556. 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)
  5557. end
  5558. elseif animpose == "Running" then
  5559. change = 1
  5560. 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)
  5561. 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)
  5562. 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)
  5563. 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)
  5564. 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)
  5565. 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)
  5566. 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)
  5567. end
  5568. end
  5569. och=och+1
  5570. for _,v in pairs(orbt) do
  5571. pcall(function()
  5572. 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)))
  5573. end)
  5574. end
  5575. for _,v in pairs(stlt) do
  5576. pcall(function()
  5577. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  5578. end)
  5579. end
  5580. for _,v in pairs(chot) do
  5581. pcall(function()
  5582. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  5583. 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))
  5584. end)
  5585. end
  5586. for _,v in pairs(cfxt) do
  5587. pcall(function()
  5588. local vs=v.Mesh.Scale
  5589. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  5590. v.Transparency=v.Transparency+0.05
  5591. end)
  5592. end
  5593. for _,v in pairs(pfxt) do
  5594. pcall(function()
  5595. local vs=v.Mesh.Scale
  5596. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  5597. v.Transparency=v.Transparency+0.025
  5598. end)
  5599. end
  5600. end)
  5601. --N3xul Animated Sky
  5602. local runDummyScript = function(f,scri)
  5603. local oldenv = getfenv(f)
  5604. local newenv = setmetatable({}, {
  5605. __index = function(_, k)
  5606. if k:lower() == 'script' then
  5607. return scri
  5608. else
  5609. return oldenv[k]
  5610. end
  5611. end
  5612. })
  5613. setfenv(f, newenv)
  5614. ypcall(function() f() end)
  5615. end
  5616. cors = {}
  5617. mas = Instance.new("Model",game:GetService("Lighting"))
  5618. mas.Name = "CompiledModel"
  5619. o1 = Instance.new("Model")
  5620. o2 = Instance.new("Model")
  5621. o3 = Instance.new("Part")
  5622. o4 = Instance.new("SpecialMesh")
  5623. o5 = Instance.new("Part")
  5624. o6 = Instance.new("SpecialMesh")
  5625. o7 = Instance.new("Part")
  5626. o8 = Instance.new("SpecialMesh")
  5627. o9 = Instance.new("Part")
  5628. o10 = Instance.new("SpecialMesh")
  5629. o11 = Instance.new("Part")
  5630. o12 = Instance.new("SpecialMesh")
  5631. o13 = Instance.new("Part")
  5632. o14 = Instance.new("SpecialMesh")
  5633. o15 = Instance.new("Part")
  5634. o16 = Instance.new("SpecialMesh")
  5635. o17 = Instance.new("Part")
  5636. o18 = Instance.new("SpecialMesh")
  5637. o19 = Instance.new("Part")
  5638. o20 = Instance.new("SpecialMesh")
  5639. o21 = Instance.new("Part")
  5640. o22 = Instance.new("SpecialMesh")
  5641. o23 = Instance.new("Part")
  5642. o24 = Instance.new("SpecialMesh")
  5643. o25 = Instance.new("Part")
  5644. o26 = Instance.new("SpecialMesh")
  5645. o27 = Instance.new("Part")
  5646. o28 = Instance.new("SpecialMesh")
  5647. o29 = Instance.new("Part")
  5648. o30 = Instance.new("SpecialMesh")
  5649. o31 = Instance.new("Part")
  5650. o32 = Instance.new("SpecialMesh")
  5651. o33 = Instance.new("Part")
  5652. o34 = Instance.new("SpecialMesh")
  5653. o35 = Instance.new("Part")
  5654. o36 = Instance.new("SpecialMesh")
  5655. o37 = Instance.new("Part")
  5656. o38 = Instance.new("SpecialMesh")
  5657. o39 = Instance.new("Part")
  5658. o40 = Instance.new("SpecialMesh")
  5659. o41 = Instance.new("Part")
  5660. o42 = Instance.new("SpecialMesh")
  5661. o43 = Instance.new("Part")
  5662. o44 = Instance.new("SpecialMesh")
  5663. o45 = Instance.new("Part")
  5664. o46 = Instance.new("SpecialMesh")
  5665. o47 = Instance.new("Part")
  5666. o48 = Instance.new("SpecialMesh")
  5667. o49 = Instance.new("Part")
  5668. o50 = Instance.new("SpecialMesh")
  5669. o51 = Instance.new("Part")
  5670. o52 = Instance.new("SpecialMesh")
  5671. o53 = Instance.new("Part")
  5672. o54 = Instance.new("SpecialMesh")
  5673. o55 = Instance.new("Part")
  5674. o56 = Instance.new("SpecialMesh")
  5675. o57 = Instance.new("Part")
  5676. o58 = Instance.new("SpecialMesh")
  5677. o59 = Instance.new("Part")
  5678. o60 = Instance.new("SpecialMesh")
  5679. o61 = Instance.new("Part")
  5680. o62 = Instance.new("SpecialMesh")
  5681. o63 = Instance.new("Part")
  5682. o64 = Instance.new("SpecialMesh")
  5683. o65 = Instance.new("Part")
  5684. o66 = Instance.new("SpecialMesh")
  5685. o67 = Instance.new("Script")
  5686. o1.Name = "$_N3xul Sky"
  5687. o1.Parent = mas
  5688. o2.Name = "SKY IS DA LIMIT"
  5689. o2.Parent = o1
  5690. o3.Name = "Brick"
  5691. o3.Parent = o2
  5692. o3.Material = Enum.Material.Neon
  5693. o3.BrickColor = BrickColor.new("Royal purple")
  5694. o3.Position = Vector3.new(3.5, 1.66253495, -1.5)
  5695. o3.Rotation = Vector3.new(96.8799973, 29.4200001, 64.2200012)
  5696. o3.Anchored = true
  5697. o3.CanCollide = false
  5698. o3.Size = Vector3.new(1, 2.4000001, 1)
  5699. 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)
  5700. o3.BottomSurface = Enum.SurfaceType.Smooth
  5701. o3.TopSurface = Enum.SurfaceType.Smooth
  5702. o3.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5703. o3.Position = Vector3.new(3.5, 1.66253495, -1.5)
  5704. o3.Orientation = Vector3.new(59.8600006, 101.989998, 168.020004)
  5705. o3.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5706. o4.Parent = o3
  5707. o4.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5708. o4.Offset = Vector3.new(2, 2, 2)
  5709. o4.Scale = Vector3.new(1000, 1000, 1000)
  5710. o4.VertexColor = Vector3.new(0.300000012, 4, 9)
  5711. o4.MeshType = Enum.MeshType.FileMesh
  5712. o4.Scale = Vector3.new(1000, 1000, 1000)
  5713. o5.Name = "Brick"
  5714. o5.Parent = o2
  5715. o5.Material = Enum.Material.Neon
  5716. o5.BrickColor = BrickColor.new("Royal purple")
  5717. o5.Position = Vector3.new(3.618927, 3.53207898, -2.67700195)
  5718. o5.Rotation = Vector3.new(55.5499992, -81.6699982, 96.1299973)
  5719. o5.Anchored = true
  5720. o5.CanCollide = false
  5721. o5.Size = Vector3.new(1, 2.4000001, 1)
  5722. 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)
  5723. o5.BottomSurface = Enum.SurfaceType.Smooth
  5724. o5.TopSurface = Enum.SurfaceType.Smooth
  5725. o5.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5726. o5.Position = Vector3.new(3.618927, 3.53207898, -2.67700195)
  5727. o5.Orientation = Vector3.new(6.86000013, -85.2600021, 40.8600006)
  5728. o5.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5729. o6.Parent = o5
  5730. o6.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5731. o6.Offset = Vector3.new(2, 2, 2)
  5732. o6.Scale = Vector3.new(1000, 1000, 1000)
  5733. o6.VertexColor = Vector3.new(0.300000012, 4, 9)
  5734. o6.MeshType = Enum.MeshType.FileMesh
  5735. o6.Scale = Vector3.new(1000, 1000, 1000)
  5736. o7.Name = "Brick"
  5737. o7.Parent = o2
  5738. o7.Material = Enum.Material.Neon
  5739. o7.BrickColor = BrickColor.new("Royal purple")
  5740. o7.Position = Vector3.new(3.41925001, 3.46374989, -2.55004907)
  5741. o7.Rotation = Vector3.new(60.2599983, -71.0599976, 96.9499969)
  5742. o7.Anchored = true
  5743. o7.CanCollide = false
  5744. o7.Size = Vector3.new(1, 2.4000001, 1)
  5745. 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)
  5746. o7.BottomSurface = Enum.SurfaceType.Smooth
  5747. o7.TopSurface = Enum.SurfaceType.Smooth
  5748. o7.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5749. o7.Position = Vector3.new(3.41925001, 3.46374989, -2.55004907)
  5750. o7.Orientation = Vector3.new(16.3700008, -80.3399963, 38.0800018)
  5751. o7.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5752. o8.Parent = o7
  5753. o8.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5754. o8.Offset = Vector3.new(2, 2, 2)
  5755. o8.Scale = Vector3.new(1000, 1000, 1000)
  5756. o8.VertexColor = Vector3.new(0.300000012, 4, 9)
  5757. o8.MeshType = Enum.MeshType.FileMesh
  5758. o8.Scale = Vector3.new(1000, 1000, 1000)
  5759. o9.Name = "Brick"
  5760. o9.Parent = o2
  5761. o9.Material = Enum.Material.Neon
  5762. o9.BrickColor = BrickColor.new("Royal purple")
  5763. o9.Position = Vector3.new(3.24560499, 3.35655093, -2.41162109)
  5764. o9.Rotation = Vector3.new(63.0400009, -60.4500008, 95.7099991)
  5765. o9.Anchored = true
  5766. o9.CanCollide = false
  5767. o9.Size = Vector3.new(1, 2.4000001, 1)
  5768. 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)
  5769. o9.BottomSurface = Enum.SurfaceType.Smooth
  5770. o9.TopSurface = Enum.SurfaceType.Smooth
  5771. o9.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5772. o9.Position = Vector3.new(3.24560499, 3.35655093, -2.41162109)
  5773. o9.Orientation = Vector3.new(26.0699997, -75.5899963, 36.0200005)
  5774. o9.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5775. o10.Parent = o9
  5776. o10.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5777. o10.Offset = Vector3.new(2, 2, 2)
  5778. o10.Scale = Vector3.new(1000, 1000, 1000)
  5779. o10.VertexColor = Vector3.new(0.300000012, 4, 9)
  5780. o10.MeshType = Enum.MeshType.FileMesh
  5781. o10.Scale = Vector3.new(1000, 1000, 1000)
  5782. o11.Name = "Brick"
  5783. o11.Parent = o2
  5784. o11.Material = Enum.Material.Neon
  5785. o11.BrickColor = BrickColor.new("Royal purple")
  5786. o11.Position = Vector3.new(3.16018701, 2.01041889, -1.56359899)
  5787. o11.Rotation = Vector3.new(84.7699966, 11.3299999, 76.1299973)
  5788. o11.Anchored = true
  5789. o11.CanCollide = false
  5790. o11.Size = Vector3.new(1, 2.4000001, 1)
  5791. 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)
  5792. o11.BottomSurface = Enum.SurfaceType.Smooth
  5793. o11.TopSurface = Enum.SurfaceType.Smooth
  5794. o11.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5795. o11.Position = Vector3.new(3.16018701, 2.01041889, -1.56359899)
  5796. o11.Orientation = Vector3.new(77.5299988, 65.5500031, 141.160004)
  5797. o11.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5798. o12.Parent = o11
  5799. o12.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5800. o12.Offset = Vector3.new(2, 2, 2)
  5801. o12.Scale = Vector3.new(1000, 1000, 1000)
  5802. o12.VertexColor = Vector3.new(0.300000012, 4, 9)
  5803. o12.MeshType = Enum.MeshType.FileMesh
  5804. o12.Scale = Vector3.new(1000, 1000, 1000)
  5805. o13.Name = "Brick"
  5806. o13.Parent = o2
  5807. o13.Material = Enum.Material.Neon
  5808. o13.BrickColor = BrickColor.new("Royal purple")
  5809. o13.Position = Vector3.new(3.31469703, 1.82450104, -1.51757801)
  5810. o13.Rotation = Vector3.new(90.1399994, 20.6700001, 70.8600006)
  5811. o13.Anchored = true
  5812. o13.CanCollide = false
  5813. o13.Size = Vector3.new(1, 2.4000001, 1)
  5814. 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)
  5815. o13.BottomSurface = Enum.SurfaceType.Smooth
  5816. o13.TopSurface = Enum.SurfaceType.Smooth
  5817. o13.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5818. o13.Position = Vector3.new(3.31469703, 1.82450104, -1.51757801)
  5819. o13.Orientation = Vector3.new(69.3300018, 90.3799973, 161.270004)
  5820. o13.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5821. o14.Parent = o13
  5822. o14.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5823. o14.Offset = Vector3.new(2, 2, 2)
  5824. o14.Scale = Vector3.new(1000, 1000, 1000)
  5825. o14.VertexColor = Vector3.new(0.300000012, 4, 9)
  5826. o14.MeshType = Enum.MeshType.FileMesh
  5827. o14.Scale = Vector3.new(1000, 1000, 1000)
  5828. o15.Name = "Brick"
  5829. o15.Parent = o2
  5830. o15.Material = Enum.Material.Neon
  5831. o15.BrickColor = BrickColor.new("Royal purple")
  5832. o15.Position = Vector3.new(4.57440186, 1.39447999, -1.79949903)
  5833. o15.Rotation = Vector3.new(160.410004, 49.5999985, 1.05999994)
  5834. o15.Anchored = true
  5835. o15.CanCollide = false
  5836. o15.Size = Vector3.new(1, 2.4000001, 1)
  5837. 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)
  5838. o15.BottomSurface = Enum.SurfaceType.Smooth
  5839. o15.TopSurface = Enum.SurfaceType.Smooth
  5840. o15.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5841. o15.Position = Vector3.new(4.57440186, 1.39447999, -1.79949903)
  5842. o15.Orientation = Vector3.new(12.5500002, 128.720001, 165.899994)
  5843. o15.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5844. o16.Parent = o15
  5845. o16.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5846. o16.Offset = Vector3.new(2, 2, 2)
  5847. o16.Scale = Vector3.new(1000, 1000, 1000)
  5848. o16.VertexColor = Vector3.new(0.300000012, 4, 9)
  5849. o16.MeshType = Enum.MeshType.FileMesh
  5850. o16.Scale = Vector3.new(1000, 1000, 1000)
  5851. o17.Name = "Brick"
  5852. o17.Parent = o2
  5853. o17.Material = Enum.Material.Neon
  5854. o17.BrickColor = BrickColor.new("Royal purple")
  5855. o17.Position = Vector3.new(2.94677711, 2.85119104, -1.97851598)
  5856. o17.Rotation = Vector3.new(70.6100006, -28.9300003, 89.6299973)
  5857. o17.Anchored = true
  5858. o17.CanCollide = false
  5859. o17.Size = Vector3.new(1, 2.4000001, 1)
  5860. 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)
  5861. o17.BottomSurface = Enum.SurfaceType.Smooth
  5862. o17.TopSurface = Enum.SurfaceType.Smooth
  5863. o17.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5864. o17.Position = Vector3.new(2.94677711, 2.85119104, -1.97851598)
  5865. o17.Orientation = Vector3.new(55.6500015, -59.0099983, 35.6699982)
  5866. o17.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5867. o18.Parent = o17
  5868. o18.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5869. o18.Offset = Vector3.new(2, 2, 2)
  5870. o18.Scale = Vector3.new(1000, 1000, 1000)
  5871. o18.VertexColor = Vector3.new(0.300000012, 4, 9)
  5872. o18.MeshType = Enum.MeshType.FileMesh
  5873. o18.Scale = Vector3.new(1000, 1000, 1000)
  5874. o19.Name = "Brick"
  5875. o19.Parent = o2
  5876. o19.Material = Enum.Material.Neon
  5877. o19.BrickColor = BrickColor.new("Royal purple")
  5878. o19.Position = Vector3.new(3.00463891, 3.044065, -2.12027001)
  5879. o19.Rotation = Vector3.new(68, -39.3699989, 91.9400024)
  5880. o19.Anchored = true
  5881. o19.CanCollide = false
  5882. o19.Size = Vector3.new(1, 2.4000001, 1)
  5883. 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)
  5884. o19.BottomSurface = Enum.SurfaceType.Smooth
  5885. o19.TopSurface = Enum.SurfaceType.Smooth
  5886. o19.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5887. o19.Position = Vector3.new(3.00463891, 3.044065, -2.12027001)
  5888. o19.Orientation = Vector3.new(45.7900009, -65.4599991, 34.4300003)
  5889. o19.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5890. o20.Parent = o19
  5891. o20.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5892. o20.Offset = Vector3.new(2, 2, 2)
  5893. o20.Scale = Vector3.new(1000, 1000, 1000)
  5894. o20.VertexColor = Vector3.new(0.300000012, 4, 9)
  5895. o20.MeshType = Enum.MeshType.FileMesh
  5896. o20.Scale = Vector3.new(1000, 1000, 1000)
  5897. o21.Name = "Brick"
  5898. o21.Parent = o2
  5899. o21.Material = Enum.Material.Neon
  5900. o21.BrickColor = BrickColor.new("Royal purple")
  5901. o21.Position = Vector3.new(3.10595703, 3.21490192, -2.26617408)
  5902. o21.Rotation = Vector3.new(65.5299988, -49.8899994, 93.9800034)
  5903. o21.Anchored = true
  5904. o21.CanCollide = false
  5905. o21.Size = Vector3.new(1, 2.4000001, 1)
  5906. 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)
  5907. o21.BottomSurface = Enum.SurfaceType.Smooth
  5908. o21.TopSurface = Enum.SurfaceType.Smooth
  5909. o21.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5910. o21.Position = Vector3.new(3.10595703, 3.21490192, -2.26617408)
  5911. o21.Orientation = Vector3.new(35.9000015, -70.7600021, 34.7400017)
  5912. o21.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5913. o22.Parent = o21
  5914. o22.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5915. o22.Offset = Vector3.new(2, 2, 2)
  5916. o22.Scale = Vector3.new(1000, 1000, 1000)
  5917. o22.VertexColor = Vector3.new(0.300000012, 4, 9)
  5918. o22.MeshType = Enum.MeshType.FileMesh
  5919. o22.Scale = Vector3.new(1000, 1000, 1000)
  5920. o23.Name = "Brick"
  5921. o23.Parent = o2
  5922. o23.Material = Enum.Material.Neon
  5923. o23.BrickColor = BrickColor.new("Royal purple")
  5924. o23.Position = Vector3.new(2.93334889, 2.64311099, -1.84747303)
  5925. o23.Rotation = Vector3.new(73.4700012, -18.5900002, 87.0100021)
  5926. o23.Anchored = true
  5927. o23.CanCollide = false
  5928. o23.Size = Vector3.new(1, 2.4000001, 1)
  5929. 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)
  5930. o23.BottomSurface = Enum.SurfaceType.Smooth
  5931. o23.TopSurface = Enum.SurfaceType.Smooth
  5932. o23.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5933. o23.Position = Vector3.new(2.93334889, 2.64311099, -1.84747303)
  5934. o23.Orientation = Vector3.new(65.3199997, -49.7700005, 39.9599991)
  5935. o23.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5936. o24.Parent = o23
  5937. o24.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5938. o24.Offset = Vector3.new(2, 2, 2)
  5939. o24.Scale = Vector3.new(1000, 1000, 1000)
  5940. o24.VertexColor = Vector3.new(0.300000012, 4, 9)
  5941. o24.MeshType = Enum.MeshType.FileMesh
  5942. o24.Scale = Vector3.new(1000, 1000, 1000)
  5943. o25.Name = "Brick"
  5944. o25.Parent = o2
  5945. o25.Material = Enum.Material.Neon
  5946. o25.BrickColor = BrickColor.new("Royal purple")
  5947. o25.Position = Vector3.new(2.965698, 2.42810798, -1.73171997)
  5948. o25.Rotation = Vector3.new(76.6699982, -8.39000034, 83.9700012)
  5949. o25.Anchored = true
  5950. o25.CanCollide = false
  5951. o25.Size = Vector3.new(1, 2.4000001, 1)
  5952. 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)
  5953. o25.BottomSurface = Enum.SurfaceType.Smooth
  5954. o25.TopSurface = Enum.SurfaceType.Smooth
  5955. o25.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5956. o25.Position = Vector3.new(2.965698, 2.42810798, -1.73171997)
  5957. o25.Orientation = Vector3.new(74.2900009, -32.6100006, 52.3400002)
  5958. o25.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5959. o26.Parent = o25
  5960. o26.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5961. o26.Offset = Vector3.new(2, 2, 2)
  5962. o26.Scale = Vector3.new(1000, 1000, 1000)
  5963. o26.VertexColor = Vector3.new(0.300000012, 4, 9)
  5964. o26.MeshType = Enum.MeshType.FileMesh
  5965. o26.Scale = Vector3.new(1000, 1000, 1000)
  5966. o27.Name = "Brick"
  5967. o27.Parent = o2
  5968. o27.Material = Enum.Material.Neon
  5969. o27.BrickColor = BrickColor.new("Royal purple")
  5970. o27.Position = Vector3.new(3.04232788, 2.21434498, -1.63577294)
  5971. o27.Rotation = Vector3.new(80.3700027, 1.61000001, 80.4100037)
  5972. o27.Anchored = true
  5973. o27.CanCollide = false
  5974. o27.Size = Vector3.new(1, 2.4000001, 1)
  5975. 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)
  5976. o27.BottomSurface = Enum.SurfaceType.Smooth
  5977. o27.TopSurface = Enum.SurfaceType.Smooth
  5978. o27.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5979. o27.Position = Vector3.new(3.04232788, 2.21434498, -1.63577294)
  5980. o27.Orientation = Vector3.new(80.2399979, 9.53999996, 89.8199997)
  5981. o27.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5982. o28.Parent = o27
  5983. o28.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5984. o28.Offset = Vector3.new(2, 2, 2)
  5985. o28.Scale = Vector3.new(1000, 1000, 1000)
  5986. o28.VertexColor = Vector3.new(0.300000012, 4, 9)
  5987. o28.MeshType = Enum.MeshType.FileMesh
  5988. o28.Scale = Vector3.new(1000, 1000, 1000)
  5989. o29.Name = "Brick"
  5990. o29.Parent = o2
  5991. o29.Material = Enum.Material.Neon
  5992. o29.BrickColor = BrickColor.new("Royal purple")
  5993. o29.Position = Vector3.new(5.06256104, 2.90255404, -2.91796899)
  5994. o29.Rotation = Vector3.new(-133.990005, -24.3700008, -63.5200005)
  5995. o29.Anchored = true
  5996. o29.CanCollide = false
  5997. o29.Size = Vector3.new(1, 2.4000001, 1)
  5998. 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)
  5999. o29.BottomSurface = Enum.SurfaceType.Smooth
  6000. o29.TopSurface = Enum.SurfaceType.Smooth
  6001. o29.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6002. o29.Position = Vector3.new(5.06256104, 2.90255404, -2.91796899)
  6003. o29.Orientation = Vector3.new(-40.9500008, -146.880005, 93.3300018)
  6004. o29.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6005. o30.Parent = o29
  6006. o30.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6007. o30.Offset = Vector3.new(2, 2, 2)
  6008. o30.Scale = Vector3.new(1000, 1000, 1000)
  6009. o30.VertexColor = Vector3.new(0.300000012, 4, 9)
  6010. o30.MeshType = Enum.MeshType.FileMesh
  6011. o30.Scale = Vector3.new(1000, 1000, 1000)
  6012. o31.Name = "Brick"
  6013. o31.Parent = o2
  6014. o31.Material = Enum.Material.Neon
  6015. o31.BrickColor = BrickColor.new("Royal purple")
  6016. o31.Position = Vector3.new(4.91119385, 3.09106302, -2.96588111)
  6017. o31.Rotation = Vector3.new(-131.279999, -34.7700005, -65.9599991)
  6018. o31.Anchored = true
  6019. o31.CanCollide = false
  6020. o31.Size = Vector3.new(1, 2.4000001, 1)
  6021. 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)
  6022. o31.BottomSurface = Enum.SurfaceType.Smooth
  6023. o31.TopSurface = Enum.SurfaceType.Smooth
  6024. o31.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6025. o31.Position = Vector3.new(4.91119385, 3.09106302, -2.96588111)
  6026. o31.Orientation = Vector3.new(-38.1100006, -133.539993, 81.0299988)
  6027. o31.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6028. o32.Parent = o31
  6029. o32.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6030. o32.Offset = Vector3.new(2, 2, 2)
  6031. o32.Scale = Vector3.new(1000, 1000, 1000)
  6032. o32.VertexColor = Vector3.new(0.300000012, 4, 9)
  6033. o32.MeshType = Enum.MeshType.FileMesh
  6034. o32.Scale = Vector3.new(1000, 1000, 1000)
  6035. o33.Name = "Brick"
  6036. o33.Parent = o2
  6037. o33.Material = Enum.Material.Neon
  6038. o33.BrickColor = BrickColor.new("Royal purple")
  6039. o33.Position = Vector3.new(4.72817993, 3.2543149, -2.98629689)
  6040. o33.Rotation = Vector3.new(-128.759995, -45.2599983, -68.1200027)
  6041. o33.Anchored = true
  6042. o33.CanCollide = false
  6043. o33.Size = Vector3.new(1, 2.4000001, 1)
  6044. 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)
  6045. o33.BottomSurface = Enum.SurfaceType.Smooth
  6046. o33.TopSurface = Enum.SurfaceType.Smooth
  6047. o33.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6048. o33.Position = Vector3.new(4.72817993, 3.2543149, -2.98629689)
  6049. o33.Orientation = Vector3.new(-33.2900009, -121.809998, 70.3799973)
  6050. o33.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6051. o34.Parent = o33
  6052. o34.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6053. o34.Offset = Vector3.new(2, 2, 2)
  6054. o34.Scale = Vector3.new(1000, 1000, 1000)
  6055. o34.VertexColor = Vector3.new(0.300000012, 4, 9)
  6056. o34.MeshType = Enum.MeshType.FileMesh
  6057. o34.Scale = Vector3.new(1000, 1000, 1000)
  6058. o35.Name = "Brick"
  6059. o35.Parent = o2
  6060. o35.Material = Enum.Material.Neon
  6061. o35.BrickColor = BrickColor.new("Royal purple")
  6062. o35.Position = Vector3.new(4.52124023, 3.38793397, -2.97735596)
  6063. o35.Rotation = Vector3.new(-126.300003, -55.8100014, -69.9899979)
  6064. o35.Anchored = true
  6065. o35.CanCollide = false
  6066. o35.Size = Vector3.new(1, 2.4000001, 1)
  6067. 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)
  6068. o35.BottomSurface = Enum.SurfaceType.Smooth
  6069. o35.TopSurface = Enum.SurfaceType.Smooth
  6070. o35.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6071. o35.Position = Vector3.new(4.52124023, 3.38793397, -2.97735596)
  6072. o35.Orientation = Vector3.new(-26.9300003, -111.910004, 61.6199989)
  6073. o35.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6074. o36.Parent = o35
  6075. o36.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6076. o36.Offset = Vector3.new(2, 2, 2)
  6077. o36.Scale = Vector3.new(1000, 1000, 1000)
  6078. o36.VertexColor = Vector3.new(0.300000012, 4, 9)
  6079. o36.MeshType = Enum.MeshType.FileMesh
  6080. o36.Scale = Vector3.new(1000, 1000, 1000)
  6081. o37.Name = "Brick"
  6082. o37.Parent = o2
  6083. o37.Material = Enum.Material.Neon
  6084. o37.BrickColor = BrickColor.new("Royal purple")
  6085. o37.Position = Vector3.new(4.29772902, 3.48497605, -2.94018507)
  6086. o37.Rotation = Vector3.new(-123.709999, -66.4000015, -71.4899979)
  6087. o37.Anchored = true
  6088. o37.CanCollide = false
  6089. o37.Size = Vector3.new(1, 2.4000001, 1)
  6090. 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)
  6091. o37.BottomSurface = Enum.SurfaceType.Smooth
  6092. o37.TopSurface = Enum.SurfaceType.Smooth
  6093. o37.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6094. o37.Position = Vector3.new(4.29772902, 3.48497605, -2.94018507)
  6095. o37.Orientation = Vector3.new(-19.4599991, -103.629997, 54.5600014)
  6096. o37.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6097. o38.Parent = o37
  6098. o38.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6099. o38.Offset = Vector3.new(2, 2, 2)
  6100. o38.Scale = Vector3.new(1000, 1000, 1000)
  6101. o38.VertexColor = Vector3.new(0.300000012, 4, 9)
  6102. o38.MeshType = Enum.MeshType.FileMesh
  6103. o38.Scale = Vector3.new(1000, 1000, 1000)
  6104. o39.Name = "Brick"
  6105. o39.Parent = o2
  6106. o39.Material = Enum.Material.Neon
  6107. o39.BrickColor = BrickColor.new("Royal purple")
  6108. o39.Position = Vector3.new(4.06726122, 3.54251599, -2.87588501)
  6109. o39.Rotation = Vector3.new(-120.32, -77.0100021, -72.0400009)
  6110. o39.Anchored = true
  6111. o39.CanCollide = false
  6112. o39.Size = Vector3.new(1, 2.4000001, 1)
  6113. 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)
  6114. o39.BottomSurface = Enum.SurfaceType.Smooth
  6115. o39.TopSurface = Enum.SurfaceType.Smooth
  6116. o39.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6117. o39.Position = Vector3.new(4.06726122, 3.54251599, -2.87588501)
  6118. o39.Orientation = Vector3.new(-11.1899996, -96.6399994, 48.9300003)
  6119. o39.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6120. o40.Parent = o39
  6121. o40.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6122. o40.Offset = Vector3.new(2, 2, 2)
  6123. o40.Scale = Vector3.new(1000, 1000, 1000)
  6124. o40.VertexColor = Vector3.new(0.300000012, 4, 9)
  6125. o40.MeshType = Enum.MeshType.FileMesh
  6126. o40.Scale = Vector3.new(1000, 1000, 1000)
  6127. o41.Name = "Brick"
  6128. o41.Parent = o2
  6129. o41.Material = Enum.Material.Neon
  6130. o41.BrickColor = BrickColor.new("Royal purple")
  6131. o41.Position = Vector3.new(3.83755493, 3.5582931, -2.78716993)
  6132. o41.Rotation = Vector3.new(-104.620003, -87.5599976, -60.2000008)
  6133. o41.Anchored = true
  6134. o41.CanCollide = false
  6135. o41.Size = Vector3.new(1, 2.4000001, 1)
  6136. 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)
  6137. o41.BottomSurface = Enum.SurfaceType.Smooth
  6138. o41.TopSurface = Enum.SurfaceType.Smooth
  6139. o41.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6140. o41.Position = Vector3.new(3.83755493, 3.5582931, -2.78716993)
  6141. o41.Orientation = Vector3.new(-2.3599999, -90.6200027, 44.4300003)
  6142. o41.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6143. o42.Parent = o41
  6144. o42.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6145. o42.Offset = Vector3.new(2, 2, 2)
  6146. o42.Scale = Vector3.new(1000, 1000, 1000)
  6147. o42.VertexColor = Vector3.new(0.300000012, 4, 9)
  6148. o42.MeshType = Enum.MeshType.FileMesh
  6149. o42.Scale = Vector3.new(1000, 1000, 1000)
  6150. o43.Name = "Brick"
  6151. o43.Parent = o2
  6152. o43.Material = Enum.Material.Neon
  6153. o43.BrickColor = BrickColor.new("Royal purple")
  6154. o43.Position = Vector3.new(3.70880103, 1.53280604, -1.51110804)
  6155. o43.Rotation = Vector3.new(105.5, 37.2799988, 55.6800003)
  6156. o43.Anchored = true
  6157. o43.CanCollide = false
  6158. o43.Size = Vector3.new(1, 2.4000001, 1)
  6159. 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)
  6160. o43.BottomSurface = Enum.SurfaceType.Smooth
  6161. o43.TopSurface = Enum.SurfaceType.Smooth
  6162. o43.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6163. o43.Position = Vector3.new(3.70880103, 1.53280604, -1.51110804)
  6164. o43.Orientation = Vector3.new(50.0600014, 109.339996, 170.279999)
  6165. o43.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6166. o44.Parent = o43
  6167. o44.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6168. o44.Offset = Vector3.new(2, 2, 2)
  6169. o44.Scale = Vector3.new(1000, 1000, 1000)
  6170. o44.VertexColor = Vector3.new(0.300000012, 4, 9)
  6171. o44.MeshType = Enum.MeshType.FileMesh
  6172. o44.Scale = Vector3.new(1000, 1000, 1000)
  6173. o45.Name = "Brick"
  6174. o45.Parent = o2
  6175. o45.Material = Enum.Material.Neon
  6176. o45.BrickColor = BrickColor.new("Royal purple")
  6177. o45.Position = Vector3.new(3.9332881, 1.43899, -1.55038404)
  6178. o45.Rotation = Vector3.new(116.610001, 43.8199997, 44.6500015)
  6179. o45.Anchored = true
  6180. o45.CanCollide = false
  6181. o45.Size = Vector3.new(1, 2.4000001, 1)
  6182. 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)
  6183. o45.BottomSurface = Enum.SurfaceType.Smooth
  6184. o45.TopSurface = Enum.SurfaceType.Smooth
  6185. o45.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6186. o45.Position = Vector3.new(3.9332881, 1.43899, -1.55038404)
  6187. o45.Orientation = Vector3.new(40.1699982, 115.019997, 170.539993)
  6188. o45.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6189. o46.Parent = o45
  6190. o46.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6191. o46.Offset = Vector3.new(2, 2, 2)
  6192. o46.Scale = Vector3.new(1000, 1000, 1000)
  6193. o46.VertexColor = Vector3.new(0.300000012, 4, 9)
  6194. o46.MeshType = Enum.MeshType.FileMesh
  6195. o46.Scale = Vector3.new(1000, 1000, 1000)
  6196. o47.Name = "Brick"
  6197. o47.Parent = o2
  6198. o47.Material = Enum.Material.Neon
  6199. o47.BrickColor = BrickColor.new("Royal purple")
  6200. o47.Position = Vector3.new(4.16439819, 1.38474405, -1.61688197)
  6201. o47.Rotation = Vector3.new(130.539993, 48.4000015, 30.7999992)
  6202. o47.Anchored = true
  6203. o47.CanCollide = false
  6204. o47.Size = Vector3.new(1, 2.4000001, 1)
  6205. 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)
  6206. o47.BottomSurface = Enum.SurfaceType.Smooth
  6207. o47.TopSurface = Enum.SurfaceType.Smooth
  6208. o47.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6209. o47.Position = Vector3.new(4.16439819, 1.38474405, -1.61688197)
  6210. o47.Orientation = Vector3.new(30.2999992, 119.989998, 169.639999)
  6211. o47.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6212. o48.Parent = o47
  6213. o48.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6214. o48.Offset = Vector3.new(2, 2, 2)
  6215. o48.Scale = Vector3.new(1000, 1000, 1000)
  6216. o48.VertexColor = Vector3.new(0.300000012, 4, 9)
  6217. o48.MeshType = Enum.MeshType.FileMesh
  6218. o48.Scale = Vector3.new(1000, 1000, 1000)
  6219. o49.Name = "Brick"
  6220. o49.Parent = o2
  6221. o49.Material = Enum.Material.Neon
  6222. o49.BrickColor = BrickColor.new("Royal purple")
  6223. o49.Position = Vector3.new(4.39288282, 1.37233901, -1.70782495)
  6224. o49.Rotation = Vector3.new(146.669998, 50.3100014, 14.7399998)
  6225. o49.Anchored = true
  6226. o49.CanCollide = false
  6227. o49.Size = Vector3.new(1, 2.4000001, 1)
  6228. 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)
  6229. o49.BottomSurface = Enum.SurfaceType.Smooth
  6230. o49.TopSurface = Enum.SurfaceType.Smooth
  6231. o49.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6232. o49.Position = Vector3.new(4.39288282, 1.37233901, -1.70782495)
  6233. o49.Orientation = Vector3.new(20.5400009, 124.739998, 167.899994)
  6234. o49.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6235. o50.Parent = o49
  6236. o50.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6237. o50.Offset = Vector3.new(2, 2, 2)
  6238. o50.Scale = Vector3.new(1000, 1000, 1000)
  6239. o50.VertexColor = Vector3.new(0.300000012, 4, 9)
  6240. o50.MeshType = Enum.MeshType.FileMesh
  6241. o50.Scale = Vector3.new(1000, 1000, 1000)
  6242. o51.Name = "Brick"
  6243. o51.Parent = o2
  6244. o51.Material = Enum.Material.Neon
  6245. o51.BrickColor = BrickColor.new("Royal purple")
  6246. o51.Position = Vector3.new(4.77636719, 1.45922303, -1.92498803)
  6247. o51.Rotation = Vector3.new(175.460007, 46.1100006, -13.9099998)
  6248. o51.Anchored = true
  6249. o51.CanCollide = false
  6250. o51.Size = Vector3.new(1, 2.4000001, 1)
  6251. 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)
  6252. o51.BottomSurface = Enum.SurfaceType.Smooth
  6253. o51.TopSurface = Enum.SurfaceType.Smooth
  6254. o51.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6255. o51.Position = Vector3.new(4.77636719, 1.45922303, -1.92498803)
  6256. o51.Orientation = Vector3.new(3.1400001, 133.800003, 162.809998)
  6257. o51.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6258. o52.Parent = o51
  6259. o52.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6260. o52.Offset = Vector3.new(2, 2, 2)
  6261. o52.Scale = Vector3.new(1000, 1000, 1000)
  6262. o52.VertexColor = Vector3.new(0.300000012, 4, 9)
  6263. o52.MeshType = Enum.MeshType.FileMesh
  6264. o52.Scale = Vector3.new(1000, 1000, 1000)
  6265. o53.Name = "Brick"
  6266. o53.Parent = o2
  6267. o53.Material = Enum.Material.Neon
  6268. o53.BrickColor = BrickColor.new("Royal purple")
  6269. o53.Position = Vector3.new(4.95245314, 1.56303596, -2.06259108)
  6270. o53.Rotation = Vector3.new(-172.199997, 40.3600006, -26.1700001)
  6271. o53.Anchored = true
  6272. o53.CanCollide = false
  6273. o53.Size = Vector3.new(1, 2.4000001, 1)
  6274. 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)
  6275. o53.BottomSurface = Enum.SurfaceType.Smooth
  6276. o53.TopSurface = Enum.SurfaceType.Smooth
  6277. o53.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6278. o53.Position = Vector3.new(4.95245314, 1.56303596, -2.06259108)
  6279. o53.Orientation = Vector3.new(-5.94000006, 139.380005, 158.899994)
  6280. o53.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6281. o54.Parent = o53
  6282. o54.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6283. o54.Offset = Vector3.new(2, 2, 2)
  6284. o54.Scale = Vector3.new(1000, 1000, 1000)
  6285. o54.VertexColor = Vector3.new(0.300000012, 4, 9)
  6286. o54.MeshType = Enum.MeshType.FileMesh
  6287. o54.Scale = Vector3.new(1000, 1000, 1000)
  6288. o55.Name = "Brick"
  6289. o55.Parent = o2
  6290. o55.Material = Enum.Material.Neon
  6291. o55.BrickColor = BrickColor.new("Royal purple")
  6292. o55.Position = Vector3.new(5.09490919, 1.70155895, -2.20797706)
  6293. o55.Rotation = Vector3.new(-162.550003, 33, -35.7400017)
  6294. o55.Anchored = true
  6295. o55.CanCollide = false
  6296. o55.Size = Vector3.new(1, 2.4000001, 1)
  6297. 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)
  6298. o55.BottomSurface = Enum.SurfaceType.Smooth
  6299. o55.TopSurface = Enum.SurfaceType.Smooth
  6300. o55.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6301. o55.Position = Vector3.new(5.09490919, 1.70155895, -2.20797706)
  6302. o55.Orientation = Vector3.new(-14.5600004, 145.75, 153.979996)
  6303. o55.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6304. o56.Parent = o55
  6305. o56.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6306. o56.Offset = Vector3.new(2, 2, 2)
  6307. o56.Scale = Vector3.new(1000, 1000, 1000)
  6308. o56.VertexColor = Vector3.new(0.300000012, 4, 9)
  6309. o56.MeshType = Enum.MeshType.FileMesh
  6310. o56.Scale = Vector3.new(1000, 1000, 1000)
  6311. o57.Name = "Brick"
  6312. o57.Parent = o2
  6313. o57.Material = Enum.Material.Neon
  6314. o57.BrickColor = BrickColor.new("Royal purple")
  6315. o57.Position = Vector3.new(5.19952393, 1.86994803, -2.35424805)
  6316. o57.Rotation = Vector3.new(-155.059998, 24.5900002, -43.1399994)
  6317. o57.Anchored = true
  6318. o57.CanCollide = false
  6319. o57.Size = Vector3.new(1, 2.4000001, 1)
  6320. 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)
  6321. o57.BottomSurface = Enum.SurfaceType.Smooth
  6322. o57.TopSurface = Enum.SurfaceType.Smooth
  6323. o57.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6324. o57.Position = Vector3.new(5.19952393, 1.86994803, -2.35424805)
  6325. o57.Orientation = Vector3.new(-22.5499992, 153.220001, 147.809998)
  6326. o57.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6327. o58.Parent = o57
  6328. o58.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6329. o58.Offset = Vector3.new(2, 2, 2)
  6330. o58.Scale = Vector3.new(1000, 1000, 1000)
  6331. o58.VertexColor = Vector3.new(0.300000012, 4, 9)
  6332. o58.MeshType = Enum.MeshType.FileMesh
  6333. o58.Scale = Vector3.new(1000, 1000, 1000)
  6334. o59.Name = "Brick"
  6335. o59.Parent = o2
  6336. o59.Material = Enum.Material.Neon
  6337. o59.BrickColor = BrickColor.new("Royal purple")
  6338. o59.Position = Vector3.new(5.2615962, 2.06174994, -2.49609399)
  6339. o59.Rotation = Vector3.new(-149.139999, 15.4899998, -48.9599991)
  6340. o59.Anchored = true
  6341. o59.CanCollide = false
  6342. o59.Size = Vector3.new(1, 2.4000001, 1)
  6343. 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)
  6344. o59.BottomSurface = Enum.SurfaceType.Smooth
  6345. o59.TopSurface = Enum.SurfaceType.Smooth
  6346. o59.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6347. o59.Position = Vector3.new(5.2615962, 2.06174994, -2.49609399)
  6348. o59.Orientation = Vector3.new(-29.6200008, 162.110001, 140.100006)
  6349. o59.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6350. o60.Parent = o59
  6351. o60.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6352. o60.Offset = Vector3.new(2, 2, 2)
  6353. o60.Scale = Vector3.new(1000, 1000, 1000)
  6354. o60.VertexColor = Vector3.new(0.300000012, 4, 9)
  6355. o60.MeshType = Enum.MeshType.FileMesh
  6356. o60.Scale = Vector3.new(1000, 1000, 1000)
  6357. o61.Name = "Brick"
  6358. o61.Parent = o2
  6359. o61.Material = Enum.Material.Neon
  6360. o61.BrickColor = BrickColor.new("Royal purple")
  6361. o61.Position = Vector3.new(5.27862501, 2.26872897, -2.62854004)
  6362. o61.Rotation = Vector3.new(-144.360001, 5.92000008, -53.6399994)
  6363. o61.Anchored = true
  6364. o61.CanCollide = false
  6365. o61.Size = Vector3.new(1, 2.4000001, 1)
  6366. 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)
  6367. o61.BottomSurface = Enum.SurfaceType.Smooth
  6368. o61.TopSurface = Enum.SurfaceType.Smooth
  6369. o61.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6370. o61.Position = Vector3.new(5.27862501, 2.26872897, -2.62854004)
  6371. o61.Orientation = Vector3.new(-35.4199982, 172.729996, 130.589996)
  6372. o61.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6373. o62.Parent = o61
  6374. o62.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6375. o62.Offset = Vector3.new(2, 2, 2)
  6376. o62.Scale = Vector3.new(1000, 1000, 1000)
  6377. o62.VertexColor = Vector3.new(0.300000012, 4, 9)
  6378. o62.MeshType = Enum.MeshType.FileMesh
  6379. o62.Scale = Vector3.new(1000, 1000, 1000)
  6380. o63.Name = "Brick"
  6381. o63.Parent = o2
  6382. o63.Material = Enum.Material.Neon
  6383. o63.BrickColor = BrickColor.new("Royal purple")
  6384. o63.Position = Vector3.new(5.25003004, 2.4836719, -2.74575806)
  6385. o63.Rotation = Vector3.new(-140.380005, -3.97000003, -57.4799995)
  6386. o63.Anchored = true
  6387. o63.CanCollide = false
  6388. o63.Size = Vector3.new(1, 2.4000001, 1)
  6389. 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)
  6390. o63.BottomSurface = Enum.SurfaceType.Smooth
  6391. o63.TopSurface = Enum.SurfaceType.Smooth
  6392. o63.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6393. o63.Position = Vector3.new(5.25003004, 2.4836719, -2.74575806)
  6394. o63.Orientation = Vector3.new(-39.5099983, -174.850006, 119.230003)
  6395. o63.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6396. o64.Parent = o63
  6397. o64.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6398. o64.Offset = Vector3.new(2, 2, 2)
  6399. o64.Scale = Vector3.new(1000, 1000, 1000)
  6400. o64.VertexColor = Vector3.new(0.300000012, 4, 9)
  6401. o64.MeshType = Enum.MeshType.FileMesh
  6402. o64.Scale = Vector3.new(1000, 1000, 1000)
  6403. o65.Name = "Brick"
  6404. o65.Parent = o2
  6405. o65.Material = Enum.Material.Neon
  6406. o65.BrickColor = BrickColor.new("Royal purple")
  6407. o65.Position = Vector3.new(5.17730713, 2.697891, -2.84332299)
  6408. o65.Rotation = Vector3.new(-136.979996, -14.0900002, -60.7299995)
  6409. o65.Anchored = true
  6410. o65.CanCollide = false
  6411. o65.Size = Vector3.new(1, 2.4000001, 1)
  6412. 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)
  6413. o65.BottomSurface = Enum.SurfaceType.Smooth
  6414. o65.TopSurface = Enum.SurfaceType.Smooth
  6415. o65.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6416. o65.Position = Vector3.new(5.17730713, 2.697891, -2.84332299)
  6417. o65.Orientation = Vector3.new(-41.4300003, -161.050003, 106.470001)
  6418. o65.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6419. o66.Parent = o65
  6420. o66.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6421. o66.Offset = Vector3.new(2, 2, 2)
  6422. o66.Scale = Vector3.new(1000, 1000, 1000)
  6423. o66.VertexColor = Vector3.new(0.300000012, 4, 9)
  6424. o66.MeshType = Enum.MeshType.FileMesh
  6425. o66.Scale = Vector3.new(1000, 1000, 1000)
  6426. o67.Parent = o2
  6427. table.insert(cors,coroutine.create(function()
  6428. wait()
  6429. runDummyScript(function()
  6430. --Time
  6431. l = script.Parent
  6432. while true do
  6433. wait()
  6434. local h = l:GetChildren()
  6435. for i = 1, #h do
  6436. if h[i].Name == "Brick" then
  6437. h[i].CFrame = h[i].CFrame * CFrame.fromEulerAnglesXYZ(0.02,0.01,0.02)
  6438. end
  6439. end
  6440. end
  6441. end,o67)
  6442. end))
  6443. mas.Parent = workspace
  6444. mas:MakeJoints()
  6445. local mas1 = mas:GetChildren()
  6446. for i=1,#mas1 do
  6447. mas1[i].Parent = workspace
  6448. ypcall(function() mas1[i]:MakeJoints() end)
  6449. end
  6450. mas:Destroy()
  6451. for i=1,#cors do
  6452. coroutine.resume(cors[i])
  6453. end
  6454. --Wings
  6455. local Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6456.  
  6457. local Num = 0.5
  6458.  
  6459. local Num2 = 4 -------------Wings Parameters-------------------------------------
  6460. local Size = 0.8
  6461. local Rate = 300
  6462. -------------------------------------------------------------------------------------
  6463. local Player = game:service'Players'.LocalPlayer
  6464. local Character = Player.Character
  6465. Torso = Character:WaitForChild'Torso'
  6466.  
  6467. local Wing1 = Instance.new("Part",Character)
  6468. Wing1.FormFactor = Enum.FormFactor.Custom
  6469. Wing1.Size = Vector3.new(.2, .2, .2)
  6470. Wing1.Name = "WIng_1"
  6471.  
  6472. local fire = Instance.new("ParticleEmitter", Wing1)
  6473. fire.VelocitySpread = 0
  6474. fire.Lifetime = NumberRange.new(2)
  6475. fire.Acceleration = Vector3.new(0, 2, 2)
  6476. fire.RotSpeed = NumberRange.new(10)
  6477. fire.Rate = Rate
  6478. fire.Rotation = NumberRange.new(151515)
  6479. fire.Name = "Fire"
  6480. fire.LightEmission = 0.78
  6481. fire.LockedToPart = true
  6482. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6483. fire.Color = Color
  6484. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6485.  
  6486. local Wing2 = Wing1:Clone()
  6487. Wing2.Parent = Torso
  6488. local x,y,z = 0,-1,-6
  6489.  
  6490. Wld = function(a,b,cf)
  6491. local Weld = Instance.new('Weld',a)
  6492. Weld.Part0 = a
  6493. Weld.Part1 = b
  6494. Weld.C1 = cf
  6495. return Weld
  6496. end
  6497.  
  6498. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  6499. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  6500.  
  6501.  
  6502. game:service'RunService'.Stepped:connect(function()
  6503. --z = 6+math.sin(tick()*2)
  6504. y = -1+math.sin(tick()*Num)*Num2
  6505. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6506. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6507. end)
  6508. ------------------------------------------------------------------------------------------------
  6509. local Player = game:service'Players'.LocalPlayer
  6510. local Character = Player.Character
  6511. Torso = Character:WaitForChild'Torso'
  6512.  
  6513. local Wing1 = Instance.new("Part",Character)
  6514. Wing1.FormFactor = Enum.FormFactor.Custom
  6515. Wing1.Size = Vector3.new(.2, .2, .2)
  6516. Wing1.Name = "WIng_1"
  6517.  
  6518. local fire = Instance.new("ParticleEmitter", Wing1)
  6519. fire.VelocitySpread = 0
  6520. fire.Lifetime = NumberRange.new(2.5)
  6521. fire.Acceleration = Vector3.new(0, 4, 4)
  6522. fire.RotSpeed = NumberRange.new(10)
  6523. fire.Rate = Rate
  6524. fire.Rotation = NumberRange.new(151515)
  6525. fire.Name = "Fire"
  6526. fire.LightEmission = 0.78
  6527. fire.LockedToPart = true
  6528. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6529. fire.Color = Color
  6530. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6531.  
  6532. local Wing2 = Wing1:Clone()
  6533. Wing2.Parent = Torso
  6534. local x,y,z = 0,-1,-6
  6535.  
  6536. Wld = function(a,b,cf)
  6537. local Weld = Instance.new('Weld',a)
  6538. Weld.Part0 = a
  6539. Weld.Part1 = b
  6540. Weld.C1 = cf
  6541. return Weld
  6542. end
  6543.  
  6544. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  6545. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  6546.  
  6547. print'Loaded'
  6548.  
  6549. game:service'RunService'.Stepped:connect(function()
  6550. --z = 6+math.sin(tick()*2)
  6551. y = -1+math.sin(tick()*Num)*Num2
  6552. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6553. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6554. end)
  6555.  
  6556. ------------------------------------------------------------------------------------------------
  6557. local Player = game:service'Players'.LocalPlayer
  6558. local Character = Player.Character
  6559. Torso = Character:WaitForChild'Torso'
  6560.  
  6561. local Wing1 = Instance.new("Part",Character)
  6562. Wing1.FormFactor = Enum.FormFactor.Custom
  6563. Wing1.Size = Vector3.new(.2, .2, .2)
  6564. Wing1.Name = "WIng_1"
  6565.  
  6566. local fire = Instance.new("ParticleEmitter", Wing1)
  6567. fire.VelocitySpread = 0
  6568. fire.Lifetime = NumberRange.new(2.8)
  6569. fire.Acceleration = Vector3.new(0, 4, 4)
  6570. fire.RotSpeed = NumberRange.new(10)
  6571. fire.Rate = Rate
  6572. fire.Rotation = NumberRange.new(151515)
  6573. fire.Name = "Fire"
  6574. fire.LightEmission = 0.78
  6575. fire.LockedToPart = true
  6576. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6577. fire.Color = Color
  6578. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6579.  
  6580. local Wing2 = Wing1:Clone()
  6581. Wing2.Parent = Torso
  6582. local x,y,z = 0,-1,-6
  6583.  
  6584. Wld = function(a,b,cf)
  6585. local Weld = Instance.new('Weld',a)
  6586. Weld.Part0 = a
  6587. Weld.Part1 = b
  6588. Weld.C1 = cf
  6589. return Weld
  6590. end
  6591.  
  6592. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  6593. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  6594.  
  6595. print'Loaded'
  6596.  
  6597. game:service'RunService'.Stepped:connect(function()
  6598. --z = 6+math.sin(tick()*2)
  6599. y = -1+math.sin(tick()*Num)*Num2
  6600. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6601. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6602. end)
  6603.  
  6604. ------------------------------------------------------------------------------------------------
  6605. local Player = game:service'Players'.LocalPlayer
  6606. local Character = Player.Character
  6607. Torso = Character:WaitForChild'Torso'
  6608.  
  6609. local Wing1 = Instance.new("Part",Character)
  6610. Wing1.FormFactor = Enum.FormFactor.Custom
  6611. Wing1.Size = Vector3.new(.2, .2, .2)
  6612. Wing1.Name = "WIng_1"
  6613.  
  6614. local fire = Instance.new("ParticleEmitter", Wing1)
  6615. fire.VelocitySpread = 0
  6616. fire.Lifetime = NumberRange.new(3)
  6617. fire.Acceleration = Vector3.new(0, 4, 4)
  6618. fire.RotSpeed = NumberRange.new(10)
  6619. fire.Rate = Rate
  6620. fire.Rotation = NumberRange.new(151515)
  6621. fire.Name = "Fire"
  6622. fire.LightEmission = 0.78
  6623. fire.LockedToPart = true
  6624. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6625. fire.Color = Color
  6626. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6627.  
  6628. local Wing2 = Wing1:Clone()
  6629. Wing2.Parent = Torso
  6630. local x,y,z = 0,-1,-6
  6631.  
  6632. Wld = function(a,b,cf)
  6633. local Weld = Instance.new('Weld',a)
  6634. Weld.Part0 = a
  6635. Weld.Part1 = b
  6636. Weld.C1 = cf
  6637. return Weld
  6638. end
  6639.  
  6640. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  6641. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  6642.  
  6643. print'Loaded'
  6644.  
  6645. game:service'RunService'.Stepped:connect(function()
  6646. --z = 6+math.sin(tick()*2)
  6647. y = -1+math.sin(tick()*Num)*Num2
  6648. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6649. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6650. end)
  6651.  
  6652. ------------------------------------------------------------------------------------------------
  6653. local Player = game:service'Players'.LocalPlayer
  6654. local Character = Player.Character
  6655. Torso = Character:WaitForChild'Torso'
  6656.  
  6657. local Wing1 = Instance.new("Part",Character)
  6658. Wing1.FormFactor = Enum.FormFactor.Custom
  6659. Wing1.Size = Vector3.new(.2, .2, .2)
  6660. Wing1.Name = "WIng_1"
  6661.  
  6662. local fire = Instance.new("ParticleEmitter", Wing1)
  6663. fire.VelocitySpread = 0
  6664. fire.Lifetime = NumberRange.new(3.1)
  6665. fire.Acceleration = Vector3.new(0, 4, 4)
  6666. fire.RotSpeed = NumberRange.new(10)
  6667. fire.Rate = Rate
  6668. fire.Rotation = NumberRange.new(151515)
  6669. fire.Name = "Fire"
  6670. fire.LightEmission = 0.78
  6671. fire.LockedToPart = true
  6672. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6673. fire.Color = Color
  6674. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6675.  
  6676. local Wing2 = Wing1:Clone()
  6677. Wing2.Parent = Torso
  6678. local x,y,z = 0,-1,-6
  6679.  
  6680. Wld = function(a,b,cf)
  6681. local Weld = Instance.new('Weld',a)
  6682. Weld.Part0 = a
  6683. Weld.Part1 = b
  6684. Weld.C1 = cf
  6685. return Weld
  6686. end
  6687.  
  6688. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  6689. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  6690.  
  6691. print'Loaded'
  6692.  
  6693. game:service'RunService'.Stepped:connect(function()
  6694. --z = 6+math.sin(tick()*2)
  6695. y = -1+math.sin(tick()*Num)*Num2
  6696. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6697. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6698. end)
  6699. --Teleport Sky to Player
  6700. o1:MakeJoints()
  6701. o1:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  6702. --Hat
  6703. hed.Mesh.MeshId="http://www.roblox.com/asset/?id=21057410"
  6704. hed.Mesh.Scale=Vector3.new(2,2,2)
  6705. hed.face:Destroy()
  6706. --Lighting Effect
  6707. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans) -- Lightning module
  6708. --[[Part0 = Vector3 (Start pos)
  6709. Part1 = Vector3 (End pos)
  6710. Times = number (Amount of lightning parts)
  6711. Offset = number (Offset)
  6712. Color = color (brickcolor value)
  6713. Thickness = number (thickness)
  6714. Trans = number (transparency)
  6715. ]]--
  6716. local magz = (Part0 - Part1).magnitude
  6717. local curpos = Part0
  6718. local trz = {-Offset,Offset}
  6719. for i=1,Times do
  6720. local li = Instance.new("Part", torso)
  6721. li.Name = "Lightning"
  6722. li.TopSurface =0
  6723. li.Material = "Neon"
  6724. li.BottomSurface = 0
  6725. li.Anchored = true
  6726. li.Locked = true
  6727. li.Transparency = Trans or 0.4
  6728. li.BrickColor = BrickColor.new(Color)
  6729. li.formFactor = "Custom"
  6730. li.CanCollide = false
  6731. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  6732. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  6733. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  6734. if Times == i then
  6735. local magz2 = (curpos - Part1).magnitude
  6736. li.Size = Vector3.new(Thickness,Thickness,magz2)
  6737. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  6738. else
  6739. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  6740. end
  6741. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  6742. game.Debris:AddItem(li,.1)
  6743. end
  6744. end
  6745.  
  6746. BodyParts = {} -- Parts to emit lightning effects from
  6747. for _, v in pairs(char:GetChildren()) do
  6748. if v:IsA("Part") then
  6749. table.insert(BodyParts, v)
  6750. end
  6751. end
  6752.  
  6753. Bounding = {} -- Calculate the bounding boxes
  6754. for _, v in pairs(BodyParts) do
  6755. local temp = {X=nil, Y=nil, Z=nil}
  6756. temp.X = v.Size.X/2 * 35
  6757. temp.Y = v.Size.Y/2 * 35
  6758. temp.Z = v.Size.Z/2 * 35
  6759. Bounding[v.Name] = temp
  6760. --table.insert(Bounding, v.Name, temp)
  6761. end
  6762.  
  6763. while wait(0) do -- Emit the Lightning effects randomly
  6764. local Body1 = BodyParts[math.random(#BodyParts)]
  6765. local Body2 = BodyParts[math.random(#BodyParts)]
  6766. local Pos1 = Vector3.new(
  6767. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/35,
  6768. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/35,
  6769. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/35
  6770. )
  6771. local Pos2 = Vector3.new(
  6772. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/35,
  6773. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/35,
  6774. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/35
  6775. )
  6776. local SPos1 = Body1.Position + Pos1
  6777. local SPos2 = Body2.Position + Pos2
  6778. Lightning(SPos1, SPos2, 4, 3, "Alder", .3, .56)
  6779. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement