Advertisement
Floridaz

A script for my new game i'm making for game design class

Jun 10th, 2015
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.78 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local m = game.Players.LocalPlayer
  3. local char = p.Character
  4.  
  5. game:service'RunService'.RenderStepped:connect(function()
  6. game.Lighting.TimeOfDay = 0
  7. game.Lighting.FogColor = Color3.new(.5,0,0)
  8. game.Lighting.FogEnd = 150
  9. end)
  10. --http://www.roblox.com/asset/?id=24477809
  11. local s = Instance.new('Sound')
  12. s.Name = "Reaper Moosic"
  13. s.SoundId = 'http://www.roblox.com/asset/?id=143382469'
  14. s.Volume = 1.2
  15. s.Pitch = .5
  16. s.Looped = true
  17. s.archivable = false
  18. s.Parent = script
  19. wait(0)
  20. s:play()
  21.  
  22. local s2 = Instance.new('Sound')
  23. s2.Name = "Reaper Moosic2"
  24. s2.SoundId = 'http://www.roblox.com/asset/?id=24477809'
  25. s2.Volume = 1.2
  26. s2.Pitch = .5
  27. s2.Looped = true
  28. s2.archivable = false
  29. s2.Parent = script
  30. wait(0)
  31. s2:play()--]]
  32. local char = p.Character
  33. local mouse = p:GetMouse()
  34. local larm = char["Left Arm"]
  35. local rarm = char["Right Arm"]
  36. local lleg = char["Left Leg"]
  37. local rleg = char["Right Leg"]
  38. local hed = char.Head
  39. local torso = char.Torso
  40. local cam = game.Workspace.CurrentCamera
  41. local root = char.HumanoidRootPart
  42. local deb = false
  43. local shot = 0
  44. local l = game.Lighting
  45. local stanceToggle = "Landed"
  46. local animpose = "Idle"
  47. local lastanimpose = "Idle"
  48. local shirt = Instance.new("Shirt")
  49. local pants = Instance.new("Pants")
  50.  
  51. function EvilText(txt)
  52. local gui=Instance.new("BillboardGui",char.Head)
  53. gui.Adornee=char.Head
  54. gui.StudsOffset=Vector3.new(0,3,0)
  55. gui.Size=UDim2.new(15,0,4,0)
  56. local text=Instance.new("TextLabel",gui)
  57. text.Text=txt
  58. text.Position=UDim2.new(0,0,0,0)
  59. text.Font="SourceSans"
  60. text.Size=UDim2.new(1,0,1,0)
  61. text.BackgroundTransparency=1
  62. text.TextScaled=false
  63. text.FontSize="Size24"
  64. text.TextStrokeColor3=Color3.new(1,0,0)
  65. text.TextStrokeTransparency=0
  66. text.TextColor3 = Color3.new(1,0,0)
  67. text.TextTransparency = 1
  68. for i = 1,10 do
  69. text.TextTransparency = text.TextTransparency - .01
  70. wait(.01)
  71. end
  72. wait(3)
  73. for i = 1,10 do
  74. text.TextTransparency = text.TextTransparency + .1
  75. wait(.01)
  76. end
  77. if text.TextTransparency >1 then
  78. text:Destroy()
  79. gui:Destroy()
  80. end
  81. end
  82.  
  83. mouse = p:GetMouse()
  84.  
  85. function lel(key)
  86. if key == 'h' then
  87. EvilText('Are you scared?')
  88. end
  89. end
  90.  
  91. function heheh(key)
  92. if key == 'k' then
  93. EvilText('Im going to kill you'
  94. )
  95. end
  96. end
  97. mouse.KeyDown:connect(heheh)
  98.  
  99. function heheh2(key)
  100. if key == 'n' then
  101. EvilText('You think you can kill me?'
  102. )
  103. end
  104. end
  105. mouse.KeyDown:connect(heheh2)
  106.  
  107. for i,v in pairs(char:children()) do
  108. if v:IsA("Hat") then
  109. v:Destroy()
  110. end
  111. end
  112. mouse.KeyDown:connect(lel)
  113. function sound1(key)
  114. if key == 'v' then
  115. local s = Instance.new('Sound')
  116. s.Name = "Your next"
  117. s.SoundId = 'http://www.roblox.com/asset/?id=169448984'
  118. s.Volume = 1.2
  119. s.Pitch = .6
  120. s.Looped = false
  121. s.archivable = false
  122. s.Parent = script
  123. wait(0)
  124. s:play()
  125. EvilText('Your next')
  126. end
  127. end
  128. mouse.KeyDown:connect(sound1)
  129.  
  130. function sound4(key)
  131. if key == 'u' then
  132. EvilText('Ready to die?')
  133. end
  134. end
  135. mouse.KeyDown:connect(sound4)
  136.  
  137. function sound7(key)
  138. if key == 'e' then
  139. EvilText('Over here')
  140. end
  141. end
  142. mouse.KeyDown:connect(sound7)
  143.  
  144. function sound5(key)
  145. if key == 'g' then
  146. x = Instance.new("Sound")
  147. x.SoundId = "http://www.roblox.com/asset/?id=138199573"
  148. x.Parent = game.Workspace
  149. x.Looped = false
  150. x.Pitch = .6
  151. x.Volume = 1
  152. x:Play()
  153. EvilText('Hahahahah')
  154. end
  155. end
  156. mouse.KeyDown:connect(sound5)
  157.  
  158. function sound6(key)
  159. if key == 'j' then
  160. EvilText('Ill be back')
  161. end
  162. end
  163. mouse.KeyDown:connect(sound6)
  164. function sound2(key)
  165. if key == 'b' then
  166. local s = Instance.new('Sound')
  167. s.Name = "Coming for you"
  168. s.SoundId = 'http://www.roblox.com/asset/?id=169449068'
  169. s.Volume = 1.2
  170. s.Pitch = .7
  171. s.Looped = false
  172. s.archivable = false
  173. s.Parent = script
  174. wait(0)
  175. s:play()
  176. EvilText('Im coming for you')
  177. end
  178. end
  179. mouse.KeyDown:connect(sound2)
  180.  
  181. function sound3(key)
  182. if key == 'e' then
  183. local s = Instance.new('Sound')
  184. s.Name = "Over here"
  185. s.SoundId = 'http://www.roblox.com/asset/?id=169448934'
  186. s.Volume = 1.2
  187. s.Pitch = 1
  188. s.Looped = false
  189. s.archivable = false
  190. s.Parent = script
  191. wait(0)
  192. s:play()
  193. end
  194. end
  195. mouse.KeyDown:connect(sound3)
  196.  
  197. for i,v in pairs(char:children()) do
  198. if v:IsA("Hat") then
  199. v:Destroy()
  200. end
  201. end
  202.  
  203. game:service'InsertService':LoadAsset(16469427):children()[1].Parent = char
  204. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=91948959"
  205. pants.PantsTemplate = "http://www.roblox.com/asset/?id=91947844"
  206.  
  207. ROW = function(out, trans, s, wt, t, ang, plus)
  208. for i = 1, 360, 360/t do
  209. local c = Instance.new("Part", game.Workspace)
  210. c.FormFactor = 3
  211. c.TopSurface = 0
  212. c.BottomSurface = 0
  213. c.Size = s
  214. c.Anchored = true
  215. c.CanCollide = wt
  216. c.Material=workspace.Base.Material
  217. c.Transparency = trans
  218. c.BrickColor = workspace.Base.BrickColor
  219. c.CFrame = CFrame.new(torso.CFrame.x,0,torso.CFrame.z) * CFrame.Angles(0, math.rad(i + plus), 0) * CFrame.new(0, 0, out) * ang
  220. c.Locked=true
  221. game.Debris:AddItem(c,4+math.random(1,10)/10)
  222. end
  223. end
  224.  
  225.  
  226. Part = function(x,y,z,color,tr,cc,an,parent)
  227. local p = Instance.new('Part',parent or Weapon)
  228. p.formFactor = 'Custom'
  229. p.Size = Vector3.new(x,y,z)
  230. p.BrickColor = BrickColor.new(color)
  231. p.CanCollide = cc
  232. p.Transparency = tr
  233. p.Anchored = an
  234. p.TopSurface,p.BottomSurface = 0,0
  235. p.Locked=true
  236. p:BreakJoints()
  237. return p end
  238.  
  239.  
  240. Mesh = function(par,num,x,y,z)
  241. local msh = _
  242. if num == 1 then msh = Instance.new("CylinderMesh",par)
  243. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  244. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  245. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  246. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  247. end msh.Scale = Vector3.new(x,y,z)
  248. return msh end
  249.  
  250. function explosion(col1,col2,cfr,sz,rng,dmg)
  251. local a= Part(1,1,1,col1,.5,false,true,workspace)
  252. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  253. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  254. v1,v2,v3=sz.x,sz.y,sz.z
  255. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  256. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  257. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  258. a.CFrame=cfr
  259. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  260. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  261. for i,v in pairs(workspace:children()) do
  262. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  263. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  264. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= char.Name then
  265. local hit=v
  266. hit.Humanoid.Health=v.Humanoid.Health-dmg
  267. hit.Humanoid.PlatformStand=true
  268. hit.Torso.Velocity=Vector3.new(math.random(-100,100),100,math.random(-100,-100))
  269. wait(.1)
  270. Spawn(function()wait(2)hit.Humanoid.PlatformStand=false end)
  271. end
  272. end
  273. end
  274. end
  275. Spawn(function()
  276. while wait() do
  277. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  278. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  279. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  280. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  281. a.Transparency=a.Transparency+0.05
  282. a2.Transparency=a2.Transparency+0.05
  283. a3.Transparency=a3.Transparency+0.05
  284. end
  285. end)
  286. end
  287.  
  288. local keyVectors = {
  289. w = Vector3.new(0, 0, 1);
  290. a = Vector3.new(1, 0, 0);
  291. s = Vector3.new(0, 0, -1);
  292. d = Vector3.new(-1, 0, 0);
  293. }
  294. local keysDown = {}
  295. local flySpeed = 30
  296. local canFly = false
  297. --local flyToggled = false
  298. char.Humanoid.WalkSpeed = 5
  299. ----------------------------------------------------
  300. function lerp(a, b, t) -- Linear interpolation
  301. return a + (b - a)*t
  302. end
  303.  
  304. function slerp(a, b, t) --Spherical interpolation
  305. dot = a:Dot(b)
  306. if dot > 0.99999 or dot < -0.99999 then
  307. return t <= 0.5 and a or b
  308. else
  309. r = math.acos(dot)
  310. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  311. end
  312. end
  313.  
  314. function matrixInterpolate(a, b, t)
  315. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  316. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  317. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  318. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  319. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  320. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  321. local t = v1:Dot(v2)
  322. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  323. return CFrame.new()
  324. end
  325. return CFrame.new(
  326. v0.x, v0.y, v0.z,
  327. v1.x, v1.y, v1.z,
  328. v2.x, v2.y, v2.z,
  329. v3.x, v3.y, v3.z)
  330. end
  331. ----------------------------------------------------
  332. function genWeld(a,b)
  333. local w = Instance.new("Weld",a)
  334. w.Part0 = a
  335. w.Part1 = b
  336. return w
  337. end
  338. function weld(a, b)
  339. local weld = Instance.new("Weld")
  340. weld.Name = "W"
  341. weld.Part0 = a
  342. weld.Part1 = b
  343. weld.C0 = a.CFrame:inverse() * b.CFrame
  344. weld.Parent = a
  345. return weld;
  346. end
  347. ----------------------------------------------------
  348. Debounces = {
  349. on = false;
  350. CanAttack = true;
  351. NoIdl = false;
  352. }
  353. ----------------------------------------------------
  354. function Lerp(c1,c2,al)
  355. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  356. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  357. for i,v in pairs(com1) do
  358. com1[i] = v+(com2[i]-v)*al
  359. end
  360. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  361. end
  362. -----------
  363. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  364. wld = Instance.new("Weld", wp1)
  365. wld.Part0 = wp0
  366. wld.Part1 = wp1
  367. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  368. end
  369. -----------
  370. function HasntTouched(plrname)
  371. local ret = true
  372. for _, v in pairs(Touche) do
  373. if v == plrname then
  374. ret = false
  375. end
  376. end
  377. return ret
  378. end
  379. ----------------------------
  380. newWeld(torso, larm, -1.5, 0.5, 0)
  381. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  382. newWeld(torso, rarm, 1.5, 0.5, 0)
  383. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  384. newWeld(torso, hed, 0, 1.5, 0)
  385. newWeld(torso, lleg, -0.5, -1, 0)
  386. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  387. newWeld(torso, rleg, 0.5, -1, 0)
  388. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  389. newWeld(root, torso, 0, -1, 0)
  390. torso.Weld.C1 = CFrame.new(0, -1, 0)
  391. -----------------------------------------------------
  392. --[[l.TimeOfDay = 24
  393. l.Ambient = Color3.new(0.25,0.25,0.25)
  394. l.OutdoorAmbient = Color3.new(0.25,0.25,0.25)
  395. l.FogEnd = 100
  396. l.FogColor = Color3.new(0,0,0)
  397. base = game.Workspace.Base
  398. base.Material = "Fabric"
  399. base.BrickColor = BrickColor.new("Really black")]]--
  400. lite = Instance.new("PointLight")
  401. lite.Parent = torso
  402. lite.Brightness = 10
  403. lite.Range = 8
  404. lite.Color = Color3.new(1,0,0)
  405. ----------------------------------------------------
  406. char.Reaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=176349813"
  407. hed.face:Destroy()
  408. for i,v in pairs(hed:children()) do
  409. if v:IsA("Sound") then
  410. v:Destroy()
  411. end
  412. end
  413. --[[z = Instance.new("Sound")
  414. z.SoundId = "http://www.roblox.com/asset/?id=162787383"--167985166
  415. z.Parent = char
  416. z.Looped = true
  417. z.Pitch = .94
  418. z.Volume = 1
  419. wait(.01)
  420. z:Play()
  421. wait()
  422. v = Instance.new("Sound")
  423. v.SoundId = "http://www.roblox.com/asset/?id=167048484"
  424. v.Parent = char
  425. v.Looped = true
  426. v.Pitch = 1
  427. v.Volume = 0.05
  428. wait(.01)
  429. v:Play()]]--
  430. ----------------------------------------------------
  431. if (script:FindFirstChild("forCustomRun")~=nil) then
  432. local sc = script["forCustomRun"].Value
  433. assert(loadstring(sc))()
  434. return
  435. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  436. local locsc = workspace:FindFirstChild("_localrun")
  437. local sc = script["forCustomRunL"]
  438. if (locsc~=nil) then
  439. local loc = locsc:clone()
  440. loc["scrun"].Value = sc.Value
  441. loc.Name = script.Name
  442. for i,v in pairs(script:GetChildren()) do
  443. v:clone().Parent = loc
  444. end
  445. loc.Parent = script.Parent
  446. script:remove()
  447. return
  448. else
  449. assert(loadstring(sc.Value))()
  450. return
  451. end
  452. end
  453. local m = Instance.new("Model")
  454. m.Name = "Wings"
  455. p1 = Instance.new("Part", m)
  456. p1.Name = "Part1"
  457. p1.BrickColor = BrickColor.new("Really black")
  458. p1.Material = "Fabric"
  459. p1.CFrame = CFrame.new(2.23064709, 5.42307234, -12.1674881, -0.707106709, 0.707106888, -
  460. 2.23517389e-007, -0.499999762, -0.499999851, -0.707106233, -0.499999374, -0.499999732,
  461. 0.707105637)
  462. p1.CanCollide = false
  463. p1.FormFactor = Enum.FormFactor.Symmetric
  464. p1.Elasticity = 0
  465. p1.Size = Vector3.new(1, 4, 1)
  466. p1.BottomSurface = Enum.SurfaceType.Smooth
  467. p1.TopSurface = Enum.SurfaceType.Smooth
  468. b1 = Instance.new("BlockMesh", p1)
  469. b1.Name = "Mesh"
  470. b1.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  471. p2 = Instance.new("Part", m)
  472. p2.Name = "Part2"
  473. p2.BrickColor = BrickColor.new("Really black")
  474. p2.Material = "Fabric"
  475. p2.CFrame = CFrame.new(3.99841213, 4.17309284, -13.4174824, 0.707106709, 2.23517418e-007, -
  476. 0.707106829, 0.49999994, 0.707106292, 0.499999851, 0.499999553, -0.707105696, 0.499999791)
  477. p2.CanCollide = false
  478. p2.FormFactor = Enum.FormFactor.Symmetric
  479. p2.Elasticity = 0
  480. p2.Size = Vector3.new(1, 1, 1)
  481. p2.BottomSurface = Enum.SurfaceType.Smooth
  482. p2.TopSurface = Enum.SurfaceType.Smooth
  483. b2 = Instance.new("SpecialMesh", p2)
  484. b2.MeshType = Enum.MeshType.Wedge
  485. b2.Name = "Mesh"
  486. b2.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  487. p3 = Instance.new("Part", m)
  488. p3.Name = "Part3"
  489. p3.BrickColor = BrickColor.new("Really black")
  490. p3.Material = "Fabric"
  491. p3.CFrame = CFrame.new(2.20711732, 3.78849339, -12.3740644, 0.959171534, 0.28168276,
  492. 0.0253876615, -0.282448769, 0.958654881, 0.0346818939, -0.0145691708, -0.0404358432,
  493. 0.999074996)
  494. p3.CanCollide = false
  495. p3.FormFactor = Enum.FormFactor.Symmetric
  496. p3.Elasticity = 0
  497. p3.Size = Vector3.new(1, 3, 1)
  498. p3.BottomSurface = Enum.SurfaceType.Smooth
  499. p3.TopSurface = Enum.SurfaceType.Smooth
  500. b3 = Instance.new("BlockMesh", p3)
  501. b3.Name = "Mesh"
  502. b3.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  503. p4 = Instance.new("Part", m)
  504. p4.Name = "Part4"
  505. p4.BrickColor = BrickColor.new("Really black")
  506. p4.Material = "Fabric"
  507. p4.CFrame = CFrame.new(1.26502275, 5.19090509, -11.4009991, 0.988936007, -0.146727905,
  508. 0.0218264833, 0.14821738, 0.983390749, -0.104755871, -0.00609340565, 0.106832691, 0.994257689)
  509. p4.CanCollide = false
  510. p4.FormFactor = Enum.FormFactor.Symmetric
  511. p4.Elasticity = 0
  512. p4.Size = Vector3.new(1, 2, 1)
  513. p4.BottomSurface = Enum.SurfaceType.Smooth
  514. p4.TopSurface = Enum.SurfaceType.Smooth
  515. b4 = Instance.new("BlockMesh", p4)
  516. b4.Name = "Mesh"
  517. b4.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  518. p5 = Instance.new("Part", m)
  519. p5.Name = "Part5"
  520. p5.BrickColor = BrickColor.new("Really black")
  521. p5.Material = "Fabric"
  522. p5.CFrame = CFrame.new(-4.44179106, 5.13394976, -11.382658, 0.9583143, 0.284877658,
  523. 0.0218711179, -0.281183124, 0.953924894, -0.104703665, -0.0506914668, 0.0941898227,
  524. 0.994262278)
  525. p5.CanCollide = false
  526. p5.FormFactor = Enum.FormFactor.Symmetric
  527. p5.Elasticity = 0
  528. p5.Size = Vector3.new(1, 3, 1)
  529. p5.BottomSurface = Enum.SurfaceType.Smooth
  530. p5.TopSurface = Enum.SurfaceType.Smooth
  531. b5 = Instance.new("BlockMesh", p5)
  532. b5.Name = "Mesh"
  533. b5.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  534. p6 = Instance.new("Part", m)
  535. p6.Name = "Part6"
  536. p6.BrickColor = BrickColor.new("Really black")
  537. p6.Material = "Fabric"
  538. p6.CFrame = CFrame.new(-3.25746775, 4.10252142, -11.1188278, 0.990586162, 0.136166841,
  539. 0.0140535301, -0.122137889, 0.925523639, -0.358451784, -0.0618163571, 0.353361398,
  540. 0.933441639)
  541. p6.CanCollide = false
  542. p6.FormFactor = Enum.FormFactor.Symmetric
  543. p6.Elasticity = 0
  544. p6.Size = Vector3.new(1, 3, 1)
  545. p6.BottomSurface = Enum.SurfaceType.Smooth
  546. p6.TopSurface = Enum.SurfaceType.Smooth
  547. b6 = Instance.new("BlockMesh", p6)
  548. b6.Name = "Mesh"
  549. b6.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  550. p7 = Instance.new("Part", m)
  551. p7.Name = "Part7"
  552. p7.BrickColor = BrickColor.new("Really black")
  553. p7.Material = "Fabric"
  554. p7.CFrame = CFrame.new(-5.3205142, 5.61000919, -11.9814529, -0.656058729, -0.754709721, -
  555. 5.77419996e-008, 0.533660352, -0.463903487, -0.707106411, 0.533660412, -0.463903487,
  556. 0.707106233)
  557. p7.CanCollide = false
  558. p7.FormFactor = Enum.FormFactor.Symmetric
  559. p7.Elasticity = 0
  560. p7.Size = Vector3.new(1, 4, 1)
  561. p7.BottomSurface = Enum.SurfaceType.Smooth
  562. p7.TopSurface = Enum.SurfaceType.Smooth
  563. b7 = Instance.new("BlockMesh", p7)
  564. b7.Name = "Mesh"
  565. b7.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  566. p8 = Instance.new("Part", m)
  567. p8.Name = "Part8"
  568. p8.BrickColor = BrickColor.new("Really black")
  569. p8.Material = "Fabric"
  570. p8.CFrame = CFrame.new(-0.130102158, 4.73467064, -10.7141094, 0.874170661, 0.484677076,
  571. 0.0302294046, -0.475244969, 0.841039479, 0.258445919, 0.0998384058, -0.240292028, 0.96555239)
  572. p8.CanCollide = false
  573. p8.FormFactor = Enum.FormFactor.Symmetric
  574. p8.Elasticity = 0
  575. p8.Size = Vector3.new(1, 4, 1)
  576. p8.BottomSurface = Enum.SurfaceType.Smooth
  577. p8.TopSurface = Enum.SurfaceType.Smooth
  578. b8 = Instance.new("BlockMesh", p8)
  579. b8.Name = "Mesh"
  580. b8.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  581. p9 = Instance.new("Part", m)
  582. p9.Name = "Part9"
  583. p9.BrickColor = BrickColor.new("Really black")
  584. p9.Material = "Fabric"
  585. p9.CFrame = CFrame.new(-2.9284029, 4.80385351, -10.6452761, 0.890645742, -0.453692019,
  586. 0.0302294642, 0.431499481, 0.864299536, 0.258445889, -0.143382162, -0.217139587, 0.965552568)
  587. p9.CanCollide = false
  588. p9.FormFactor = Enum.FormFactor.Symmetric
  589. p9.Elasticity = 0
  590. p9.Size = Vector3.new(1, 4, 1)
  591. p9.BottomSurface = Enum.SurfaceType.Smooth
  592. p9.TopSurface = Enum.SurfaceType.Smooth
  593. b9 = Instance.new("BlockMesh", p9)
  594. b9.Name = "Mesh"
  595. b9.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  596. p10 = Instance.new("Part", m)
  597. p10.Name = "Part10"
  598. p10.BrickColor = BrickColor.new("Really black")
  599. p10.Material = "Fabric"
  600. p10.CFrame = CFrame.new(0.461318254, 4.42153645, -10.9603891, 0.993439734, -0.112256877,
  601. 0.0218180809, 0.113935865, 0.987964332, -0.104616776, -0.00981165841, 0.106416553,
  602. 0.994273067)
  603. p10.CanCollide = false
  604. p10.FormFactor = Enum.FormFactor.Symmetric
  605. p10.Elasticity = 0
  606. p10.Size = Vector3.new(1, 2, 1)
  607. p10.BottomSurface = Enum.SurfaceType.Smooth
  608. p10.TopSurface = Enum.SurfaceType.Smooth
  609. b10 = Instance.new("BlockMesh", p10)
  610. b10.Name = "Mesh"
  611. b10.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  612. p11 = Instance.new("Part", m)
  613. p11.Name = "Part11"
  614. p11.BrickColor = BrickColor.new("Really black")
  615. p11.Material = "Fabric"
  616. p11.CFrame = CFrame.new(-5.58509636, 4.39552546, -12.2391958, 0.973001778, -0.230067,
  617. 0.0183526818, 0.229346812, 0.972725153, 0.034717977, -0.0258396715, -0.0295712873,
  618. 0.999228418)
  619. p11.CanCollide = false
  620. p11.FormFactor = Enum.FormFactor.Symmetric
  621. p11.Elasticity = 0
  622. p11.Size = Vector3.new(1, 2, 1)
  623. p11.BottomSurface = Enum.SurfaceType.Smooth
  624. p11.TopSurface = Enum.SurfaceType.Smooth
  625. b11 = Instance.new("BlockMesh", p11)
  626. b11.Name = "Mesh"
  627. b11.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  628. p12 = Instance.new("Part", m)
  629. p12.Name = "Part12"
  630. p12.BrickColor = BrickColor.new("Really black")
  631. p12.Material = "Fabric"
  632. p12.CFrame = CFrame.new(-7.20725632, 4.45023441, -13.1411486, 0.656056762, 3.7997961e-007,
  633. 0.75470835, -0.53365773, 0.707103908, 0.463900089, -0.533659458, -0.707104445, 0.463902116)
  634. p12.CanCollide = false
  635. p12.FormFactor = Enum.FormFactor.Symmetric
  636. p12.Elasticity = 0
  637. p12.Size = Vector3.new(1, 1, 1)
  638. p12.BottomSurface = Enum.SurfaceType.Smooth
  639. p12.TopSurface = Enum.SurfaceType.Smooth
  640. b12 = Instance.new("SpecialMesh", p12)
  641. b12.MeshType = Enum.MeshType.Wedge
  642. b12.Name = "Mesh"
  643. b12.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  644. p13 = Instance.new("Part", m)
  645. p13.Name = "Part13"
  646. p13.BrickColor = BrickColor.new("Really black")
  647. p13.Material = "Fabric"
  648. p13.CFrame = CFrame.new(-1.16246319, 3.02499151, -10.4305, 0.685088575, 0.728258491,
  649. 0.0168257058, -0.696930826, 0.661988258, -0.27575165, -0.211958379, 0.177188307, 0.961075842)
  650. p13.CanCollide = false
  651. p13.FormFactor = Enum.FormFactor.Symmetric
  652. p13.Elasticity = 0
  653. p13.Size = Vector3.new(1, 1, 1)
  654. p13.BottomSurface = Enum.SurfaceType.Smooth
  655. p13.TopSurface = Enum.SurfaceType.Smooth
  656. b13 = Instance.new("BlockMesh", p13)
  657. b13.Name = "Mesh"
  658. b13.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  659. p14 = Instance.new("Part", m)
  660. p14.Name = "Part14"
  661. p14.BrickColor = BrickColor.new("Really black")
  662. p14.Material = "Fabric"
  663. p14.CFrame = CFrame.new(-1.06862891, 2.92015743, -10.4324627, 0.959295571, 0.281205207,
  664. 0.0257938076, -0.282206476, 0.95792222, 0.052197963, -0.0100304484, -0.0573545098,
  665. 0.998297691)
  666. p14.CanCollide = false
  667. p14.FormFactor = Enum.FormFactor.Symmetric
  668. p14.Elasticity = 0
  669. p14.Size = Vector3.new(1, 2, 1)
  670. p14.BottomSurface = Enum.SurfaceType.Smooth
  671. p14.TopSurface = Enum.SurfaceType.Smooth
  672. b14 = Instance.new("BlockMesh", p14)
  673. b14.Name = "Mesh"
  674. b14.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  675. p15 = Instance.new("Part", m)
  676. p15.Name = "Part15"
  677. p15.BrickColor = BrickColor.new("Really black")
  678. p15.Material = "Fabric"
  679. p15.CFrame = CFrame.new(-1.25248194, 3.46670246, -10.3202372, -0.768480301, 0.609402537,
  680. 0.195080221, -0.634339094, -0.765544653, -0.107403584, 0.0838928521, -0.206285655,
  681. 0.974882662)
  682. p15.CanCollide = false
  683. p15.FormFactor = Enum.FormFactor.Symmetric
  684. p15.Elasticity = 0
  685. p15.Size = Vector3.new(1, 1, 1)
  686. p15.BottomSurface = Enum.SurfaceType.Smooth
  687. p15.TopSurface = Enum.SurfaceType.Smooth
  688. b15 = Instance.new("BlockMesh", p15)
  689. b15.Name = "Mesh"
  690. b15.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  691. p16 = Instance.new("Part", m)
  692. p16.Name = "Part16"
  693. p16.BrickColor = BrickColor.new("Really black")
  694. p16.Material = "Fabric"
  695. p16.CFrame = CFrame.new(-1.96196043, 3.04476213, -10.4108219, 0.72825861, -0.685088336,
  696. 0.0168255717, 0.661988497, 0.696930647, -0.275751829, 0.177188098, 0.211958155, 0.961075366)
  697. p16.CanCollide = false
  698. p16.FormFactor = Enum.FormFactor.Symmetric
  699. p16.Elasticity = 0
  700. p16.Size = Vector3.new(1, 1, 1)
  701. p16.BottomSurface = Enum.SurfaceType.Smooth
  702. p16.TopSurface = Enum.SurfaceType.Smooth
  703. b16 = Instance.new("BlockMesh", p16)
  704. b16.Name = "Mesh"
  705. b16.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  706. p17 = Instance.new("Part", m)
  707. p17.Name = "Part17"
  708. p17.BrickColor = BrickColor.new("Really black")
  709. p17.Material = "Fabric"
  710. p17.CFrame = CFrame.new(-1.85207272, 3.48152924, -10.3054819, -0.739407778, -0.655866385, -
  711. 0.152003229, 0.671618342, -0.73426342, -0.0988226384, -0.0467970669, -0.175158352,
  712. 0.983420968)
  713. p17.CanCollide = false
  714. p17.FormFactor = Enum.FormFactor.Symmetric
  715. p17.Elasticity = 0
  716. p17.Size = Vector3.new(1, 1, 1)
  717. p17.BottomSurface = Enum.SurfaceType.Smooth
  718. p17.TopSurface = Enum.SurfaceType.Smooth
  719. b17 = Instance.new("BlockMesh", p17)
  720. b17.Name = "Mesh"
  721. b17.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  722. p18 = Instance.new("Part", m)
  723. p18.Name = "Part18"
  724. p18.BrickColor = BrickColor.new("Really black")
  725. p18.Material = "Fabric"
  726. p18.CFrame = CFrame.new(-2.06802177, 2.94484425, -10.4080706, 0.971376956, -0.236116573,
  727. 0.02579391, 0.234563246, 0.970688105, 0.0521978363, -0.0373639017, -0.0446553342, 0.998296857)
  728. p18.CanCollide = false
  729. p18.FormFactor = Enum.FormFactor.Symmetric
  730. p18.Elasticity = 0
  731. p18.Size = Vector3.new(1, 2, 1)
  732. p18.BottomSurface = Enum.SurfaceType.Smooth
  733. p18.TopSurface = Enum.SurfaceType.Smooth
  734. b18 = Instance.new("BlockMesh", p18)
  735. b18.Name = "Mesh"
  736. b18.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  737. p19 = Instance.new("Part", m)
  738. p19.Name = "Part19"
  739. p19.BrickColor = BrickColor.new("Really black")
  740. p19.Material = "Fabric"
  741. p19.CFrame = CFrame.new(3.49998665, 3.79997182, -12.6999207, 0.965920806, -0.258817494, -
  742. 2.4959445e-007, 0.249997482, 0.933003485, 0.258815616, -0.0669874251, -0.249999031,
  743. 0.965919077)
  744. p19.CanCollide = false
  745. p19.FormFactor = Enum.FormFactor.Symmetric
  746. p19.Elasticity = 0
  747. p19.Size = Vector3.new(1, 2, 1)
  748. p19.BottomSurface = Enum.SurfaceType.Smooth
  749. p19.TopSurface = Enum.SurfaceType.Smooth
  750. b19 = Instance.new("BlockMesh", p19)
  751. b19.Name = "Mesh"
  752. b19.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  753. p20 = Instance.new("Part", m)
  754. p20.Name = "Part20"
  755. p20.BrickColor = BrickColor.new("Really black")
  756. p20.Material = "Fabric"
  757. p20.CFrame = CFrame.new(-6.79995918, 3.78997159, -12.7999163, 0.965920687, 0.258817792, -
  758. 3.04258691e-007, -0.256297678, 0.95651561, -0.139172524, -0.036020536, 0.134429038,
  759. 0.990261436)
  760. p20.CanCollide = false
  761. p20.FormFactor = Enum.FormFactor.Symmetric
  762. p20.Elasticity = 0
  763. p20.Size = Vector3.new(1, 3, 1)
  764. p20.BottomSurface = Enum.SurfaceType.Smooth
  765. p20.TopSurface = Enum.SurfaceType.Smooth
  766. b20 = Instance.new("BlockMesh", p20)
  767. b20.Name = "Mesh"
  768. b20.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  769. w1 = Instance.new("Weld", p1)
  770. w1.Part0 = p1
  771. w1.C0 = CFrame.new(-1.79490757, -4.94951439, 12.4384165, -0.707106769, -0.499999911, -
  772. 0.49999994, 0.707106709, -0.49999997, -0.49999994, 0, -0.707106769, 0.707106709)
  773. w1.Part1 = p2
  774. w1.C1 = CFrame.new(1.79489565, -12.4384251, 7.44950008, 0.707106769, 0.499999911, 0.49999994,
  775. 2.10734239e-008, 0.707106769, -0.707106709, -0.707106948, 0.49999994, 0.5)
  776. w2 = Instance.new("Weld", p2)
  777. w2.Part0 = p2
  778. w2.C0 = CFrame.new(1.79489565, -12.4384251, 7.44950008, 0.707106769, 0.499999911, 0.49999994,
  779. 2.10734239e-008, 0.707106769, -0.707106709, -0.707106948, 0.49999994, 0.5)
  780. w2.Part1 = p3
  781. w2.C1 = CFrame.new(-1.22722292, -4.75393152, 12.1752129, 0.959171653, -0.282448888, -
  782. 0.0145689286, 0.28168264, 0.958655119, -0.0404363424, 0.0253877491, 0.034681499, 0.99907577)
  783. w3 = Instance.new("Weld", p3)
  784. w3.Part0 = p3
  785. w3.C0 = CFrame.new(-1.22722292, -4.75393152, 12.1752129, 0.959171653, -0.282448888, -
  786. 0.0145689286, 0.28168264, 0.958655119, -0.0404363424, 0.0253877491, 0.034681499, 0.99907577)
  787. w3.Part1 = p4
  788. w3.C1 = CFrame.new(-2.0898788, -3.70108366, 11.8517132, 0.988936007, 0.148217395, -
  789. 0.00609338284, -0.146728054, 0.983390927, 0.10683234, 0.0218265653, -0.104756176, 0.994258285)
  790. w4 = Instance.new("Weld", p4)
  791. w4.Part0 = p4
  792. w4.C0 = CFrame.new(-2.0898788, -3.70108366, 11.8517132, 0.988936007, 0.148217395, -
  793. 0.00609338284, -0.146728054, 0.983390927, 0.10683234, 0.0218265653, -0.104756176, 0.994258285)
  794. w4.Part1 = p5
  795. w4.C1 = CFrame.new(5.12321281, -2.5599122, 11.9520521, 0.958314359, -0.281183183, -
  796. 0.0506912991, 0.284877598, 0.953925133, 0.0941895097, 0.0218711942, -0.104703978, 0.994262934)
  797. w5 = Instance.new("Weld", p5)
  798. w5.Part0 = p5
  799. w5.C0 = CFrame.new(5.12321281, -2.5599122, 11.9520521, 0.958314359, -0.281183183, -
  800. 0.0506912991, 0.284877598, 0.953925133, 0.0941895097, 0.0218711942, -0.104703978, 0.994262934)
  801. w5.Part1 = p6
  802. w5.C1 = CFrame.new(3.04055262, 0.575539827, 11.8951263, 0.990586221, -0.122137874, -
  803. 0.0618162453, 0.136166826, 0.925523877, 0.353361279, 0.014053612, -0.358452141, 0.933442295)
  804. w6 = Instance.new("Weld", p6)
  805. w6.Part0 = p6
  806. w6.C0 = CFrame.new(3.04055262, 0.575539827, 11.8951263, 0.990586221, -0.122137874, -
  807. 0.0618162453, 0.136166826, 0.925523877, 0.353361279, 0.014053612, -0.358452141, 0.933442295)
  808. w6.Part1 = p7
  809. w6.C1 = CFrame.new(-0.090382576, -6.97118187, 12.4390469, -0.656058788, 0.533660412,
  810. 0.533660412, -0.75470984, -0.463903606, -0.463903606, 0, -0.707106769, 0.707106709)
  811. w7 = Instance.new("Weld", p7)
  812. w7.Part0 = p7
  813. w7.C0 = CFrame.new(-0.090382576, -6.97118187, 12.4390469, -0.656058788, 0.533660412,
  814. 0.533660412, -0.75470984, -0.463903606, -0.463903606, 0, -0.707106769, 0.707106709)
  815. w7.Part1 = p8
  816. w7.C1 = CFrame.new(3.43354273, -6.49350643, 9.12531471, 0.874170601, -0.475245059,
  817. 0.0998385474, 0.484676957, 0.841039658, -0.240292117, 0.0302294642, 0.258445889, 0.965552568)
  818. w8 = Instance.new("Weld", p8)
  819. w8.Part0 = p8
  820. w8.C0 = CFrame.new(3.43354273, -6.49350643, 9.12531471, 0.874170601, -0.475245059,
  821. 0.0998385474, 0.484676957, 0.841039658, -0.240292117, 0.0302294642, 0.258445889, 0.965552568)
  822. w8.Part1 = p9
  823. w8.C1 = CFrame.new(-0.991033435, -7.7920723, 9.12556171, 0.890645742, 0.431499481, -
  824. 0.143382162, -0.453692019, 0.864299536, -0.217139587, 0.0302294642, 0.258445889, 0.965552568)
  825. w9 = Instance.new("Weld", p9)
  826. w9.Part0 = p9
  827. w9.C0 = CFrame.new(-0.991033435, -7.7920723, 9.12556171, 0.890645742, 0.431499481, -
  828. 0.143382162, -0.453692019, 0.864299536, -0.217139587, 0.0302294642, 0.258445889, 0.965552568)
  829. w9.Part1 = p10
  830. w9.C1 = CFrame.new(-1.06960225, -3.15016913, 11.3501244, 0.993439615, 0.113935851, -
  831. 0.00981158204, -0.112256907, 0.987964511, 0.106416464, 0.0218181461, -0.104616918,
  832. 0.994273245)
  833. w10 = Instance.new("Weld", p10)
  834. w10.Part0 = p10
  835. w10.C0 = CFrame.new(-1.06960225, -3.15016913, 11.3501244, 0.993439615, 0.113935851, -
  836. 0.00981158204, -0.112256907, 0.987964511, 0.106416464, 0.0218181461, -0.104616918,
  837. 0.994273245)
  838. w10.Part1 = p11
  839. w10.C1 = CFrame.new(4.10995293, -5.92251635, 12.1796551, 0.973001719, 0.229346842, -
  840. 0.0258396119, -0.23006703, 0.972725391, -0.0295714047, 0.0183527395, 0.034717869, 0.999228597)
  841. w11 = Instance.new("Weld", p11)
  842. w11.Part0 = p11
  843. w11.C0 = CFrame.new(4.10995293, -5.92251635, 12.1796551, 0.973001719, 0.229346842, -
  844. 0.0258396119, -0.23006703, 0.972725391, -0.0295714047, 0.0183527395, 0.034717869, 0.999228597)
  845. w11.Part1 = p12
  846. w11.C1 = CFrame.new(0.0903778076, -12.4390163, 9.47116661, 0.656056702, -0.533657789, -
  847. 0.533659518, 3.16101307e-007, 0.707104087, -0.707104683, 0.75470835, 0.463900119, 0.463902295)
  848. w12 = Instance.new("Weld", p12)
  849. w12.Part0 = p12
  850. w12.C0 = CFrame.new(0.0903778076, -12.4390163, 9.47116661, 0.656056702, -0.533657789, -
  851. 0.533659518, 3.16101307e-007, 0.707104087, -0.707104683, 0.75470835, 0.463900119, 0.463902295)
  852. w12.Part1 = p13
  853. w12.C1 = CFrame.new(0.693788052, 0.692229629, 10.8783264, 0.685091734, -0.69693774, -
  854. 0.211959824, 0.728262305, 0.661995173, 0.177189946, 0.0168259665, -0.275753766, 0.961080968)
  855. w13 = Instance.new("Weld", p13)
  856. w13.Part0 = p13
  857. w13.C0 = CFrame.new(0.693788052, 0.692229629, 10.8783264, 0.685091734, -0.69693774, -
  858. 0.211959824, 0.728262305, 0.661995173, 0.177189946, 0.0168259665, -0.275753766, 0.961080968)
  859. w13.Part1 = p14
  860. w13.C1 = CFrame.new(1.74460375, -3.09517074, 10.2899532, 0.959300518, -0.282209098, -
  861. 0.0100303814, 0.281206846, 0.957931817, -0.0573540777, 0.0257942528, 0.0521991551,
  862. 0.998303413)
  863. w14 = Instance.new("Weld", p14)
  864. w14.Part0 = p14
  865. w14.C0 = CFrame.new(1.74460375, -3.09517074, 10.2899532, 0.959300518, -0.282209098, -
  866. 0.0100303814, 0.281206846, 0.957931817, -0.0573540777, 0.0257942528, 0.0521991551,
  867. 0.998303413)
  868. w14.Part1 = p15
  869. w14.C1 = CFrame.new(2.10237837, 1.28829288, 10.6778135, -0.768484235, -0.634345412,
  870. 0.0838926136, 0.609405577, -0.765552342, -0.206287205, 0.195081502, -0.107403934, 0.974888384)
  871. w15 = Instance.new("Weld", p15)
  872. w15.Part0 = p15
  873. w15.C0 = CFrame.new(2.10237837, 1.28829288, 10.6778135, -0.768484235, -0.634345412,
  874. 0.0838926136, 0.609405577, -0.765552342, -0.206287205, 0.195081502, -0.107403934, 0.974888384)
  875. w15.Part1 = p16
  876. w15.C1 = CFrame.new(1.25790477, -1.25946927, 10.8783226, 0.728262305, 0.661995173,
  877. 0.177190006, -0.685091794, 0.696937621, 0.211959764, 0.0168259665, -0.275753766, 0.961080968)
  878. w16 = Instance.new("Weld", p16)
  879. w16.Part0 = p16
  880. w16.C0 = CFrame.new(1.25790477, -1.25946927, 10.8783226, 0.728262305, 0.661995173,
  881. 0.177190006, -0.685091794, 0.696937621, 0.211959764, 0.0168259665, -0.275753766, 0.961080968)
  882. w16.Part1 = p17
  883. w16.C1 = CFrame.new(-4.19002342, -0.463444591, 10.1972828, -0.739411771, 0.671625078, -
  884. 0.0467970371, -0.655869722, -0.73427093, -0.175160319, -0.152003735, -0.0988228023,
  885. 0.983426988)
  886. w17 = Instance.new("Weld", p17)
  887. w17.Part0 = p17
  888. w17.C0 = CFrame.new(-4.19002342, -0.463444591, 10.1972828, -0.739411771, 0.671625078, -
  889. 0.0467970371, -0.655869722, -0.73427093, -0.175160319, -0.152003735, -0.0988228023,
  890. 0.983426988)
  891. w17.Part1 = p18
  892. w17.C1 = CFrame.new(0.929204226, -3.81164908, 10.2901011, 0.971381962, 0.234565541, -
  893. 0.037363667, -0.236118004, 0.970697761, -0.0446549058, 0.0257942528, 0.0521991551,
  894. 0.998303413)
  895. w18 = Instance.new("Weld", p18)
  896. w18.Part0 = p18
  897. w18.C0 = CFrame.new(0.929204226, -3.81164908, 10.2901011, 0.971381962, 0.234565541, -
  898. 0.037363667, -0.236118004, 0.970697761, -0.0446549058, 0.0257942528, 0.0521991551,
  899. 0.998303413)
  900. w18.Part1 = p19
  901. w18.C1 = CFrame.new(-5.18147898, -5.81458092, 11.2837429, 0.965925813, 0.25, -0.0669872984, -
  902. 0.258819044, 0.933012664, -0.25, 0, 0.258819044, 0.965925813)
  903. w19 = Instance.new("Weld", p19)
  904. w19.Part0 = p19
  905. w19.C0 = CFrame.new(-5.18147898, -5.81458092, 11.2837429, 0.965925813, 0.25, -0.0669872984, -
  906. 0.258819044, 0.933012664, -0.25, 0, 0.258819044, 0.965925813)
  907. w19.Part1 = p20
  908. w19.C1 = CFrame.new(7.07860947, -0.14454639, 13.2028942, 0.965925813, -0.256300241, -
  909. 0.0360206552, 0.258819044, 0.956525445, 0.1344309, 3.7252903e-009, -0.139173105, 0.990268052)
  910. m.Parent = char
  911. m:MakeJoints()
  912. ----------------------------------------------------
  913. local cor = Instance.new("Part", char.Wings)
  914. cor.Name = "Thingy"
  915. cor.BottomSurface = 0
  916. cor.CanCollide = false
  917. cor.Size = Vector3.new(1, 6, 1)
  918. cor.Transparency = 1
  919. cor.TopSurface = 0
  920. corw = Instance.new("Weld", cor)
  921. corw.Part0 = torso
  922. corw.Part1 = cor
  923. corw.C0 = CFrame.new(-1.55, 3.4, .6) * CFrame.Angles(math.rad(145), math.rad(0), math.rad(48))
  924. corw.C1 = CFrame.new(0, 0, 0)
  925. weld1 = Instance.new("Weld", char.Wings)
  926. weld1.Part0 = cor
  927. weld1.Part1 = p1
  928. weld1.C0 = CFrame.new(0, 3, -1)
  929. ----------------------------------------------------
  930. if (script:FindFirstChild("forCustomRun")~=nil) then
  931. local sc = script["forCustomRun"].Value
  932. assert(loadstring(sc))()
  933. return
  934. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  935. local locsc = workspace:FindFirstChild("_localrun")
  936. local sc = script["forCustomRunL"]
  937. if (locsc~=nil) then
  938. local loc = locsc:clone()
  939. loc["scrun"].Value = sc.Value
  940. loc.Name = script.Name
  941. for i,v in pairs(script:GetChildren()) do
  942. v:clone().Parent = loc
  943. end
  944. loc.Parent = script.Parent
  945. script:remove()
  946. return
  947. else
  948. assert(loadstring(sc.Value))()
  949. return
  950. end
  951. end
  952. local m1 = Instance.new("Model")
  953. m1.Name = "Scythe"
  954. p1 = Instance.new("Part", m1)
  955. p1.BrickColor = BrickColor.new("Really black")
  956. p1.Material = "Fabric"
  957. p1.Name = "Part5"
  958. p1.CFrame = CFrame.new(-15.4790545, 13.1252527, -1.25573051, -0.148844868, -0.181690469, -0.972028434, -0.139209464, 0.977047265, -0.161312819, 0.979018033, 0.111305036, -0.170718044)
  959. p1.CanCollide = false
  960. p1.FormFactor = Enum.FormFactor.Custom
  961. p1.Size = Vector3.new(0.25, 2.25125027, 0.625)
  962. p1.BottomSurface = Enum.SurfaceType.Smooth
  963. p1.TopSurface = Enum.SurfaceType.Smooth
  964. b1 = Instance.new("CylinderMesh", p1)
  965. b1.Name = "Mesh"
  966. p2 = Instance.new("Part", m1)
  967. p2.BrickColor = BrickColor.new("Really black")
  968. p2.Material = "Fabric"
  969. p2.Name = "Part6"
  970. p2.CFrame = CFrame.new(-15.3824081, 10.952775, -1.24440408, -0.128349721, 0.0941501483, -0.987252772, 0.129729301, 0.988533914, 0.0774054229, 0.983212769, -0.118139267, -0.139088899)
  971. p2.CanCollide = false
  972. p2.FormFactor = Enum.FormFactor.Custom
  973. p2.Size = Vector3.new(0.25, 2.25125027, 0.625)
  974. p2.BottomSurface = Enum.SurfaceType.Smooth
  975. p2.TopSurface = Enum.SurfaceType.Smooth
  976. b2 = Instance.new("CylinderMesh", p2)
  977. b2.Name = "Mesh"
  978. p3 = Instance.new("Part", m1)
  979. p3.BrickColor = BrickColor.new("Really black")
  980. p3.Material = "Fabric"
  981. p3.Name = "Part7"
  982. p3.CFrame = CFrame.new(-15.4747982, 13.69979, -1.75563574, -0.972027183, -0.129069194, 0.196240276, -0.161315769, 0.97412771, -0.158338636, -0.170723677, -0.185564086, -0.967692614)
  983. p3.CanCollide = false
  984. p3.FormFactor = Enum.FormFactor.Custom
  985. p3.Size = Vector3.new(0.200000003, 0.625, 1.18875003)
  986. p3.BottomSurface = Enum.SurfaceType.Smooth
  987. p3.TopSurface = Enum.SurfaceType.Smooth
  988. b3 = Instance.new("BlockMesh", p3)
  989. b3.Name = "Mesh"
  990. b3.Scale = Vector3.new(0.618750155, 1, 1)
  991. p4 = Instance.new("Part", m1)
  992. p4.BrickColor = BrickColor.new("Bright red")
  993. p4.Material = "Fabric"
  994. p4.Name = "Part8"
  995. p4.CFrame = CFrame.new(-15.4781666, 13.7140617, -1.73542035, -0.972027183, -0.129069448, 0.196239948, -0.161315426, 0.974126935, -0.158338472, -0.170723975, -0.185564145, -0.967692196)
  996. p4.CanCollide = false
  997. p4.FormFactor = Enum.FormFactor.Custom
  998. p4.Size = Vector3.new(0.200000003, 0.396249801, 1.14375019)
  999. p4.BottomSurface = Enum.SurfaceType.Smooth
  1000. p4.TopSurface = Enum.SurfaceType.Smooth
  1001. b4 = Instance.new("BlockMesh", p4)
  1002. b4.Name = "Mesh"
  1003. b4.Scale = Vector3.new(0.656250358, 1, 1)
  1004. p5 = Instance.new("Part", m1)
  1005. p5.BrickColor = BrickColor.new("Really black")
  1006. p5.Material = "Fabric"
  1007. p5.Name = "Handle"
  1008. p5.CFrame = CFrame.new(-15.4833899, 8.75200272, -1.18519592, -0.130095989, -0.0039267987, -0.991496682, -0.0667580366, 0.997765779, 0.00480742007, 0.989255846, 0.0668155551, -0.130066052)
  1009. p5.CanCollide = false
  1010. p5.FormFactor = Enum.FormFactor.Custom
  1011. p5.Size = Vector3.new(0.25, 2.25125027, 0.625)
  1012. p5.BottomSurface = Enum.SurfaceType.Smooth
  1013. p5.TopSurface = Enum.SurfaceType.Smooth
  1014. b5 = Instance.new("CylinderMesh", p5)
  1015. b5.Name = "Mesh"
  1016. p6 = Instance.new("Part", m1)
  1017. p6.BrickColor = BrickColor.new("Bright red")
  1018. p6.Material = "Fabric"
  1019. p6.Name = "Part10"
  1020. p6.CFrame = CFrame.new(-15.1728735, 13.1544628, -2.97264719, 0.972016573, -0.0361868851, -0.23210828, 0.161354825, 0.820950687, 0.547726691, 0.170728937, -0.569851279, 0.803816617)
  1021. p6.CanCollide = false
  1022. p6.Size = Vector3.new(1, 1.20000005, 2)
  1023. p6.BottomSurface = Enum.SurfaceType.Smooth
  1024. p6.TopSurface = Enum.SurfaceType.Smooth
  1025. b6 = Instance.new("SpecialMesh", p6)
  1026. b6.MeshType = Enum.MeshType.Wedge
  1027. b6.Name = "Mesh"
  1028. b6.Scale = Vector3.new(0.133749992, 0.308333486, 0.939375103)
  1029. p7 = Instance.new("Part", m1)
  1030. p7.BrickColor = BrickColor.new("Really black")
  1031. p7.Material = "Fabric"
  1032. p7.Name = "Part11"
  1033. p7.CFrame = CFrame.new(-15.0457783, 12.8671103, -3.41416025, 0.972016871, -0.0361844748, -0.232107431, 0.161352873, 0.820949197, 0.547729552, 0.170729101, -0.569853604, 0.803814948)
  1034. p7.CanCollide = false
  1035. p7.Size = Vector3.new(1, 1.20000005, 3)
  1036. p7.BottomSurface = Enum.SurfaceType.Smooth
  1037. p7.TopSurface = Enum.SurfaceType.Smooth
  1038. b7 = Instance.new("SpecialMesh", p7)
  1039. b7.MeshType = Enum.MeshType.Wedge
  1040. b7.Name = "Mesh"
  1041. b7.Scale = Vector3.new(0.125, 0.459375113, 0.987083375)
  1042. p8 = Instance.new("Part", m1)
  1043. p8.BrickColor = BrickColor.new("Really black")
  1044. p8.Material = "Fabric"
  1045. p8.Name = "Part12"
  1046. p8.CFrame = CFrame.new(-15.3929434, 7.00775528, -1.23400617, -0.00524972379, -0.125177592, -0.992123604, 0.0415780842, 0.991256952, -0.125288621, 0.999125719, -0.0419077873, 1.41561031e-006)
  1047. p8.CanCollide = false
  1048. p8.FormFactor = Enum.FormFactor.Custom
  1049. p8.Size = Vector3.new(0.25, 1.35000002, 0.625)
  1050. p8.BottomSurface = Enum.SurfaceType.Smooth
  1051. p8.TopSurface = Enum.SurfaceType.Smooth
  1052. b8 = Instance.new("CylinderMesh", p8)
  1053. b8.Name = "Mesh"
  1054. p9 = Instance.new("Part", m1)
  1055. p9.BrickColor = BrickColor.new("Really black")
  1056. p9.Material = "Fabric"
  1057. p9.Name = "Part13"
  1058. p9.CFrame = CFrame.new(-15.312561, 6.035923, -1.20007133, 1.88336219e-006, -6.5267086e-006, -1.0000031, -8.07169636e-006, 1.00000823, -6.91413879e-006, 1.00000405, 8.23063147e-006, 2.50528046e-006)
  1059. p9.CanCollide = false
  1060. p9.FormFactor = Enum.FormFactor.Symmetric
  1061. p9.Size = Vector3.new(1, 1, 1)
  1062. p9.BottomSurface = Enum.SurfaceType.Smooth
  1063. p9.TopSurface = Enum.SurfaceType.Smooth
  1064. b9 = Instance.new("CylinderMesh", p9)
  1065. b9.Name = "Mesh"
  1066. b9.Scale = Vector3.new(0.25, 0.625, 0.625)
  1067. w1 = Instance.new("Weld", p1)
  1068. w1.Part0 = p1
  1069. w1.C0 = CFrame.new(7.02652264, -59.535614, -5.87252188, -0.148847401, -0.139196053, 0.979014158, -0.181681663, 0.977039695, 0.111292727, -0.972026587, -0.161303386, -0.170719117)
  1070. w1.Part1 = p2
  1071. w1.C1 = CFrame.new(-8.01976395, -54.082592, -19.6964264, -0.128350034, 0.129739836, 0.983205914, 0.0941585898, 0.988522112, -0.118149437, -0.987248957, 0.0774128884, -0.139092848)
  1072. w2 = Instance.new("Weld", p2)
  1073. w2.Part0 = p2
  1074. w2.C0 = CFrame.new(-8.01976395, -54.082592, -19.6964264, -0.128350034, 0.129739836, 0.983205914, 0.0941585898, 0.988522112, -0.118149437, -0.987248957, 0.0774128884, -0.139092848)
  1075. w2.Part1 = p3
  1076. w2.C1 = CFrame.new(-5.86081457, -59.57584, 10.6446886, -0.972025335, -0.161306813, -0.170724437, -0.129059821, 0.974118233, -0.185574532, 0.196240455, -0.158349574, -0.967685699)
  1077. w3 = Instance.new("Weld", p3)
  1078. w3.Part0 = p3
  1079. w3.C0 = CFrame.new(-5.86081457, -59.57584, 10.6446886, -0.972025335, -0.161306813, -0.170724437, -0.129059821, 0.974118233, -0.185574532, 0.196240455, -0.158349574, -0.967685699)
  1080. w3.Part1 = p4
  1081. w3.C1 = CFrame.new(-5.85831547, -59.5864677, 10.6671867, -0.972025335, -0.161306813, -0.170724437, -0.129059821, 0.974118233, -0.185574532, 0.196240455, -0.158349574, -0.967685699)
  1082. w4 = Instance.new("Weld", p4)
  1083. w4.Part0 = p4
  1084. w4.C0 = CFrame.new(-5.85831547, -59.5864677, 10.6671867, -0.972025335, -0.161306813, -0.170724437, -0.129059821, 0.974118233, -0.185574532, 0.196240455, -0.158349574, -0.967685699)
  1085. w4.Part1 = p5
  1086. w4.C1 = CFrame.new(2.75071049, -53.6872444, -15.7648773, -0.130098701, -0.0667455271, 0.989251852, -0.00391793298, 0.997758389, 0.0668041781, -0.991493225, 0.00481529534, -0.13006863)
  1087. w5 = Instance.new("Weld", p5)
  1088. w5.Part0 = p5
  1089. w5.C0 = CFrame.new(2.75071049, -53.6872444, -15.7648773, -0.130098701, -0.0667455271, 0.989251852, -0.00391793298, 0.997758389, 0.0668041781, -0.991493225, 0.00481529534, -0.13006863)
  1090. w5.Part1 = p6
  1091. w5.C1 = CFrame.new(5.86050892, -50.0459213, -33.0266228, 0.972020626, 0.161349237, 0.170730397, -0.0361775011, 0.820951402, -0.569862783, -0.232106388, 0.547742188, 0.803813636)
  1092. w6 = Instance.new("Weld", p6)
  1093. w6.Part0 = p6
  1094. w6.C0 = CFrame.new(5.86050892, -50.0459213, -33.0266228, 0.972020626, 0.161349237, 0.170730397, -0.0361775011, 0.820951402, -0.569862783, -0.232106388, 0.547742188, 0.803813636)
  1095. w6.Part1 = p7
  1096. w6.C1 = CFrame.new(5.85863304, -50.0578003, -32.4853668, 0.972020626, 0.161349237, 0.170730397, -0.0361775011, 0.820951402, -0.569862783, -0.232106388, 0.547742188, 0.803813636)
  1097. w7 = Instance.new("Weld", p7)
  1098. w7.Part0 = p7
  1099. w7.C0 = CFrame.new(5.85863304, -50.0578003, -32.4853668, 0.972020626, 0.161349237, 0.170730397, -0.0361775011, 0.820951402, -0.569862783, -0.232106388, 0.547742188, 0.803813636)
  1100. w7.Part1 = p8
  1101. w7.C1 = CFrame.new(-1.01389384, -53.6058121, -8.7465868, -0.00525131589, 0.0415858366, 0.999120951, -0.125170633, 0.991249442, -0.0419160873, -0.992121339, -0.125280768, -3.77783991e-008)
  1102. w8 = Instance.new("Weld", p8)
  1103. w8.Part0 = p8
  1104. w8.C0 = CFrame.new(-1.01389384, -53.6058121, -8.7465868, -0.00525131589, 0.0415858366, 0.999120951, -0.125170633, 0.991249442, -0.0419160873, -0.992121339, -0.125280768, -3.77783991e-008)
  1105. w8.Part1 = p9
  1106. w8.C1 = CFrame.new(1.20000041, -51.1112823, -15.3124981, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1107. m1.Parent = char
  1108. m1:MakeJoints()
  1109. ----------------------------------------------------
  1110. local cor2 = Instance.new("Part", char.Scythe)
  1111. cor2.Name = "Thingy2"
  1112. cor2.BottomSurface = 0
  1113. cor2.CanCollide = false
  1114. cor2.Size = Vector3.new(2, 8, 1)
  1115. cor2.Transparency = 1
  1116. cor2.TopSurface = 0
  1117. corw2 = Instance.new("Weld", cor2)
  1118. corw2.Part0 = rarm
  1119. corw2.Part1 = cor2
  1120. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-28), math.rad(0), math.rad(0))
  1121. corw2.C1 = CFrame.new(.6, -.4, -2)
  1122. weld2 = Instance.new("Weld", char.Scythe)
  1123. weld2.Part0 = cor2
  1124. weld2.Part1 = p5
  1125. weld2.C0 = CFrame.new(.6, -1, 0)
  1126. ----------------------------------------------------
  1127. if (script:FindFirstChild("forCustomRun")~=nil) then
  1128. local sc = script["forCustomRun"].Value
  1129. assert(loadstring(sc))()
  1130. return
  1131. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  1132. local locsc = workspace:FindFirstChild("_localrun")
  1133. local sc = script["forCustomRunL"]
  1134. if (locsc~=nil) then
  1135. local loc = locsc:clone()
  1136. loc["scrun"].Value = sc.Value
  1137. loc.Name = script.Name
  1138. for i,v in pairs(script:GetChildren()) do
  1139. v:clone().Parent = loc
  1140. end
  1141. loc.Parent = script.Parent
  1142. script:remove()
  1143. return
  1144. else
  1145. assert(loadstring(sc.Value))()
  1146. return
  1147. end
  1148. end
  1149. local m2 = Instance.new("Model")
  1150. m2.Name = "Scythe2"
  1151. p1 = Instance.new("Part", m2)
  1152. p1.BrickColor = BrickColor.new("Really black")
  1153. p1.Material = "Fabric"
  1154. p1.Name = "Part5"
  1155. p1.CFrame = CFrame.new(-15.4790545, 13.1252527, -1.25573051, -0.148844868, -0.181690469, -0.972028434, -0.139209464, 0.977047265, -0.161312819, 0.979018033, 0.111305036, -0.170718044)
  1156. p1.CanCollide = false
  1157. p1.FormFactor = Enum.FormFactor.Custom
  1158. p1.Size = Vector3.new(0.25, 2.25125027, 0.625)
  1159. p1.BottomSurface = Enum.SurfaceType.Smooth
  1160. p1.TopSurface = Enum.SurfaceType.Smooth
  1161. b1 = Instance.new("CylinderMesh", p1)
  1162. b1.Name = "Mesh"
  1163. p2 = Instance.new("Part", m2)
  1164. p2.BrickColor = BrickColor.new("Really black")
  1165. p2.Material = "Fabric"
  1166. p2.Name = "Part6"
  1167. p2.CFrame = CFrame.new(-15.3824081, 10.952775, -1.24440408, -0.128349721, 0.0941501483, -0.987252772, 0.129729301, 0.988533914, 0.0774054229, 0.983212769, -0.118139267, -0.139088899)
  1168. p2.CanCollide = false
  1169. p2.FormFactor = Enum.FormFactor.Custom
  1170. p2.Size = Vector3.new(0.25, 2.25125027, 0.625)
  1171. p2.BottomSurface = Enum.SurfaceType.Smooth
  1172. p2.TopSurface = Enum.SurfaceType.Smooth
  1173. b2 = Instance.new("CylinderMesh", p2)
  1174. b2.Name = "Mesh"
  1175. p3 = Instance.new("Part", m2)
  1176. p3.BrickColor = BrickColor.new("Really black")
  1177. p3.Material = "Fabric"
  1178. p3.Name = "Part7"
  1179. p3.CFrame = CFrame.new(-15.4747982, 13.69979, -1.75563574, -0.972027183, -0.129069194, 0.196240276, -0.161315769, 0.97412771, -0.158338636, -0.170723677, -0.185564086, -0.967692614)
  1180. p3.CanCollide = false
  1181. p3.FormFactor = Enum.FormFactor.Custom
  1182. p3.Size = Vector3.new(0.200000003, 0.625, 1.18875003)
  1183. p3.BottomSurface = Enum.SurfaceType.Smooth
  1184. p3.TopSurface = Enum.SurfaceType.Smooth
  1185. b3 = Instance.new("BlockMesh", p3)
  1186. b3.Name = "Mesh"
  1187. b3.Scale = Vector3.new(0.618750155, 1, 1)
  1188. p4 = Instance.new("Part", m2)
  1189. p4.BrickColor = BrickColor.new("Bright red")
  1190. p4.Material = "Fabric"
  1191. p4.Name = "Part8"
  1192. p4.CFrame = CFrame.new(-15.4781666, 13.7140617, -1.73542035, -0.972027183, -0.129069448, 0.196239948, -0.161315426, 0.974126935, -0.158338472, -0.170723975, -0.185564145, -0.967692196)
  1193. p4.CanCollide = false
  1194. p4.FormFactor = Enum.FormFactor.Custom
  1195. p4.Size = Vector3.new(0.200000003, 0.396249801, 1.14375019)
  1196. p4.BottomSurface = Enum.SurfaceType.Smooth
  1197. p4.TopSurface = Enum.SurfaceType.Smooth
  1198. b4 = Instance.new("BlockMesh", p4)
  1199. b4.Name = "Mesh"
  1200. b4.Scale = Vector3.new(0.656250358, 1, 1)
  1201. p5 = Instance.new("Part", m2)
  1202. p5.BrickColor = BrickColor.new("Really black")
  1203. p5.Material = "Fabric"
  1204. p5.Name = "Handle"
  1205. p5.CFrame = CFrame.new(-15.4833899, 8.75200272, -1.18519592, -0.130095989, -0.0039267987, -0.991496682, -0.0667580366, 0.997765779, 0.00480742007, 0.989255846, 0.0668155551, -0.130066052)
  1206. p5.CanCollide = false
  1207. p5.FormFactor = Enum.FormFactor.Custom
  1208. p5.Size = Vector3.new(0.25, 2.25125027, 0.625)
  1209. p5.BottomSurface = Enum.SurfaceType.Smooth
  1210. p5.TopSurface = Enum.SurfaceType.Smooth
  1211. b5 = Instance.new("CylinderMesh", p5)
  1212. b5.Name = "Mesh"
  1213. p6 = Instance.new("Part", m2)
  1214. p6.BrickColor = BrickColor.new("Bright red")
  1215. p6.Material = "Fabric"
  1216. p6.Name = "Part10"
  1217. p6.CFrame = CFrame.new(-15.1728735, 13.1544628, -2.97264719, 0.972016573, -0.0361868851, -0.23210828, 0.161354825, 0.820950687, 0.547726691, 0.170728937, -0.569851279, 0.803816617)
  1218. p6.CanCollide = false
  1219. p6.Size = Vector3.new(1, 1.20000005, 2)
  1220. p6.BottomSurface = Enum.SurfaceType.Smooth
  1221. p6.TopSurface = Enum.SurfaceType.Smooth
  1222. b6 = Instance.new("SpecialMesh", p6)
  1223. b6.MeshType = Enum.MeshType.Wedge
  1224. b6.Name = "Mesh"
  1225. b6.Scale = Vector3.new(0.133749992, 0.308333486, 0.939375103)
  1226. p7 = Instance.new("Part", m2)
  1227. p7.BrickColor = BrickColor.new("Really black")
  1228. p7.Material = "Fabric"
  1229. p7.Name = "Part11"
  1230. p7.CFrame = CFrame.new(-15.0457783, 12.8671103, -3.41416025, 0.972016871, -0.0361844748, -0.232107431, 0.161352873, 0.820949197, 0.547729552, 0.170729101, -0.569853604, 0.803814948)
  1231. p7.CanCollide = false
  1232. p7.Size = Vector3.new(1, 1.20000005, 3)
  1233. p7.BottomSurface = Enum.SurfaceType.Smooth
  1234. p7.TopSurface = Enum.SurfaceType.Smooth
  1235. b7 = Instance.new("SpecialMesh", p7)
  1236. b7.MeshType = Enum.MeshType.Wedge
  1237. b7.Name = "Mesh"
  1238. b7.Scale = Vector3.new(0.125, 0.459375113, 0.987083375)
  1239. p8 = Instance.new("Part", m2)
  1240. p8.BrickColor = BrickColor.new("Really black")
  1241. p8.Material = "Fabric"
  1242. p8.Name = "Part12"
  1243. p8.CFrame = CFrame.new(-15.3929434, 7.00775528, -1.23400617, -0.00524972379, -0.125177592, -0.992123604, 0.0415780842, 0.991256952, -0.125288621, 0.999125719, -0.0419077873, 1.41561031e-006)
  1244. p8.CanCollide = false
  1245. p8.FormFactor = Enum.FormFactor.Custom
  1246. p8.Size = Vector3.new(0.25, 1.35000002, 0.625)
  1247. p8.BottomSurface = Enum.SurfaceType.Smooth
  1248. p8.TopSurface = Enum.SurfaceType.Smooth
  1249. b8 = Instance.new("CylinderMesh", p8)
  1250. b8.Name = "Mesh"
  1251. p9 = Instance.new("Part", m2)
  1252. p9.BrickColor = BrickColor.new("Really black")
  1253. p9.Material = "Fabric"
  1254. p9.Name = "Part13"
  1255. p9.CFrame = CFrame.new(-15.312561, 6.035923, -1.20007133, 1.88336219e-006, -6.5267086e-006, -1.0000031, -8.07169636e-006, 1.00000823, -6.91413879e-006, 1.00000405, 8.23063147e-006, 2.50528046e-006)
  1256. p9.CanCollide = false
  1257. p9.FormFactor = Enum.FormFactor.Symmetric
  1258. p9.Size = Vector3.new(1, 1, 1)
  1259. p9.BottomSurface = Enum.SurfaceType.Smooth
  1260. p9.TopSurface = Enum.SurfaceType.Smooth
  1261. b9 = Instance.new("CylinderMesh", p9)
  1262. b9.Name = "Mesh"
  1263. b9.Scale = Vector3.new(0.25, 0.625, 0.625)
  1264. w1 = Instance.new("Weld", p1)
  1265. w1.Part0 = p1
  1266. w1.C0 = CFrame.new(7.02652264, -59.535614, -5.87252188, -0.148847401, -0.139196053, 0.979014158, -0.181681663, 0.977039695, 0.111292727, -0.972026587, -0.161303386, -0.170719117)
  1267. w1.Part1 = p2
  1268. w1.C1 = CFrame.new(-8.01976395, -54.082592, -19.6964264, -0.128350034, 0.129739836, 0.983205914, 0.0941585898, 0.988522112, -0.118149437, -0.987248957, 0.0774128884, -0.139092848)
  1269. w2 = Instance.new("Weld", p2)
  1270. w2.Part0 = p2
  1271. w2.C0 = CFrame.new(-8.01976395, -54.082592, -19.6964264, -0.128350034, 0.129739836, 0.983205914, 0.0941585898, 0.988522112, -0.118149437, -0.987248957, 0.0774128884, -0.139092848)
  1272. w2.Part1 = p3
  1273. w2.C1 = CFrame.new(-5.86081457, -59.57584, 10.6446886, -0.972025335, -0.161306813, -0.170724437, -0.129059821, 0.974118233, -0.185574532, 0.196240455, -0.158349574, -0.967685699)
  1274. w3 = Instance.new("Weld", p3)
  1275. w3.Part0 = p3
  1276. w3.C0 = CFrame.new(-5.86081457, -59.57584, 10.6446886, -0.972025335, -0.161306813, -0.170724437, -0.129059821, 0.974118233, -0.185574532, 0.196240455, -0.158349574, -0.967685699)
  1277. w3.Part1 = p4
  1278. w3.C1 = CFrame.new(-5.85831547, -59.5864677, 10.6671867, -0.972025335, -0.161306813, -0.170724437, -0.129059821, 0.974118233, -0.185574532, 0.196240455, -0.158349574, -0.967685699)
  1279. w4 = Instance.new("Weld", p4)
  1280. w4.Part0 = p4
  1281. w4.C0 = CFrame.new(-5.85831547, -59.5864677, 10.6671867, -0.972025335, -0.161306813, -0.170724437, -0.129059821, 0.974118233, -0.185574532, 0.196240455, -0.158349574, -0.967685699)
  1282. w4.Part1 = p5
  1283. w4.C1 = CFrame.new(2.75071049, -53.6872444, -15.7648773, -0.130098701, -0.0667455271, 0.989251852, -0.00391793298, 0.997758389, 0.0668041781, -0.991493225, 0.00481529534, -0.13006863)
  1284. w5 = Instance.new("Weld", p5)
  1285. w5.Part0 = p5
  1286. w5.C0 = CFrame.new(2.75071049, -53.6872444, -15.7648773, -0.130098701, -0.0667455271, 0.989251852, -0.00391793298, 0.997758389, 0.0668041781, -0.991493225, 0.00481529534, -0.13006863)
  1287. w5.Part1 = p6
  1288. w5.C1 = CFrame.new(5.86050892, -50.0459213, -33.0266228, 0.972020626, 0.161349237, 0.170730397, -0.0361775011, 0.820951402, -0.569862783, -0.232106388, 0.547742188, 0.803813636)
  1289. w6 = Instance.new("Weld", p6)
  1290. w6.Part0 = p6
  1291. w6.C0 = CFrame.new(5.86050892, -50.0459213, -33.0266228, 0.972020626, 0.161349237, 0.170730397, -0.0361775011, 0.820951402, -0.569862783, -0.232106388, 0.547742188, 0.803813636)
  1292. w6.Part1 = p7
  1293. w6.C1 = CFrame.new(5.85863304, -50.0578003, -32.4853668, 0.972020626, 0.161349237, 0.170730397, -0.0361775011, 0.820951402, -0.569862783, -0.232106388, 0.547742188, 0.803813636)
  1294. w7 = Instance.new("Weld", p7)
  1295. w7.Part0 = p7
  1296. w7.C0 = CFrame.new(5.85863304, -50.0578003, -32.4853668, 0.972020626, 0.161349237, 0.170730397, -0.0361775011, 0.820951402, -0.569862783, -0.232106388, 0.547742188, 0.803813636)
  1297. w7.Part1 = p8
  1298. w7.C1 = CFrame.new(-1.01389384, -53.6058121, -8.7465868, -0.00525131589, 0.0415858366, 0.999120951, -0.125170633, 0.991249442, -0.0419160873, -0.992121339, -0.125280768, -3.77783991e-008)
  1299. w8 = Instance.new("Weld", p8)
  1300. w8.Part0 = p8
  1301. w8.C0 = CFrame.new(-1.01389384, -53.6058121, -8.7465868, -0.00525131589, 0.0415858366, 0.999120951, -0.125170633, 0.991249442, -0.0419160873, -0.992121339, -0.125280768, -3.77783991e-008)
  1302. w8.Part1 = p9
  1303. w8.C1 = CFrame.new(1.20000041, -51.1112823, -15.3124981, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1304. m2.Parent = char
  1305. m2:MakeJoints()
  1306. ----------------------------------------------------
  1307. for i,v in pairs(char.Scythe2:children()) do
  1308. if v:IsA("Part") then
  1309. v.Transparency = 1
  1310. end
  1311. end
  1312. ----------------------------------------------------
  1313. local cor3 = Instance.new("Part", char.Scythe2)
  1314. cor3.Name = "Thingy3"
  1315. cor3.BottomSurface = 0
  1316. cor3.CanCollide = false
  1317. cor3.Size = Vector3.new(2, 8, 1)
  1318. cor3.TopSurface = 0
  1319. cor3.Transparency = 1
  1320. corw3 = Instance.new("Weld", cor3)
  1321. corw3.Part0 = larm
  1322. corw3.Part1 = cor3
  1323. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-36), math.rad(-90), math.rad(40))
  1324. corw3.C1 = CFrame.new(1.6, -1.4, 0)
  1325. weld3 = Instance.new("Weld", char.Scythe2)
  1326. weld3.Part0 = cor3
  1327. weld3.Part1 = p5
  1328. weld3.C0 = CFrame.new(.6, -1, 0)
  1329. ----------------------------------------------------
  1330. local animpose = "Idle"
  1331. local lastanimpose = "Idle"
  1332. local sine = 0
  1333. local change = 1
  1334. local val = 0
  1335. local ffing = false
  1336. ----------------------------------------------------Stoof
  1337. local player = game.Players.LocalPlayer
  1338. local pchar = player.Character
  1339. local mouse = player:GetMouse()
  1340. local cam = workspace.CurrentCamera
  1341.  
  1342. local rad = math.rad
  1343.  
  1344. local keysDown = {}
  1345. local flySpeed = 0
  1346. local MAX_FLY_SPEED = 50
  1347.  
  1348. local canFly = false
  1349. local flyToggled = false
  1350.  
  1351. local forward, side = 0, 0
  1352. local lastForward, lastSide = 0, 0
  1353.  
  1354. local floatBP = Instance.new("BodyPosition")
  1355. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  1356. local flyBV = Instance.new("BodyVelocity")
  1357. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1358. local turnBG = Instance.new("BodyGyro")
  1359. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1360.  
  1361. mouse.KeyDown:connect(function(key)
  1362. keysDown[key] = true
  1363.  
  1364. if key == "f" then
  1365. flyToggled = not flyToggled
  1366.  
  1367. if not flyToggled then
  1368. floatBP.Parent = nil
  1369. flyBV.Parent = nil
  1370. turnBG.Parent = nil
  1371. pchar.Torso.Velocity = Vector3.new()
  1372. pchar.Humanoid.PlatformStand = false
  1373. end
  1374. end
  1375.  
  1376. end)
  1377. mouse.KeyUp:connect(function(key)
  1378. keysDown[key] = nil
  1379. end)
  1380.  
  1381. local function updateFly()
  1382.  
  1383. if not flyToggled then return end
  1384.  
  1385. lastForward = forward
  1386. lastSide = side
  1387.  
  1388. forward = 0
  1389. side = 0
  1390.  
  1391. if keysDown.w then
  1392. forward = forward + 1
  1393. end
  1394. if keysDown.s then
  1395. forward = forward - 1
  1396. end
  1397. if keysDown.a then
  1398. side = side - 1
  1399. end
  1400. if keysDown.d then
  1401. side = side + 1
  1402. end
  1403.  
  1404. canFly = (forward ~= 0 or side ~= 0)
  1405.  
  1406. if canFly then
  1407. turnBG.Parent = pchar.Torso
  1408. floatBP.Parent = nil
  1409. flyBV.Parent = pchar.Torso
  1410.  
  1411. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  1412. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  1413. else
  1414. floatBP.position = pchar.Torso.Position
  1415. floatBP.Parent = pchar.Torso
  1416.  
  1417. flySpeed = flySpeed - 1
  1418. if flySpeed < 0 then flySpeed = 0 end
  1419. end
  1420.  
  1421. local camCF = cam.CoordinateFrame
  1422. local in_forward = canFly and forward or lastForward
  1423. local in_side = canFly and side or lastSide
  1424.  
  1425. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  1426. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  1427.  
  1428. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  1429. 0)
  1430. end
  1431.  
  1432. game:service'RunService'.RenderStepped:connect(function()
  1433. if flyToggled then
  1434. pchar.Humanoid.PlatformStand = true
  1435. end
  1436. updateFly()
  1437. end)
  1438. ----------------------------------------------------
  1439. mouse.KeyDown:connect(function(key)
  1440. if key == "q" then
  1441. if Debounces.CanAttack == true then
  1442. Debounces.CanAttack = false
  1443. Debounces.NoIdl = true
  1444. Debounces.on = true
  1445. for i = 1, 20 do
  1446. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(68),math.rad(0),math.rad(50+1*math.cos(sine/14))), 0.3)
  1447. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(68),math.rad(0),math.rad(-54-1*math.cos(sine/14))), 0.3)
  1448. if Debounces.on == false then break end
  1449. wait()
  1450. end
  1451. wait()
  1452. for i = 1, 20 do
  1453. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(.8,0.5,-1.2)*CFrame.Angles(math.rad(78),math.rad(0),math.rad(-40+1*math.cos(sine/14))), 0.3)
  1454. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-.8,0.5,-1.2)*CFrame.Angles(math.rad(78),math.rad(0),math.rad(40-1*math.cos(sine/14))), 0.3)
  1455. if Debounces.on == false then break end
  1456. wait()
  1457. end
  1458. Debounces.NoIdl = false
  1459. Debounces.on = false
  1460. wait()
  1461. if Debounces.CanAttack == false then
  1462. Debounces.CanAttack = true
  1463. end
  1464. end
  1465. end
  1466. end)
  1467. ----------------------------------------------------
  1468. mouse.KeyDown:connect(function(key)
  1469. if key == "r" then
  1470. if Debounces.CanAttack == true then
  1471. Debounces.CanAttack = false
  1472. explo=false
  1473. Debounces.NoIdl = true
  1474. Debounces.on = true
  1475. for i = 1,20 do
  1476. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),0)
  1477. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0)*CFrame.Angles(math.rad(30), math.rad(0), 0), 0.3)
  1478. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(-40)), 0.3)
  1479. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(40)), 0.3)
  1480. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.6)
  1481. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.6)
  1482. if Debounces.on == false then break end
  1483. wait()
  1484. end
  1485. wait()
  1486. ROW(12, 0, Vector3.new(34.5, 30, 3), true, 8, CFrame.Angles(math.rad(math.random(30,60)), 0, math.rad(math.random(-30,30))), 0)
  1487. explosion('Royal purple','Black',torso.CFrame,Vector3.new(50,50,50),30,math.random(15,30))
  1488. b = Instance.new("Sound")
  1489. b.SoundId = "http://www.roblox.com/asset/?id=169445602"
  1490. b.Parent = char
  1491. b.Looped = false
  1492. b:Play()
  1493. n = Instance.new("Sound")
  1494. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1495. n.Parent = char
  1496. n.Pitch = 0.94
  1497. n.Looped = false
  1498. n:Play()
  1499. for i = 1,20 do
  1500. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),0)
  1501. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(-40), math.rad(0), 0), 1)
  1502. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(-40)), 1)
  1503. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(40)), 1)
  1504. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(-20)), 1)
  1505. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(20)), 1)
  1506. cor2.Weld.C0 = Lerp(cor2.Weld.C0, CFrame.new(2.4, -1.2, -2.2) * CFrame.Angles(math.rad(-68), math.rad(-120), math.rad(45)), 1)
  1507. cor3.Weld.C0 = Lerp(cor3.Weld.C0, CFrame.new(0, -1.2, -2.2) * CFrame.Angles(math.rad(-88), math.rad(-60), math.rad(45)), 1)
  1508. if Debounces.on == false then break end
  1509. wait()
  1510. end
  1511. Debounces.NoIdl = false
  1512. Debounces.on = false
  1513. wait()
  1514. if Debounces.CanAttack == false then
  1515. Debounces.CanAttack = true
  1516. b:Destroy()
  1517. end
  1518. end
  1519. end
  1520. end)
  1521.  
  1522. ----------------------------------------------------
  1523. mouse.KeyDown:connect(function(key)
  1524. if key == "g" then
  1525. if Debounces.CanAttack == true then
  1526. Debounces.CanAttack = false
  1527. x = Instance.new("Sound")
  1528. x.SoundId = "http://www.roblox.com/asset/?id=138199573"
  1529. x.Parent = game.Workspace
  1530. x.Looped = false
  1531. x.Pitch = .7
  1532. x.Volume = 1
  1533. wait(.01)
  1534. x:Play()
  1535. wait(6)
  1536. x:Destroy()
  1537. if Debounces.CanAttack == false then
  1538. Debounces.CanAttack = true
  1539. end
  1540. end
  1541. end
  1542. end)
  1543. ----------------------------------------------------
  1544. mouse.KeyDown:connect(function(key)
  1545. if key == "t" then
  1546. if Debounces.CanAttack == true then
  1547. Debounces.CanAttack = false
  1548. Debounces.NoIdl = true
  1549. Debounces.on = true
  1550. for i = 1, 20 do
  1551. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),0)
  1552. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0)*CFrame.Angles(math.rad(30), math.rad(0), 0), 0.1)
  1553. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(-40)), 0.1)
  1554. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(40)), 0.1)
  1555. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1556. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1557. if Debounces.on == false then break end
  1558. wait()
  1559. end
  1560. wait(1)
  1561. for i = 1, 20 do
  1562. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(120), 0, math.rad(-100)), 0.2)
  1563. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(120), 0, math.rad(100)), 0.2)
  1564. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-20)), 0.2)
  1565. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(20)), 0.2)
  1566. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(35), math.rad(0), 0), 0.2)
  1567. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)
  1568. if Debounces.on == false then break end
  1569. for i,v in pairs(char.Scythe2:children()) do
  1570. if v:IsA("Part") then
  1571. v.Transparency = 0
  1572. cor3.Transparency = 1
  1573. end
  1574. end
  1575. wait()
  1576. end
  1577. Debounces.NoIdl = false
  1578. Debounces.on = false
  1579. wait()
  1580. if Debounces.CanAttack == false then
  1581. Debounces.CanAttack = true
  1582. end
  1583. end
  1584. end
  1585. end)
  1586. ----------------------------------------------------
  1587. mouse.KeyDown:connect(function(key)
  1588. if key == "y" then
  1589. if Debounces.CanAttack == true then
  1590. Debounces.CanAttack = false
  1591. Debounces.NoIdl = true
  1592. Debounces.on = true
  1593. for i = 1, 20 do
  1594. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(120), 0, math.rad(-100)), 0.2)
  1595. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(120), 0, math.rad(100)), 0.2)
  1596. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-20)), 0.2)
  1597. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(20)), 0.2)
  1598. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(35), math.rad(0), 0), 0.2)
  1599. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)
  1600. wait()
  1601. end
  1602. wait(1)
  1603. for i = 1, 20 do
  1604. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),0)
  1605. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0)*CFrame.Angles(math.rad(30), math.rad(0), 0), 0.1)
  1606. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(-40)), 0.1)
  1607. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(40)), 0.1)
  1608. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1609. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1610. if Debounces.on == false then break end
  1611. for i,v in pairs(char.Scythe2:children()) do
  1612. if v:IsA("Part") then
  1613. v.Transparency = 1
  1614. cor3.Transparency = 1
  1615. end
  1616. end
  1617. wait()
  1618. end
  1619. Debounces.NoIdl = false
  1620. Debounces.on = false
  1621. wait()
  1622. if Debounces.CanAttack == false then
  1623. Debounces.CanAttack = true
  1624. end
  1625. end
  1626. end
  1627. end)
  1628. ----------------------------------------------------
  1629. mouse.KeyDown:connect(function(key)
  1630. if key == "x" then
  1631. char.Humanoid.MaxHealth = math.huge
  1632. lite.Brightness = 0
  1633. --[[ b = Instance.new("Sound")
  1634. b.SoundId = "http://www.roblox.com/asset/?id=147709499"
  1635. b.Parent = char.Head
  1636. b.Looped = true
  1637. b.Pitch = 1
  1638. b.Volume = 1
  1639. wait(.1)
  1640. b:Play()]]
  1641. for i = 1, 20 do
  1642. wait()
  1643. char.Reaper.Handle.Transparency = char.Reaper.Handle.Transparency + 0.05
  1644. rarm.Transparency = rarm.Transparency + 0.05
  1645. larm.Transparency = larm.Transparency + 0.05
  1646. rleg.Transparency = rleg.Transparency + 0.05
  1647. lleg.Transparency = lleg.Transparency + 0.05
  1648. torso.Transparency = torso.Transparency + 0.05
  1649. hed.Transparency = hed.Transparency + 0.05
  1650. for i,v in pairs(char.Scythe:children()) do
  1651. if v:IsA("Part") then
  1652. v.Transparency = v.Transparency + 0.05
  1653. end
  1654. end
  1655. for i,v in pairs(char.Scythe2:children()) do
  1656. if v:IsA("Part") then
  1657. v.Transparency = v.Transparency + 0.05
  1658. end
  1659. end
  1660. for i,v in pairs(char.Wings:children()) do
  1661. if v:IsA("Part") then
  1662. v.Transparency = v.Transparency + 0.05
  1663. end
  1664. end
  1665. end
  1666. --char.Parent = game.Workspace.Camera
  1667. char.Humanoid.WalkSpeed = 40
  1668. --z:Stop()
  1669. --v:Stop()
  1670. end
  1671. end)
  1672. ----------------------------------------------------
  1673. mouse.KeyUp:connect(function(key)
  1674. if key == "x" then
  1675. char.Humanoid.MaxHealth = 50000
  1676. --[[ b = Instance.new("Sound")
  1677. b.SoundId = "http://www.roblox.com/asset/?id=155348816"
  1678. b.Parent = game.Workspace.TheDarkRevenant.Head
  1679. b.Looped = false
  1680. b.Pitch = 1
  1681. b.Volume = 1
  1682. wait(.1)
  1683. b:Play()]]
  1684. char.Humanoid.WalkSpeed = 5
  1685. for i = 1, 10 do
  1686. wait()
  1687. char.Reaper.Handle.Transparency = char.Reaper.Handle.Transparency - 0.1
  1688. rarm.Transparency = rarm.Transparency - 0.1
  1689. larm.Transparency = larm.Transparency - 0.1
  1690. rleg.Transparency = rleg.Transparency - 0.1
  1691. lleg.Transparency = lleg.Transparency - 0.1
  1692. torso.Transparency = torso.Transparency - 0.1
  1693. for i,v in pairs(char.Scythe:children()) do
  1694. if v:IsA("Part") then
  1695. v.Transparency = v.Transparency - 0.1
  1696. end
  1697. end
  1698. for i,v in pairs(char.Scythe2:children()) do
  1699. if v:IsA("Part") then
  1700. v.Transparency = v.Transparency - 0.1
  1701. end
  1702. end
  1703. for i,v in pairs(char.Wings:children()) do
  1704. if v:IsA("Part") then
  1705. v.Transparency = v.Transparency - 0.1
  1706. end
  1707. end
  1708. end
  1709. --b:Stop()
  1710. --char.Parent = game.Workspace
  1711. lite.Brightness = 10
  1712. end
  1713. end)
  1714. ----------------------------------------------------
  1715. local PressingMouse=false
  1716. mouse.Button1Up:connect(function()
  1717. PressingMouse=false
  1718. end)
  1719. ----------------------------------------------------
  1720. mouse.Button1Down:connect(function()
  1721. PressingMouse=true
  1722. if Debounces.CanAttack == true then
  1723. Debounces.CanAttack = false
  1724. Debounces.NoIdl = true
  1725. Debounces.on = true
  1726. for i = 1, 20 do
  1727. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-4),math.rad(38),0)
  1728. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.2*math.cos(sine/14), 0)*CFrame.Angles(math.rad(0), math.rad(-44), 0), 0.05)
  1729. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20+1*math.cos(sine/14))), 0.3)
  1730. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-20-1*math.cos(sine/14))), 0.3)
  1731. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-8)), 0.6)
  1732. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(8)), 0.6)
  1733. if Debounces.on == false then break end
  1734. wait()
  1735. end
  1736. local targ=false
  1737. if mouse.Target and mouse.Target.Parent:FindFirstChild("Humanoid") then
  1738. targ = mouse.Target.Parent
  1739. end
  1740. if targ and targ:FindFirstChild("Torso") then
  1741.  
  1742. --pulling the player towards you:
  1743. local TargetT = targ:FindFirstChild("Torso")
  1744. local TargetH = targ:FindFirstChild("Humanoid")
  1745. local weld = weld(char["Torso"],TargetT)
  1746. local start = weld.C0
  1747. for i = 1, 25 do wait()
  1748. weld.C0 = matrixInterpolate(start,CFrame.new(-2.2,.4,-2)*CFrame.Angles(0,math.rad(60),0),i/25)
  1749. end
  1750. local Grabbing = true
  1751. local hum = targ:FindFirstChild("Humanoid")
  1752. hum.Changed:connect(function()
  1753. if Grabbing then
  1754. wait()
  1755. hum.PlatformStand = true
  1756. hum.Jump=false --yolo
  1757. end
  1758. end)
  1759.  
  1760. --grabing anim
  1761. for i = 1, 20 do
  1762. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(4),math.rad(44),0)
  1763. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.2*math.cos(sine/14), 0)*CFrame.Angles(math.rad(0), math.rad(-44), 0), 0.05)
  1764. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.6)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-10+1*math.cos(sine/14))), 0.3)
  1765. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-20-1*math.cos(sine/14))), 0.3)
  1766. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-8)), 0.6)
  1767. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(8)), 0.6)
  1768. cor2.Weld.C0 = Lerp(cor2.Weld.C0, CFrame.new(.6, -.6, -1.8)*CFrame.Angles(math.rad(10), math.rad(-16), math.rad(80)), 0.3)
  1769. if Debounces.on == false then break end
  1770. wait()
  1771. end
  1772. ------------
  1773. repeat wait()
  1774. until not PressingMouse
  1775. TargetT.Parent:FindFirstChild('Left Arm'):Destroy()
  1776. wait(1)
  1777. TargetT.Parent:FindFirstChild('Right Arm'):Destroy()
  1778. wait(1)
  1779. TargetT.Parent:FindFirstChild('Right Leg'):Destroy()
  1780. wait(1)
  1781. TargetT.Parent:FindFirstChild('Left Leg'):Destroy()
  1782. wait(1)
  1783. TargetT.Parent.Humanoid.Health = TargetT.Parent.Humanoid.Health - 90
  1784. --throwing player:
  1785. local a = 50000
  1786. local ang=50
  1787. for i = 1,10 do wait()
  1788. a = a+5000/500
  1789. ang = ang+a
  1790.  
  1791. end
  1792.  
  1793. Grabbing=false
  1794. weld:Destroy()
  1795. Debounces.Slashing = false
  1796. Debounces.NoIdl = false
  1797. wait()
  1798. if Debounces.CanAttack == false then
  1799. Debounces.CanAttack = true
  1800. end
  1801. else
  1802. Debounces.NoIdl = false
  1803. wait()
  1804. if Debounces.CanAttack == false then
  1805. Debounces.CanAttack = true
  1806. end
  1807. end
  1808. end
  1809. end)
  1810. ----------------------------------------------------
  1811. mouse.KeyDown:connect(function(key)
  1812. if key == "e" then
  1813. for i,v in pairs(game.Players:getPlayers()) do
  1814. if v.Name~=char.Name then
  1815. for j,k in pairs(v.Character:GetChildren()) do
  1816. if k:IsA("BasePart") and k.Transparency <= 1 then
  1817. bawx=Instance.new("SelectionBox",cam)
  1818. bawx.Color = BrickColor.new("Bright red")
  1819. bawx.Transparency = .5
  1820. bawx.Adornee = k
  1821. end
  1822. end
  1823. end
  1824. end
  1825. end
  1826. end)
  1827. ----------------------------------------------------
  1828. mouse.KeyUp:connect(function(key)
  1829. if key == "e" then
  1830. for i, v in pairs(cam:children()) do
  1831. if v:IsA("SelectionBox") then
  1832. v:Destroy()
  1833. end
  1834. end
  1835. end
  1836. end)
  1837. ----------------------------------------------------
  1838. --[[mouse.KeyDown:connect(function(key)
  1839. if key == "c" then
  1840. if Debounces.CanAttack == true then
  1841. Debounces.CanAttack = false
  1842.  
  1843. l.TimeOfDay = 24
  1844. l.Ambient = Color3.new(0.2, 0.2, 0.2)
  1845. l.OutdoorAmbient = Color3.new(0.2, 0.2, 0.2)
  1846. else do
  1847. l.TimeOfDay = 12
  1848. l.Ambient = Color3.new(0, 0, 0)
  1849. l.OutdoorAmbient = Color3.new(0, 0, 0)
  1850. end
  1851. end
  1852. end
  1853. end)]]--
  1854. ----------------------------------------------------
  1855. mouse.KeyDown:connect(function(key)
  1856. if key == "z" then
  1857. stanceToggle = "Landed"
  1858. elseif key == "c" then
  1859. stanceToggle = "Floating"
  1860. elseif key == "v" then
  1861. stanceToggle = "Sitting"
  1862. end
  1863. end)
  1864. ----------------------------------------------------
  1865. game:GetService("RunService").RenderStepped:connect(function()
  1866. --[[if char.Humanoid.Jump == true then
  1867. jumpn = true
  1868. else
  1869. jumpn = false
  1870. end]]
  1871. char.Humanoid.FreeFalling:connect(function(f)
  1872. if f then ffing = true
  1873. else
  1874. ffing = false
  1875. end
  1876. end)
  1877. sine = sine + change
  1878. if jumpn == true then
  1879. animpose = "Jumping"
  1880. elseif ffing == true then
  1881. animpose = "Freefalling"
  1882. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  1883. animpose = "Idle"
  1884. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  1885. animpose = "Walking"
  1886. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  1887. animpose = "Running"
  1888. end
  1889. if animpose ~= lastanimpose then
  1890. sine = 0
  1891. if Debounces.NoIdl == false then
  1892. if stanceToggle == "Floating" then
  1893. change = 1
  1894. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-10)), 0.6)
  1895. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  1896. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-8)), 0.6)
  1897. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(8)), 0.6)
  1898. cor2.Weld.C0 = Lerp(cor2.Weld.C0, CFrame.new(0, -2.2, -1.8)*CFrame.Angles(math.rad(-28), math.rad(0), math.rad(0)), 0.6)
  1899. cor3.Weld.C0 = Lerp(cor3.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-36), math.rad(-90), math.rad(40)), 0.6)
  1900. end
  1901. elseif stanceToggle == "Landed" then
  1902. change = 1
  1903. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  1904. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  1905. elseif stanceToggle == "Sitting" then
  1906. change = 1
  1907. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  1908. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  1909. wait()
  1910. end
  1911. else
  1912. end
  1913. lastanimpose = animpose
  1914. if Debounces.NoIdl == false then
  1915. if animpose == "Idle" then
  1916. if stanceToggle == "Floating" then
  1917. change = 0.5
  1918. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.14*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.05)
  1919. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30+1*math.cos(sine/14))), 0.3)
  1920. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.05*math.cos(sine/14),0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-10-1.5*math.cos(sine/14))), 0.3)
  1921. hed.Weld.C0 = CFrame.new(0,1.5,-.3)*CFrame.Angles(math.rad(-20+2*math.cos(sine/14)),math.rad(0),0)
  1922. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-8-1.5*math.cos(sine/14))), 0.3)
  1923. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(8+1.5*math.cos(sine/14))), 0.3)
  1924. cor2.Weld.C0 = Lerp(cor2.Weld.C0, CFrame.new(0, -2.2, -1.8) * CFrame.Angles(math.rad(-28), math.rad(0), math.rad(0)), 0.3)
  1925. elseif stanceToggle == "Landed" then
  1926. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.05*math.cos(sine/14),0)*CFrame.Angles(math.rad(16),math.rad(12),math.rad(10+2*math.cos(sine/14))), 0.2)
  1927. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.05*math.cos(sine/14),.2)*CFrame.Angles(math.rad(20),math.rad(22),math.rad(-16-2*math.cos(sine/14))), 0.2)
  1928. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-10+2*math.cos(sine/14)),math.rad(36),0)
  1929. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-36), math.rad(0)), 0.2)
  1930. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.7, -1, -0.3) * CFrame.Angles(math.rad(30), math.rad(30), math.rad(-30)), 0.2)
  1931. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  1932. cor2.Weld.C0 = Lerp(cor2.Weld.C0, CFrame.new(1.6, -1.4, -1.4) * CFrame.Angles(math.rad(-60), math.rad(-60), math.rad(0)), 0.6)
  1933. cor3.Weld.C0 = Lerp(cor3.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-36), math.rad(-90), math.rad(40)), 0.6)
  1934. elseif stanceToggle == "Sitting" then
  1935. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(85-1*math.cos(sine/14)),math.rad(0),math.rad(12)), 0.2)
  1936. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-25-1*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  1937. hed.Weld.C0 = CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-24+2*math.cos(sine/14)),math.rad(0),0)
  1938. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-26+1*math.cos(sine/14)), math.rad(0), math.rad(0)), 0.2)
  1939. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1.2, -.5) * CFrame.Angles(math.rad(-40-1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  1940. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.2, -1) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  1941. end
  1942. elseif animpose == "Walking" then
  1943. if stanceToggle == "Landed" then
  1944. change = 0.5
  1945. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(math.sin(sine/8)/2.8, math.rad(14), math.rad(-10-2*math.cos(sine/14))), 1)
  1946. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(-math.sin(sine/8)/2.8, math.rad(-14), math.rad(10)), 1)
  1947. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-8), 0, 0)
  1948. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(-math.sin(sine/8)/2.4, 0, 0), 1)
  1949. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.sin(sine/8)/2.4, 0, 0), 1)
  1950. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.2)
  1951. cor2.Weld.C0 = Lerp(cor2.Weld.C0, CFrame.new(1.6, -1.4, -1.4) * CFrame.Angles(math.rad(-60), math.rad(-60), math.rad(0)), 0.6)
  1952. elseif stanceToggle == "Sitting" then stanceToggle = "Landed"
  1953. elseif stanceToggle == "Floating" then
  1954. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20), 0, 0), 0.6)
  1955. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90), 0, math.rad(30+2*math.cos(sine/14))), 0.4)
  1956. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(15+10*math.cos(sine/16)), 0, 0), 0.4)
  1957. hed.Weld.C0 = CFrame.new(0,1.5,-.3)*CFrame.Angles(math.rad(-18+2*math.cos(sine/20)),math.rad(0),0)
  1958. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(13+4*math.cos(sine/16)), 0, 0), 0.4)
  1959. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15+10*math.cos(sine/16)), 0, 0), 0.4)
  1960. cor2.Weld.C0 = Lerp(cor2.Weld.C0, CFrame.new(0, -2.2, -1.8) * CFrame.Angles(math.rad(-28), math.rad(0), math.rad(0)), 0.6)
  1961. end
  1962. end
  1963. end
  1964. end)
  1965.  
  1966. while wait() do
  1967. wait(5)
  1968. ypcall(function()me=workspace.TheDarkRevenant
  1969. local bk=me["B&W"].Handle.Mesh bk.VertexColor=Vector3.new(0,0,0)
  1970. pl=Instance.new("PointLight",bk.Parent)pl.Brightness=0 pl.Color=Color3.new(0,0,0)
  1971. for i=1,100 do
  1972. wait()
  1973. bk.VertexColor=bk.VertexColor+Vector3.new(.01,.01,.01)
  1974. pl.Brightness=pl.Brightness+0.01
  1975. end
  1976. for i=1,100 do
  1977. wait()
  1978. bk.VertexColor=bk.VertexColor-Vector3.new(.01,.01,.01)
  1979. pl.Brightness=pl.Brightness-0.01
  1980. end
  1981. pl:Remove()
  1982. end)
  1983. end
  1984.  
  1985. Spawn(function()
  1986. while wait() do
  1987.  
  1988. updateFly()
  1989.  
  1990. end
  1991. end)
  1992.  
  1993. char.Humanoid.MaxHealth = 50000
  1994. wait(2.4)
  1995. char.Humanoid.Health = 50000
  1996. --[[snds = {"166118364", "166118419", "166118501", "166118551", "167060296", "167060276", "131300621"}
  1997. coroutine.wrap(function() while wait(math.random(10,30)) do
  1998. sawnd=Instance.new("Sound")
  1999. sawnd.Parent = game.Workspace
  2000. sawnd.Volume=.6
  2001. sawnd.Looped=false
  2002. sawnd.Pitch=1
  2003. sawnd.SoundId="http://www.roblox.com/asset/?id="..snds[math.random(1,#snds)]
  2004. sawnd:Play()
  2005. game:service'Debris':AddItem(sawnd,2.2)
  2006. end
  2007. end)()]]
  2008.  
  2009.  
  2010.  
  2011. --Left wing: Part8, Part1, Part2
  2012. --Right wing: Part9, Part 7, Part 12
  2013.  
  2014. --[[
  2015. z = Instance.new("Sound")
  2016. z.SoundId = "http://www.roblox.com/asset/?id=183357153"
  2017. z.Parent = game.Workspace.TheKorbloxCore
  2018. z.Looped = true
  2019. z.Pitch = 1
  2020. z.Volume = 1
  2021. wait(.01)
  2022. z:Play()
  2023. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement