Advertisement
skyrim313

BetterDio (Road Roller Edit)

Jul 15th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.71 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local hed = char.Head
  4. local LocalPlayer = p
  5.  
  6. local Player = game.Players.localPlayer
  7. local Character = p.Character
  8.  
  9. local LeftArm2 = Character["Left Arm"]
  10. local RightArm2 = Character["Right Arm"]
  11. local LeftLeg2 = Character["Left Leg"]
  12. local RightLeg2 = Character["Right Leg"]
  13. local Head2 = Character.Head
  14. local Torso2 = Character.Torso
  15.  
  16. local player = game.Players.LocalPlayer
  17. local shirt = player.Character:WaitForChild("Shirt")
  18. local pants = player.Character:WaitForChild("Pants")
  19.  
  20. wait()
  21. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=536831523"
  22. pants.PantsTemplate = "http://www.roblox.com/asset/?id=547264976"
  23.  
  24. char.Humanoid.MaxHealth = math.huge
  25. char.Humanoid.Health = math.huge
  26.  
  27. for i,v in pairs(char:GetChildren()) do
  28. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  29. v:destroy()
  30. end
  31. end
  32.  
  33. local Hair = Instance.new("Part")
  34. Hair.Parent = char
  35. Hair.Name = "Hair"
  36. Hair.Size = Vector3.new(1, 1, 1)
  37. Hair.CFrame = char.Head.CFrame
  38. Hair:BreakJoints()
  39. Hair.CanCollide = false
  40. Hair.TopSurface = "Smooth"
  41. Hair.BottomSurface = "Smooth"
  42. Hair.BrickColor = BrickColor.new("Gold")
  43. Weld = Instance.new("Weld")
  44. Weld.Name = "Weld"
  45. Weld.Part0 = char.Head
  46. Weld.Part1 = Hair
  47. Weld.Parent = char.Head
  48. Weld.C0 = CFrame.new(0.1,0,0.2)*CFrame.fromEulerAnglesXYZ(0,0,0)
  49. Mesh = Instance.new("SpecialMesh")
  50. Mesh.Parent = Hair
  51. Mesh.MeshId = "rbxassetid://886288384"
  52. Mesh.TextureId = "rbxassetid://886289004"
  53. Mesh.Scale = Vector3.new(0.11,0.1,0.08)
  54.  
  55. cut = Instance.new("Sound", Character)
  56. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  57. cut.Volume = 1.5
  58. thri = Instance.new("Sound", Character)
  59. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  60. thri.Volume = 2.5
  61. WRY = Instance.new("Sound", Character)
  62. WRY.SoundId = "https://www.roblox.com/asset/?id=910713928"
  63. WRY.Volume = 5
  64.  
  65. ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  66. ff.Visible = false
  67.  
  68. local Players=game:service'Players'
  69. local Player=Players.LocalPlayer
  70. local Mouse=Player:GetMouse''
  71. local RenderStepped=game:service'RunService'.RenderStepped
  72.  
  73. local MeshId='http://www.roblox.com/asset?id=202083123'
  74. local TextureId='http://www.roblox.com/asset/?id=189436355'
  75.  
  76. local KnifeSpeed= 120
  77.  
  78. Mouse.Button1Down:connect(function()
  79. cut:Play()
  80. if Mouse.Target then
  81. local Knife=Instance.new('Part',Player.Character)
  82. Knife.CanCollide=false
  83. Knife.Size=Vector3.new(2,2,2)
  84. Knife.CFrame=Player.Character.Torso.CFrame
  85. local KnifeMesh=Instance.new('SpecialMesh',Knife)
  86. KnifeMesh.MeshType='FileMesh'
  87. KnifeMesh.MeshId=MeshId
  88. KnifeMesh.TextureId=TextureId
  89. KnifeMesh.Scale=Vector3.new(1,1,1)
  90. local BodyVel=Instance.new('BodyVelocity',Knife)
  91. BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  92. local BodyGyro=Instance.new('BodyGyro',Knife)
  93. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  94. BodyGyro.P=2e4
  95. coroutine.wrap(function()
  96. RenderStepped:connect(function()
  97. BodyGyro.cframe=CFrame.new(Knife.Position,Mouse.Hit.p)
  98. BodyVel.velocity=Knife.CFrame.lookVector*KnifeSpeed
  99. end)
  100. end)()
  101. Knife.Touched:connect(function(p)
  102. if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid' then
  103. p.Parent:BreakJoints()
  104. Knife:Destroy''
  105. thri:Play()
  106. end
  107. end)
  108. end
  109. end)
  110.  
  111. mse = Player:GetMouse()
  112.  
  113. sound = Instance.new("Sound", Character)
  114. sound.SoundId = "https://www.roblox.com/asset/?id=840567549"
  115. sound.Volume = 2.5
  116. sound2 = Instance.new("Sound", Character)
  117. sound2.SoundId = "https://www.roblox.com/asset/?id=616594208"
  118. sound2.Volume = 2.5
  119. sound3 = Instance.new("Sound", Character)
  120. sound3.SoundId = "https://www.roblox.com/asset/?id=616576400"
  121. sound3.Volume = 1.8
  122. sound4 = Instance.new("Sound", Character)
  123. sound4.SoundId = "https://www.roblox.com/asset/?id=616576400"
  124. sound4.Volume = 2
  125. TSTheme = Instance.new("Sound", Character)
  126. TSTheme.SoundId = "https://www.roblox.com/asset/?id=910713928"
  127. TSTheme.Volume = 2
  128. canworld = true
  129. mse.KeyDown:connect(function(key)
  130. key = key:lower()
  131. if key == "t" then
  132. if canworld == false then return end
  133. if canworld then
  134. canworld = false
  135. sound3:Play()
  136. sound:Play()
  137. sound4:Play()
  138. TSTheme:Play()
  139.  
  140. local function spawnpart()
  141. sphere = Instance.new("Part")
  142. --game.Debris:AddItem(sphere,3)
  143. local sm = Instance.new("SpecialMesh", sphere)
  144. sm.MeshType = "Sphere"
  145. sphere.Transparency = 0.5
  146. sphere.Anchored = true
  147. sphere.CanCollide = false
  148. sphere.Material = "Neon"
  149. sphere.BrickColor = BrickColor.new("Black")
  150. end
  151.  
  152. local function weld(lol)
  153. local weld = Instance.new("Weld", Player.Character.Torso)
  154. weld.Part0 = Player.Character.Torso
  155. weld.Part1 = lol
  156. weld.C0 = Player.Character.Torso.CFrame:inverse()
  157. weld.C1 = lol.CFrame:inverse()
  158. end
  159. wait()
  160. spawnpart()
  161. for i, v in pairs(game.Players:GetChildren()) do
  162. t = v.Character:FindFirstChild("Torso")
  163. if t then
  164. t.Anchored = true
  165. Player.Character:FindFirstChild("Torso").Anchored = false
  166. end
  167. RA = v.Character:FindFirstChild("Right Arm")
  168. if RA then
  169. RA.Anchored = true
  170. Player.Character:FindFirstChild("Right Arm").Anchored = false
  171. end
  172. LA = v.Character:FindFirstChild("Left Arm")
  173. if LA then
  174. LA.Anchored = true
  175. Player.Character:FindFirstChild("Left Arm").Anchored = false
  176. end
  177. RL = v.Character:FindFirstChild("Right Leg")
  178. if RL then
  179. RL.Anchored = true
  180. Player.Character:FindFirstChild("Right Leg").Anchored = false
  181. end
  182. LL = v.Character:FindFirstChild("Left Leg")
  183. if LL then
  184. LL.Anchored = true
  185. Player.Character:FindFirstChild("Left Leg").Anchored = false
  186. end
  187. end
  188. weld(sphere)
  189. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  190. cce.Saturation = -5
  191. --game.Debris:AddItem(cce, 5)
  192. sphere.Parent = Character.Torso
  193. for i = 1,3 do
  194. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  195. wait()
  196. end
  197. wait()
  198. sphere:Destroy()
  199. KnifeSpeed = 0
  200. cce.Saturation = -0.1
  201. wait(0.3)
  202. cce.Saturation = -0.2
  203. wait(0.3)
  204. cce.Saturation = -0.3
  205. wait(0.2)
  206. cce.Saturation = -1.5
  207. wait()
  208. end
  209. end
  210. end
  211. )
  212.  
  213. mse.KeyDown:connect(function(key)
  214. key = key:lower()
  215. if key == "y" then
  216. canworld = true
  217. sound2:Play()
  218. wait()
  219. KnifeSpeed = 1
  220. cce.Saturation = -1.3
  221. wait(0.5)
  222. KnifeSpeed = 1.2
  223. cce.Saturation = -0.5
  224. wait(0.5)
  225. KnifeSpeed = 1.4
  226. cce.Saturation = -0.4
  227. wait(0.3)
  228. KnifeSpeed = 1.5
  229. cce.Saturation = -0.2
  230. wait(0.2)
  231. cce.Saturation = 0
  232.  
  233. for i, v in pairs(game.Players:GetChildren()) do
  234. t = v.Character:FindFirstChild("Torso")
  235. if t then
  236. t.Anchored = false
  237. end
  238. RA = v.Character:FindFirstChild("Right Arm")
  239. if RA then
  240. RA.Anchored = false
  241. end
  242. LA = v.Character:FindFirstChild("Left Arm")
  243. if LA then
  244. LA.Anchored = false
  245. end
  246. RL = v.Character:FindFirstChild("Right Leg")
  247. if RL then
  248. RL.Anchored = false
  249. end
  250. LL = v.Character:FindFirstChild("Left Leg")
  251. if LL then
  252. LL.Anchored = false
  253. end
  254. end
  255. KnifeSpeed = 120
  256. TSTheme:Stop()
  257. end
  258. end
  259. if key == "r" then
  260. A = true
  261. if A == true then
  262. Model = Instance.new("Model")
  263. Model.Name = "Weapon"
  264. p = Instance.new("Part", Model)
  265. p.Name = "Part"
  266. p.TopSurface = 0
  267. p.BottomSurface = 0
  268. p.formFactor = "Custom"
  269. p.Size = Vector3.new(10, 12, 10)
  270. p.CFrame = CFrame.new(35.4000015, 7.0999999, 63, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  271. p.BrickColor = BrickColor.new("Medium stone grey")
  272. p.Transparency = 0
  273. p.Reflectance = .1
  274. p.Material = Enum.Material.Concrete
  275. m = Instance.new("CylinderMesh")
  276. m.Scale = Vector3.new(1, 1.02999997, 1)
  277. m.Parent = p
  278. p = Instance.new("Part", Model)
  279. p.Name = "Part"
  280. p.TopSurface = 0
  281. p.BottomSurface = 0
  282. p.formFactor = "Custom"
  283. p.Size = Vector3.new(2, 12.8, 2)
  284. p.CFrame = CFrame.new(35.4000015, 7.19999981, 63, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  285. p.BrickColor = BrickColor.new("Bright yellow")
  286. p.Transparency = 0
  287. p.Reflectance = .1
  288. p.Material = Enum.Material.Plastic
  289. m = Instance.new("CylinderMesh")
  290. m.Scale = Vector3.new(1, 1, 1)
  291. m.Parent = p
  292. p = Instance.new("Part", Model)
  293. p.Name = "Part"
  294. p.TopSurface = 0
  295. p.BottomSurface = 0
  296. p.formFactor = "Custom"
  297. p.Size = Vector3.new(1.79, 5, 1)
  298. p.CFrame = CFrame.new(29.7000179, 8.89999485, 63.3000221, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  299. p.BrickColor = BrickColor.new("Bright yellow")
  300. p.Transparency = 0
  301. p.Reflectance = .1
  302. p.Material = Enum.Material.Plastic
  303. p = Instance.new("Part", Model)
  304. p.Name = "Part"
  305. p.TopSurface = 0
  306. p.BottomSurface = 0
  307. p.formFactor = "Custom"
  308. p.Size = Vector3.new(5, 1.40, 0.99)
  309. p.CFrame = CFrame.new(29.7000198, 10.4999943, 63.3000031, -1.49008788e-008, -2.3933373e-007, 0.999990225, 6.6675625e-009, 0.99999392, 2.39334668e-007, -0.999994516, 6.66761935e-009, 7.45059765e-008)
  310. p.BrickColor = BrickColor.new("Bright yellow")
  311. p.Transparency = 0
  312. p.Reflectance = .1
  313. p.Material = Enum.Material.Plastic
  314. m = Instance.new("SpecialMesh")
  315. m.Scale = Vector3.new(1, 1, 1)
  316. m.Parent = p
  317. m.MeshType = Enum.MeshType.Wedge
  318. p = Instance.new("Part", Model)
  319. p.Name = "Center"
  320. p.TopSurface = 0
  321. p.BottomSurface = 0
  322. p.formFactor = "Custom"
  323. p.Size = Vector3.new(12.5, 5.80, 27.6)
  324. p.CFrame = CFrame.new(43.0000076, 9.30000114, 62.8999977, 1.06581131e-014, -8.74229471e-008, 1, -7.10542736e-015, 1, 8.742294e-008, -1, -7.10542736e-015, -4.37113776e-008)
  325. p.BrickColor = BrickColor.new("Bright yellow")
  326. p.Transparency = 1
  327. p.Reflectance = .1
  328. p.Material = Enum.Material.Plastic
  329. p = Instance.new("Part", Model)
  330. p.Name = "Part"
  331. p.TopSurface = 0
  332. p.BottomSurface = 0
  333. p.formFactor = "Custom"
  334. p.Size = Vector3.new(6.80, 1, 6.00)
  335. p.CFrame = CFrame.new(51.9999924, 9.06999207, 68.6000443, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  336. p.BrickColor = BrickColor.new("Bright yellow")
  337. p.Transparency = 0
  338. p.Reflectance = .1
  339. p.Material = Enum.Material.Plastic
  340. p = Instance.new("Part", Model)
  341. p.Name = "Part"
  342. p.TopSurface = 0
  343. p.BottomSurface = 0
  344. p.formFactor = "Custom"
  345. p.Size = Vector3.new(11, 5.40, 2.79)
  346. p.CFrame = CFrame.new(56.5999718, 9.76999664, 63.0000076, 1.49011612e-008, 5.89458523e-007, -0.999990225, -3.49571337e-007, 0.99999392, 5.89460512e-007, 0.999994278, 3.49571422e-007, -4.47034836e-008)
  347. p.BrickColor = BrickColor.new("Bright yellow")
  348. p.Transparency = 0
  349. p.Reflectance = .1
  350. p.Material = Enum.Material.Plastic
  351. m = Instance.new("SpecialMesh")
  352. m.Scale = Vector3.new(1, 1, 1)
  353. m.Parent = p
  354. m.MeshType = Enum.MeshType.Wedge
  355. p = Instance.new("Part", Model)
  356. p.Name = "Part"
  357. p.TopSurface = 0
  358. p.BottomSurface = 0
  359. p.formFactor = "Custom"
  360. p.Size = Vector3.new(2.60, 11, 1.99)
  361. p.CFrame = CFrame.new(39.4000015, 10.7699995, 63, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  362. p.BrickColor = BrickColor.new("Bright yellow")
  363. p.Transparency = 0
  364. p.Reflectance = .1
  365. p.Material = Enum.Material.Plastic
  366. p = Instance.new("Part", Model)
  367. p.Name = "Part"
  368. p.TopSurface = 0
  369. p.BottomSurface = 0
  370. p.formFactor = "Custom"
  371. p.Size = Vector3.new(3.20, 11.0, 5)
  372. p.CFrame = CFrame.new(35.9000092, 11.0999928, 63.0000153, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  373. p.BrickColor = BrickColor.new("Bright yellow")
  374. p.Transparency = 0
  375. p.Reflectance = .1
  376. p.Material = Enum.Material.Plastic
  377. p = Instance.new("Part", Model)
  378. p.Name = "Part"
  379. p.TopSurface = 0
  380. p.BottomSurface = 0
  381. p.formFactor = "Custom"
  382. p.Size = Vector3.new(1.99, 1, 1)
  383. p.CFrame = CFrame.new(51.8999863, 16.6699886, 58.4000015, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  384. p.BrickColor = BrickColor.new("Mid gray")
  385. p.Transparency = 0
  386. p.Reflectance = .1
  387. p.Material = Enum.Material.Plastic
  388. p = Instance.new("Part", Model)
  389. p.Name = "Part"
  390. p.TopSurface = 0
  391. p.BottomSurface = 0
  392. p.formFactor = "Custom"
  393. p.Size = Vector3.new(1, 1, 4.59)
  394. p.CFrame = CFrame.new(49.099987, 18.1699905, 58.4000015, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  395. p.BrickColor = BrickColor.new("Mid gray")
  396. p.Transparency = 0
  397. p.Reflectance = .1
  398. p.Material = Enum.Material.Plastic
  399. p = Instance.new("Part", Model)
  400. p.Name = "Part"
  401. p.TopSurface = 0
  402. p.BottomSurface = 0
  403. p.formFactor = "Custom"
  404. p.Size = Vector3.new(1, 12.6, 9.80)
  405. p.CFrame = CFrame.new(40.2999878, 6.77000237, 63.0000038, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  406. p.BrickColor = BrickColor.new("Bright yellow")
  407. p.Transparency = 0
  408. p.Reflectance = .1
  409. p.Material = Enum.Material.Plastic
  410. p = Instance.new("Part", Model)
  411. p.Name = "Part"
  412. p.TopSurface = 0
  413. p.BottomSurface = 0
  414. p.formFactor = "Custom"
  415. p.Size = Vector3.new(5.19, 1.39, 2.39)
  416. p.CFrame = CFrame.new(32.2000008, 12.5999899, 63.2999992, -1.49008788e-008, -2.3933373e-007, 0.999990225, 6.6675625e-009, 0.99999392, 2.39334668e-007, -0.999994516, 6.66761935e-009, 7.45059765e-008)
  417. p.BrickColor = BrickColor.new("Bright yellow")
  418. p.Transparency = 0
  419. p.Reflectance = .1
  420. p.Material = Enum.Material.Plastic
  421. m = Instance.new("SpecialMesh")
  422. m.Scale = Vector3.new(1, 1, 1)
  423. m.Parent = p
  424. m.MeshType = Enum.MeshType.Wedge
  425. p = Instance.new("Part", Model)
  426. p.Name = "Part"
  427. p.TopSurface = 0
  428. p.BottomSurface = 0
  429. p.formFactor = "Custom"
  430. p.Size = Vector3.new(11, 0.60, 1.99)
  431. p.CFrame = CFrame.new(39.3999825, 12.3699951, 63.0000267, 1.49008779e-008, 2.39330944e-007, -0.999990225, 6.66761935e-009, 0.99999392, 2.39331769e-007, 0.999994516, -6.66753408e-009, -7.45059765e-008)
  432. p.BrickColor = BrickColor.new("Bright yellow")
  433. p.Transparency = 0
  434. p.Reflectance = .1
  435. p.Material = Enum.Material.Plastic
  436. m = Instance.new("SpecialMesh")
  437. m.Scale = Vector3.new(1, 1, 1)
  438. m.Parent = p
  439. m.MeshType = Enum.MeshType.Wedge
  440. p = Instance.new("Part", Model)
  441. p.Name = "Part"
  442. p.TopSurface = 0
  443. p.BottomSurface = 0
  444. p.formFactor = "Custom"
  445. p.Size = Vector3.new(3.20, 11, 5.60)
  446. p.CFrame = CFrame.new(50.1999855, 14.0699921, 63, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  447. p.BrickColor = BrickColor.new("Bright yellow")
  448. p.Transparency = 0
  449. p.Reflectance = .1
  450. p.Material = Enum.Material.Plastic
  451. p = Instance.new("Part", Model)
  452. p.Name = "Part"
  453. p.TopSurface = 0
  454. p.BottomSurface = 0
  455. p.formFactor = "Custom"
  456. p.Size = Vector3.new(5, 13, 3.79)
  457. p.CFrame = CFrame.new(43.2999916, 9.56999779, 63, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  458. p.BrickColor = BrickColor.new("Bright yellow")
  459. p.Transparency = 0
  460. p.Reflectance = .1
  461. p.Material = Enum.Material.Plastic
  462. p = Instance.new("Part", Model)
  463. p.Name = "Part"
  464. p.TopSurface = 0
  465. p.BottomSurface = 0
  466. p.formFactor = "Custom"
  467. p.Size = Vector3.new(5.19, 1.39, 2.39)
  468. p.CFrame = CFrame.new(39.6000061, 12.599987, 63.2999992, 1.49011612e-008, 5.89458523e-007, -0.999990225, -3.49571337e-007, 0.99999392, 5.89460512e-007, 0.999994278, 3.49571422e-007, -4.47034836e-008)
  469. p.BrickColor = BrickColor.new("Bright yellow")
  470. p.Transparency = 0
  471. p.Reflectance = .1
  472. p.Material = Enum.Material.Plastic
  473. m = Instance.new("SpecialMesh")
  474. m.Scale = Vector3.new(1, 1, 1)
  475. m.Parent = p
  476. m.MeshType = Enum.MeshType.Wedge
  477. p = Instance.new("Part", Model)
  478. p.Name = "Part"
  479. p.TopSurface = 0
  480. p.BottomSurface = 0
  481. p.formFactor = "Custom"
  482. p.Size = Vector3.new(5.19, 1, 1)
  483. p.CFrame = CFrame.new(46.2999878, 15.069993, 67.5999985, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  484. p.BrickColor = BrickColor.new("Mid gray")
  485. p.Transparency = 0
  486. p.Reflectance = .1
  487. p.Material = Enum.Material.Plastic
  488. p = Instance.new("Part", Model)
  489. p.Name = "Part"
  490. p.TopSurface = 0
  491. p.BottomSurface = 0
  492. p.formFactor = "Custom"
  493. p.Size = Vector3.new(3.20, 5, 4)
  494. p.CFrame = CFrame.new(32.200016, 9.59999657, 63.3000221, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  495. p.BrickColor = BrickColor.new("Bright yellow")
  496. p.Transparency = 0
  497. p.Reflectance = .1
  498. p.Material = Enum.Material.Plastic
  499. p = Instance.new("Part", Model)
  500. p.Name = "Part"
  501. p.TopSurface = 0
  502. p.BottomSurface = 0
  503. p.formFactor = "Custom"
  504. p.Size = Vector3.new(6, 6.79, 2.79)
  505. p.CFrame = CFrame.new(51.9999924, 9.06999302, 70.5000458, -1, 0, -4.37113883e-008, 0, 1, 0, 4.37113883e-008, 0, -1)
  506. p.BrickColor = BrickColor.new("Bright yellow")
  507. p.Transparency = 0
  508. p.Reflectance = .1
  509. p.Material = Enum.Material.Plastic
  510. m = Instance.new("SpecialMesh")
  511. m.Scale = Vector3.new(1, 1, 1)
  512. m.Parent = p
  513. m.MeshType = Enum.MeshType.Wedge
  514. p = Instance.new("Part", Model)
  515. p.Name = "Part"
  516. p.TopSurface = 0
  517. p.BottomSurface = 0
  518. p.formFactor = "Custom"
  519. p.Size = Vector3.new(0.60, 7.40, 3.79)
  520. p.CFrame = CFrame.new(43.2999916, 12.3699942, 63.2000008, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  521. p.BrickColor = BrickColor.new("Black")
  522. p.Transparency = 0
  523. p.Reflectance = .1
  524. p.Material = Enum.Material.Plastic
  525. p = Instance.new("Part", Model)
  526. p.Name = "Part"
  527. p.TopSurface = 0
  528. p.BottomSurface = 0
  529. p.formFactor = "Custom"
  530. p.Size = Vector3.new(6.80, 1, 6.00)
  531. p.CFrame = CFrame.new(51.9999924, 9.06999588, 57.3999977, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  532. p.BrickColor = BrickColor.new("Bright yellow")
  533. p.Transparency = 0
  534. p.Reflectance = .1
  535. p.Material = Enum.Material.Plastic
  536. p = Instance.new("Part", Model)
  537. p.Name = "Part"
  538. p.TopSurface = 0
  539. p.BottomSurface = 0
  540. p.formFactor = "Custom"
  541. p.Size = Vector3.new(11, 3.20, 2.19)
  542. p.CFrame = CFrame.new(54.0999756, 14.0699921, 63.0000076, 1.49011612e-008, 5.89458523e-007, -0.999990225, -3.49571337e-007, 0.99999392, 5.89460512e-007, 0.999994278, 3.49571422e-007, -4.47034836e-008)
  543. p.BrickColor = BrickColor.new("Bright yellow")
  544. p.Transparency = 0
  545. p.Reflectance = .1
  546. p.Material = Enum.Material.Plastic
  547. m = Instance.new("SpecialMesh")
  548. m.Scale = Vector3.new(1, 1, 1)
  549. m.Parent = p
  550. m.MeshType = Enum.MeshType.Wedge
  551. p = Instance.new("Part", Model)
  552. p.Name = "Part"
  553. p.TopSurface = 0
  554. p.BottomSurface = 0
  555. p.formFactor = "Custom"
  556. p.Size = Vector3.new(2.60, 11, 2.39)
  557. p.CFrame = CFrame.new(32.1999741, 10.7699986, 63, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  558. p.BrickColor = BrickColor.new("Bright yellow")
  559. p.Transparency = 0
  560. p.Reflectance = .1
  561. p.Material = Enum.Material.Plastic
  562. p = Instance.new("Part", Model)
  563. p.Name = "Part"
  564. p.TopSurface = 0
  565. p.BottomSurface = 0
  566. p.formFactor = "Custom"
  567. p.Size = Vector3.new(5.19, 1, 1)
  568. p.CFrame = CFrame.new(46.2999878, 15.0699921, 58.4000015, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  569. p.BrickColor = BrickColor.new("Mid gray")
  570. p.Transparency = 0
  571. p.Reflectance = .1
  572. p.Material = Enum.Material.Plastic
  573. p = Instance.new("Part", Model)
  574. p.Name = "Part"
  575. p.TopSurface = 0
  576. p.BottomSurface = 0
  577. p.formFactor = "Custom"
  578. p.Size = Vector3.new(5, 0.80, 0.79)
  579. p.CFrame = CFrame.new(30.6000195, 11.5999937, 63.3000107, -1.49008788e-008, -2.3933373e-007, 0.999990225, 6.6675625e-009, 0.99999392, 2.39334668e-007, -0.999994516, 6.66761935e-009, 7.45059765e-008)
  580. p.BrickColor = BrickColor.new("Bright yellow")
  581. p.Transparency = 0
  582. p.Reflectance = .1
  583. p.Material = Enum.Material.Plastic
  584. m = Instance.new("SpecialMesh")
  585. m.Scale = Vector3.new(1, 1, 1)
  586. m.Parent = p
  587. m.MeshType = Enum.MeshType.Wedge
  588. p = Instance.new("Part", Model)
  589. p.Name = "Part"
  590. p.TopSurface = 0
  591. p.BottomSurface = 0
  592. p.formFactor = "Custom"
  593. p.Size = Vector3.new(10, 12, 10)
  594. p.CFrame = CFrame.new(51.8000298, 7.099998, 63.0000191, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  595. p.BrickColor = BrickColor.new("Medium stone grey")
  596. p.Transparency = 0
  597. p.Reflectance = .1
  598. p.Material = Enum.Material.Concrete
  599. m = Instance.new("CylinderMesh")
  600. m.Scale = Vector3.new(1, 1.02999997, 1)
  601. m.Parent = p
  602. p = Instance.new("Part", Model)
  603. p.Name = "Part"
  604. p.TopSurface = 0
  605. p.BottomSurface = 0
  606. p.formFactor = "Custom"
  607. p.Size = Vector3.new(0.60, 5.19, 5)
  608. p.CFrame = CFrame.new(35.9000015, 13, 63.2999992, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  609. p.BrickColor = BrickColor.new("Bright yellow")
  610. p.Transparency = 0
  611. p.Reflectance = .1
  612. p.Material = Enum.Material.Plastic
  613. p = Instance.new("Part", Model)
  614. p.Name = "Part"
  615. p.TopSurface = 0
  616. p.BottomSurface = 0
  617. p.formFactor = "Custom"
  618. p.Size = Vector3.new(6, 6.79, 2.79)
  619. p.CFrame = CFrame.new(51.9999847, 9.06999207, 55.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  620. p.BrickColor = BrickColor.new("Bright yellow")
  621. p.Transparency = 0
  622. p.Reflectance = .1
  623. p.Material = Enum.Material.Plastic
  624. m = Instance.new("SpecialMesh")
  625. m.Scale = Vector3.new(1, 1, 1)
  626. m.Parent = p
  627. m.MeshType = Enum.MeshType.Wedge
  628. p = Instance.new("Part", Model)
  629. p.Name = "Part"
  630. p.TopSurface = 0
  631. p.BottomSurface = 0
  632. p.formFactor = "Custom"
  633. p.Size = Vector3.new(2.79, 7.40, 0.79)
  634. p.CFrame = CFrame.new(44.7999916, 14.0699921, 63.2000008, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  635. p.BrickColor = BrickColor.new("Black")
  636. p.Transparency = 0
  637. p.Reflectance = .1
  638. p.Material = Enum.Material.Plastic
  639. p = Instance.new("Part", Model)
  640. p.Name = "Part"
  641. p.TopSurface = 0
  642. p.BottomSurface = 0
  643. p.formFactor = "Custom"
  644. p.Size = Vector3.new(5.40, 11, 10)
  645. p.CFrame = CFrame.new(50.1999893, 9.76999474, 63, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  646. p.BrickColor = BrickColor.new("Bright yellow")
  647. p.Transparency = 0
  648. p.Reflectance = .1
  649. p.Material = Enum.Material.Plastic
  650. p = Instance.new("Part", Model)
  651. p.Name = "Part"
  652. p.TopSurface = 0
  653. p.BottomSurface = 0
  654. p.formFactor = "Custom"
  655. p.Size = Vector3.new(11, 0.60, 2.39)
  656. p.CFrame = CFrame.new(32.1999855, 12.3699961, 62.9999733, -1.49008788e-008, -2.3933373e-007, 0.999990225, 6.6675625e-009, 0.99999392, 2.39334668e-007, -0.999994516, 6.66761935e-009, 7.45059765e-008)
  657. p.BrickColor = BrickColor.new("Bright yellow")
  658. p.Transparency = 0
  659. p.Reflectance = .1
  660. p.Material = Enum.Material.Plastic
  661. m = Instance.new("SpecialMesh")
  662. m.Scale = Vector3.new(1, 1, 1)
  663. m.Parent = p
  664. m.MeshType = Enum.MeshType.Wedge
  665. p = Instance.new("Part", Model)
  666. p.Name = "Part"
  667. p.TopSurface = 0
  668. p.BottomSurface = 0
  669. p.formFactor = "Custom"
  670. p.Size = Vector3.new(4, 13, 1)
  671. p.CFrame = CFrame.new(40.8999939, 10.0700006, 63, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  672. p.BrickColor = BrickColor.new("Bright yellow")
  673. p.Transparency = 0
  674. p.Reflectance = .1
  675. p.Material = Enum.Material.Plastic
  676. p = Instance.new("Part", Model)
  677. p.Name = "Part"
  678. p.TopSurface = 0
  679. p.BottomSurface = 0
  680. p.formFactor = "Custom"
  681. p.Size = Vector3.new(10.1, 1, 0.99)
  682. p.CFrame = CFrame.new(51.8999825, 18.1699867, 62.9999733, 1.49008796e-008, 2.39336913e-007, -0.999990225, 6.66744882e-009, 0.99999392, 2.39337737e-007, 0.999994516, -6.66736355e-009, -7.45059765e-008)
  683. p.BrickColor = BrickColor.new("Mid gray")
  684. p.Transparency = 0
  685. p.Reflectance = .1
  686. p.Material = Enum.Material.Plastic
  687. m = Instance.new("SpecialMesh")
  688. m.Scale = Vector3.new(1, 1, 1)
  689. m.Parent = p
  690. m.MeshType = Enum.MeshType.Wedge
  691. p = Instance.new("Part", Model)
  692. p.Name = "Part"
  693. p.TopSurface = 0
  694. p.BottomSurface = 0
  695. p.formFactor = "Custom"
  696. p.Size = Vector3.new(1, 1, 4.59)
  697. p.CFrame = CFrame.new(49.099987, 18.1699944, 67.5999985, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  698. p.BrickColor = BrickColor.new("Mid gray")
  699. p.Transparency = 0
  700. p.Reflectance = .1
  701. p.Material = Enum.Material.Plastic
  702. p = Instance.new("Part", Model)
  703. p.Name = "Part"
  704. p.TopSurface = 0
  705. p.BottomSurface = 0
  706. p.formFactor = "Custom"
  707. p.Size = Vector3.new(1.99, 1, 1)
  708. p.CFrame = CFrame.new(51.8999863, 16.6699886, 67.5999908, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  709. p.BrickColor = BrickColor.new("Mid gray")
  710. p.Transparency = 0
  711. p.Reflectance = .1
  712. p.Material = Enum.Material.Plastic
  713. p = Instance.new("Part", Model)
  714. p.Name = "Part"
  715. p.TopSurface = 0
  716. p.BottomSurface = 0
  717. p.formFactor = "Custom"
  718. p.Size = Vector3.new(1, 1, 4.59)
  719. p.CFrame = CFrame.new(49.099987, 18.1699867, 63.0000153, 0, -5.38727239e-028, 0.999999642, -0.999999642, -5.38727287e-028, 9.62964972e-035, 5.38727335e-028, -0.999999762, -4.37113776e-008)
  720. p.BrickColor = BrickColor.new("Mid gray")
  721. p.Transparency = 0
  722. p.Reflectance = .1
  723. p.Material = Enum.Material.Plastic
  724. p = Instance.new("Part", Model)
  725. p.Name = "Part"
  726. p.TopSurface = 0
  727. p.BottomSurface = 0
  728. p.formFactor = "Custom"
  729. p.Size = Vector3.new(10.1, 1, 0.99)
  730. p.CFrame = CFrame.new(46.2999916, 18.1699886, 63.0000229, -1.49008823e-008, -2.39345496e-007, 0.999990225, 6.66727829e-009, 0.99999392, 2.39346434e-007, -0.999994516, 6.66733513e-009, 7.45059765e-008)
  731. p.BrickColor = BrickColor.new("Mid gray")
  732. p.Transparency = 0
  733. p.Reflectance = .1
  734. p.Material = Enum.Material.Plastic
  735. m = Instance.new("SpecialMesh")
  736. m.Scale = Vector3.new(1, 1, 1)
  737. m.Parent = p
  738. m.MeshType = Enum.MeshType.Wedge
  739.  
  740. Spawn = function()
  741. Modelc = Model:clone()
  742. for _, v in pairs(Modelc:children()) do
  743. if v.className == "Part" then
  744. if v.Name ~= "Center" then
  745. w = Instance.new("Weld")
  746. w.Part0 = Modelc.Center
  747. w.Part1 = v
  748. w.C1 = v.CFrame:inverse() * CFrame.new(v.Position)
  749. w.C0 = Modelc.Center.CFrame:inverse() * CFrame.new(v.Position)
  750. w.Parent = w.Part0
  751. end
  752. end
  753. end
  754. return Modelc
  755. end
  756.  
  757. CameraRadius = 66
  758. TimeStopRadius = 66
  759.  
  760. RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  761. RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  762. LeftShoulderC0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  763. LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  764. RightHipC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  765. RightHipC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  766. LeftHipC0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  767. LeftHipC1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  768. NeckC0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  769. NeckC1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  770. RootJointC0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  771. RootJointC1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  772.  
  773. getWelds = function(c) --designate weld variables
  774. local t = c.Torso
  775. local hrp = c.HumanoidRootPart.RootJoint
  776. RightShoulder = t:FindFirstChild("Right Shoulder")
  777. LeftShoulder = t:FindFirstChild("Left Shoulder")
  778. RightHip = t:FindFirstChild("Right Hip")
  779. LeftHip = t:FindFirstChild("Left Hip")
  780. RootJoint = hrp
  781. Neck = t:FindFirstChild("Neck")
  782. end
  783. resetWelds = function(ext, occ) --extent 1-3; occlusion
  784. --1 == reset desiredangle/currentangle
  785. --2 == reset C0/C1
  786. --3 == reset both des/cur/c0/c1
  787. local r = {
  788. RightShoulder,
  789. LeftShoulder,
  790. RightHip,
  791. LeftHip,
  792. RootJoint,
  793. Neck,
  794. Grip
  795. }
  796. for _, v in pairs(r) do
  797. for i = 1, #occ do
  798. if occ[i] == v then
  799. table.remove(r, _)
  800. end
  801. end
  802. end
  803. for _, v in pairs(r) do
  804. if v.Name == "Right Shoulder" then
  805. if ext == 1 then
  806. v.DesiredAngle = 0
  807. v.CurrentAngle = 0
  808. elseif ext == 2 then
  809. v.C0 = RightShoulderC0
  810. v.C1 = RightShoulderC1
  811. elseif ext == 3 then
  812. v.DesiredAngle = 0
  813. v.CurrentAngle = 0
  814. v.C0 = RightShoulderC0
  815. v.C1 = RightShoulderC1
  816. end
  817. elseif v.Name == "Left Shoulder" then
  818. if ext == 1 then
  819. v.DesiredAngle = 0
  820. v.CurrentAngle = 0
  821. elseif ext == 2 then
  822. v.C0 = LeftShoulderC0
  823. v.C1 = LeftShoulderC1
  824. elseif ext == 3 then
  825. v.DesiredAngle = 0
  826. v.CurrentAngle = 0
  827. v.C0 = LeftShoulderC0
  828. v.C1 = LeftShoulderC1
  829. end
  830. elseif v.Name == "Right Hip" then
  831. if ext == 1 then
  832. v.DesiredAngle = 0
  833. v.CurrentAngle = 0
  834. elseif ext == 2 then
  835. v.C0 = RightHipC0
  836. v.C1 = RightHipC1
  837. elseif ext == 3 then
  838. v.DesiredAngle = 0
  839. v.CurrentAngle = 0
  840. v.C0 = RightHipC0
  841. v.C1 = RightHipC1
  842. end
  843. elseif v.Name == "Left Hip" then
  844. if ext == 1 then
  845. v.DesiredAngle = 0
  846. v.CurrentAngle = 0
  847. elseif ext == 2 then
  848. v.C0 = LeftHipC0
  849. v.C1 = LeftHipC1
  850. elseif ext == 3 then
  851. v.DesiredAngle = 0
  852. v.CurrentAngle = 0
  853. v.C0 = LeftHipC0
  854. v.C1 = LeftHipC1
  855. end
  856. elseif v.Name == "Neck" then
  857. if ext == 1 then
  858. v.DesiredAngle = 0
  859. v.CurrentAngle = 0
  860. elseif ext == 2 then
  861. v.C0 = NeckC0
  862. v.C1 = NeckC1
  863. elseif ext == 3 then
  864. v.DesiredAngle = 0
  865. v.CurrentAngle = 0
  866. v.C0 = NeckC0
  867. v.C1 = NeckC1
  868. end
  869. elseif v.Name == "RootJoint" then
  870. if ext == 1 then
  871. v.DesiredAngle = 0
  872. v.CurrentAngle = 0
  873. elseif ext == 2 then
  874. v.C0 = RootJointC0
  875. v.C1 = RootJointC1
  876. elseif ext == 3 then
  877. v.DesiredAngle = 0
  878. v.CurrentAngle = 0
  879. v.C0 = RootJointC0
  880. v.C1 = RootJointC1
  881. end
  882. elseif v.Name == "RightGrip" then
  883. if ext == 1 then
  884. elseif ext == 2 then
  885. Grip.C0 = nGrip.C0
  886. Grip.C1 = nGrip.C1
  887. elseif ext == 3 then
  888. Grip.C0 = nGrip.C0
  889. Grip.C1 = nGrip.C1
  890. end
  891. end
  892. end
  893. end
  894.  
  895.  
  896. doitdocdoit = function()
  897. if deb == false then
  898. return
  899. end
  900. deb = false
  901.  
  902. vPlayer = game.Players.LocalPlayer
  903. cPlayer = vPlayer.Character
  904. Anim = cPlayer.Animate
  905. Anim.Disabled = true
  906. Hum = cPlayer.Humanoid
  907. Hum.Name = "NOPE"
  908. Hum.WalkSpeed = 0
  909. getWelds(cPlayer)
  910. resetWelds(3, {})
  911.  
  912. bodypos = Instance.new("BodyPosition")
  913. bodypos.P = 4000
  914. bodypos.maxForce = Vector3.new(5000000, 50000000, 5000000) * 5000
  915. bodypos.position = cPlayer.Torso.Position + Vector3.new(0, .5, 0)
  916. bodypos.Parent = cPlayer.Torso
  917.  
  918. dir = cPlayer.HumanoidRootPart.CFrame.lookVector
  919. CPlayer = cPlayer
  920. partpos = Instance.new("Part", workspace)
  921. partpos.Transparency = 1
  922. partpos.CanCollide = false
  923. partpos.Anchored = true
  924. partpos.CFrame = cPlayer.Torso.CFrame
  925.  
  926. sound = Instance.new("Sound")
  927. sound.Parent = partpos
  928. sound.Volume = 1
  929. sound.SoundId = "http://www.roblox.com/asset/?id=468760371"
  930. -- sound.SoundId="http://www.roblox.com/asset/?id=168009623"
  931. sound2 = Instance.new("Sound")
  932. sound2.Parent = workspace.CurrentCamera
  933. sound2.Volume = 1
  934. sound2.SoundId = "http://www.roblox.com/asset/?id=468760371"
  935. -- sound2.SoundId="http://www.roblox.com/asset/?id=168009623"
  936. sound:Play()
  937. sound2:Play()
  938. expected = 10
  939. did = false
  940. pooted = 0
  941. sos = game:GetService("RunService").Stepped:connect(function()
  942. pooted = pooted + 1
  943. if pooted >= expected + 1 then
  944. sos:disconnect()
  945. did = true
  946. return
  947. end
  948. resetWelds(3, {})
  949. RightShoulder.C0 = RightShoulder.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted), math.rad(0), math.rad(0))
  950. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted), math.rad(0), math.rad(0))
  951. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted), math.rad(0), math.rad(0))
  952. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted), math.rad(0), math.rad(0))
  953. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  954. RootJoint.C0 = RootJoint.C0 * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  955. end)
  956. --[[sound=Instance.new("Sound")
  957. sound.Parent=cPlayer.Torso
  958. sound.Volume=1
  959. sound.SoundId="http://www.roblox.com/asset/?id=316900066"
  960. sound:Play()]]--
  961. while did == false do
  962. wait()
  963. end
  964.  
  965. expected = 10
  966. did = false
  967. pooted = 0
  968. sos = game:GetService("RunService").Stepped:connect(function()
  969. pooted = pooted + 1
  970. if pooted >= expected + 1 then
  971. sos:disconnect()
  972. did = true
  973. return
  974. end
  975. resetWelds(3, {})
  976. RightShoulder.C0 = RightShoulder.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-12 - pooted * 8), math.rad(0), math.rad(pooted))
  977. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, pooted * .1) * CFrame.fromEulerAnglesXYZ(math.rad(-12 - pooted * 9), math.rad(pooted * 9), math.rad(0))
  978. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-12), math.rad(0), math.rad(0))
  979. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-12), math.rad(0), math.rad(0))
  980. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(pooted / 2), math.rad(0), math.rad(-pooted * 9))
  981. RootJoint.C0 = RootJoint.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted), math.rad(pooted / 3), math.rad(pooted * 10))
  982. end)
  983. while did == false do
  984. wait()
  985. end
  986. wait(.2)
  987. expected = 5
  988. did = false
  989. pooted = 0
  990. nubhit = nil
  991. sos = game:GetService("RunService").Stepped:connect(function()
  992. pooted = pooted + 1
  993. if pooted >= expected + 1 then
  994. sos:disconnect()
  995. did = true
  996. return
  997. end
  998. resetWelds(3, {})
  999. RightShoulder.C0 = RightShoulder.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-12 - pooted * 8), math.rad(0), math.rad(pooted))
  1000. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, pooted * .1) * CFrame.fromEulerAnglesXYZ(math.rad(-12 - pooted * 9), math.rad(pooted * 9), math.rad(0))
  1001. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-12), math.rad(0), math.rad(0))
  1002. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-12), math.rad(0), math.rad(0))
  1003. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(5), math.rad(0), math.rad(-90 + pooted * 40))
  1004. RootJoint.C0 = RootJoint.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-10 + pooted * 4), math.rad(3.3), math.rad(90 - pooted * 34))
  1005. if nubhit == nil then
  1006. bodypos.position = bodypos.position + dir * 4
  1007. cPlayer.Torso.CFrame = CFrame.new(bodypos.position + dir * 4, bodypos.position + dir * 20)
  1008. --bodypos.position=bodypos.position + dir*9
  1009. --cPlayer.Torso.CFrame=CFrame.new(bodypos.position+dir*9,bodypos.position+dir*20)
  1010. end
  1011. if nubhit == nil and pooted >= 2 then
  1012. pos = bodypos.position + dir * 2
  1013. radi = 6
  1014. for _, v in pairs(workspace:children()) do
  1015. h = v:FindFirstChild("Humanoid")
  1016. t = v:FindFirstChild("Torso")
  1017. if h ~= nil and t ~= nil and v ~= cPlayer then
  1018. if (t.Position - pos).magnitude <= radi then
  1019. print(":>")
  1020. nubhit = v
  1021. break
  1022. end
  1023. end
  1024. end
  1025. end
  1026. if nubhit ~= nil then
  1027. if nubhit.Torso:FindFirstChild("PART1") == nil then
  1028. v = Instance.new("BodyVelocity")
  1029. v.P = 4000
  1030. v.maxForce = Vector3.new(500000000000, 500000000000, 500000000000)
  1031. v.velocity = dir * 4 + Vector3.new(0, 4, 0)
  1032. v.Name = "PART1"
  1033. v.Parent = nubhit.Torso
  1034. game:GetService("Debris"):AddItem(v, 5)
  1035. coroutine.resume(coroutine.create(function(v)
  1036. for i = 1, 100 do
  1037. v.velocity = v.velocity - Vector3.new(0, .07, 0)
  1038. wait()
  1039. end
  1040. end), v)
  1041. v = Instance.new("BodyGyro")
  1042. v.P = 20
  1043. v.D = 30
  1044. v.maxTorque = Vector3.new(5000000, 5000000, 5000000)
  1045. v.cframe = CPlayer.Torso.CFrame * CFrame.fromEulerAnglesXYZ(math.pi / 2, math.pi, 0)
  1046. v.Name = "PART1"
  1047. v.Parent = nubhit.Torso
  1048. game:GetService("Debris"):AddItem(v, 5)
  1049. end
  1050. end
  1051. end)
  1052. while did == false do
  1053. wait()
  1054. end
  1055. if nubhit == nil then
  1056. sound:Stop()
  1057. wait(.5)
  1058. sound2:Stop()
  1059. else
  1060. expected = 32
  1061. did = false
  1062. pooted = 0
  1063. sos = game:GetService("RunService").Stepped:connect(function()
  1064. pooted = pooted + 1
  1065. if pooted >= expected + 1 then
  1066. sos:disconnect()
  1067. did = true
  1068. return
  1069. end
  1070. RightShoulder.C0 = RightShoulder.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-.03), math.rad(0), math.rad(.03))
  1071. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, .02) * CFrame.fromEulerAnglesXYZ(math.rad(-.05), math.rad(.08), math.rad(0))
  1072. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-.04), math.rad(0), math.rad(0))
  1073. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-.04), math.rad(0), math.rad(0))
  1074. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(.05), math.rad(0), math.rad(.1))
  1075. RootJoint.C0 = RootJoint.C0 * CFrame.fromEulerAnglesXYZ(math.rad(.2), math.rad(0.05), math.rad(-.05))
  1076. bodypos.position = bodypos.position + dir * .05
  1077. cPlayer.Torso.CFrame = CFrame.new(bodypos.position + dir * .05, bodypos.position + dir * 20)
  1078. end)
  1079. while did == false do
  1080. wait()
  1081. end
  1082. bodypos.Parent = nil
  1083. expected = 12
  1084. did = false
  1085. pooted = 0
  1086. sos = game:GetService("RunService").Stepped:connect(function()
  1087. pooted = pooted + 1
  1088. if pooted >= expected + 1 then
  1089. sos:disconnect()
  1090. did = true
  1091. return
  1092. end
  1093. RightShoulder.C0 = RightShoulder.C0 * CFrame.fromEulerAnglesXYZ(math.rad(4.5), math.rad(0), math.rad(-.15))
  1094. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, -.07) * CFrame.fromEulerAnglesXYZ(math.rad(5.6), math.rad(-4.5), math.rad(1.25))
  1095. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(1.24), math.rad(0), math.rad(0))
  1096. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(1.24), math.rad(0), math.rad(0))
  1097. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(1), math.rad(-2.5), math.rad(-8))
  1098. RootJoint.C0 = RootJoint.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-.5), math.rad(-.5), math.rad(7))
  1099. end)
  1100.  
  1101. while did == false do
  1102. wait()
  1103. end
  1104. expected = 6
  1105. did = false
  1106. pooted = 0
  1107. sos = game:GetService("RunService").Stepped:connect(function()
  1108. pooted = pooted + 1
  1109. if pooted >= expected + 1 then
  1110. sos:disconnect()
  1111. did = true
  1112. return
  1113. end
  1114. resetWelds(3, {})
  1115. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 5), math.rad(0), math.rad(pooted * 18))
  1116. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 5), math.rad(0), math.rad(-pooted * 18))
  1117. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 2), math.rad(0), math.rad(pooted * 6))
  1118. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 2), math.rad(0), math.rad(-pooted * 6))
  1119. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(20 + pooted * 5), math.rad(0), math.rad(0))
  1120. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, pooted * .03, -pooted * .1) * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 6), math.rad(0), math.rad(pooted * 1))
  1121. print(":(")
  1122. end)
  1123. wait(.3)
  1124. while did == false do
  1125. wait()
  1126. end
  1127. resetWelds(3, {
  1128. "Neck"
  1129. })
  1130. expected = 5
  1131. did = false
  1132. pooted = 0
  1133. p = Instance.new("Part", workspace)
  1134. p.Name = "ORB"
  1135. p.TopSurface = 0
  1136. p.BottomSurface = 0
  1137. p.formFactor = "Custom"
  1138. p.CFrame = cPlayer.Torso.CFrame
  1139. m = Instance.new("SpecialMesh", p)
  1140. m.MeshType = "Sphere"
  1141. p.BrickColor = BrickColor:White()
  1142. p.Size = Vector3.new(1, 1, 1)
  1143. p.CanCollide = false
  1144. p.Anchored = true
  1145. game:GetService("Debris"):AddItem(p, 5)
  1146. coroutine.resume(coroutine.create(function(p)
  1147. nubhit.Torso.Anchored = true
  1148. for i = 1, 10 do
  1149. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(5, 5, 5)
  1150. p.Transparency = .5 + i / 20
  1151. wait()
  1152. end
  1153. p:Remove()
  1154. end), p)
  1155. sos = game:GetService("RunService").Stepped:connect(function()
  1156. pooted = pooted + 1
  1157. if pooted >= expected + 1 then
  1158. sos:disconnect()
  1159. did = true
  1160. return
  1161. end
  1162. resetWelds(3, {})
  1163. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 10), math.rad(-pooted * 12), math.rad(pooted * 10))
  1164. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 10), math.rad(pooted * 12), math.rad(-pooted * 10))
  1165. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 2), math.rad(0), math.rad(-pooted * 10))
  1166. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 2), math.rad(0), math.rad(pooted * 9))
  1167. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(20 - pooted * 6), math.rad(0), math.rad(0))
  1168. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, pooted * .03, -pooted * .1) * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 9.5), math.rad(0), math.rad(pooted * .2))
  1169. print(":(")
  1170. end)
  1171.  
  1172. while did == false do
  1173. wait()
  1174. end
  1175. wait(1)
  1176. expected = 5
  1177. did = false
  1178. pooted = 0
  1179. sos = game:GetService("RunService").Stepped:connect(function()
  1180. pooted = pooted + 1
  1181. if pooted >= expected + 1 then
  1182. sos:disconnect()
  1183. did = true
  1184. return
  1185. end
  1186. resetWelds(3, {})
  1187. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0.05 * pooted, 0) * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 2), math.rad(0), math.rad(pooted * 6))
  1188. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 2), math.rad(0), math.rad(-pooted * 6))
  1189. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 2), math.rad(0), math.rad(-57 + pooted * 20))
  1190. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 2), math.rad(0), math.rad(57 - pooted * 20))
  1191. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 4), math.rad(0), math.rad(0))
  1192. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, -.1 * pooted) * CFrame.fromEulerAnglesXYZ(math.rad(-57 + pooted * 20), math.rad(0), math.rad(0))
  1193. print(":(")
  1194. end)
  1195. while did == false do
  1196. wait()
  1197. end
  1198. wait(.8)
  1199. expected = 5
  1200. did = false
  1201. pooted = 0
  1202. bodypos.Parent = cPlayer.Torso
  1203. workspace.CurrentCamera.CameraType = "Follow"
  1204. sos = game:GetService("RunService").Stepped:connect(function()
  1205. pooted = pooted + 1
  1206. if pooted >= expected + 1 then
  1207. sos:disconnect()
  1208. did = true
  1209. return
  1210. end
  1211. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-2), math.rad(0), math.rad(-3))
  1212. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(2), math.rad(0), math.rad(3))
  1213. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(1), math.rad(0), math.rad(-8))
  1214. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(1), math.rad(0), math.rad(8))
  1215. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-14), math.rad(0), math.rad(0))
  1216. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, .05) * CFrame.fromEulerAnglesXYZ(math.rad(-7), math.rad(0), math.rad(0))
  1217.  
  1218. bodypos.position = bodypos.position + Vector3.new(0, 240, 0)
  1219. cPlayer.Torso.CFrame = cPlayer.Torso.CFrame + Vector3.new(0, 240, 0)
  1220.  
  1221. print(":(")
  1222. end)
  1223. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1224. DIOPLS.SoundId = "rbxassetid://616582814"
  1225. DIOPLS.Volume = 1
  1226. DIOPLS:Play()
  1227. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1228. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1229. while did == false do
  1230. wait()
  1231. end
  1232.  
  1233. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1234. DIOPLS.SoundId = "rbxassetid://545622408"
  1235. DIOPLS.Volume = 1
  1236. DIOPLS:Play()
  1237. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1238. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1239. while did == false do
  1240. wait()
  1241. end
  1242.  
  1243. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1244. DIOPLS.SoundId = "rbxassetid://616582814"
  1245. DIOPLS.Volume = 1
  1246. DIOPLS:Play()
  1247. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1248. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1249. while did == false do
  1250. wait()
  1251. end
  1252.  
  1253. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1254. DIOPLS.SoundId = "rbxassetid://616582814"
  1255. DIOPLS.Volume = 1
  1256. DIOPLS:Play()
  1257. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1258. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1259. while did == false do
  1260. wait()
  1261. end
  1262.  
  1263. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1264. DIOPLS.SoundId = "rbxassetid://616582814"
  1265. DIOPLS.Volume = 1
  1266. DIOPLS:Play()
  1267. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1268. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1269. while did == false do
  1270. wait()
  1271. end
  1272.  
  1273. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1274. DIOPLS.SoundId = "rbxassetid://616582814"
  1275. DIOPLS.Volume = 1
  1276. DIOPLS:Play()
  1277. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1278. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1279. while did == false do
  1280. wait()
  1281. end
  1282.  
  1283. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1284. DIOPLS.SoundId = "rbxassetid://616582814"
  1285. DIOPLS.Volume = 1
  1286. DIOPLS:Play()
  1287. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1288. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1289. while did == false do
  1290. wait()
  1291. end
  1292.  
  1293. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1294. DIOPLS.SoundId = "rbxassetid://616582814"
  1295. DIOPLS.Volume = 1
  1296. DIOPLS:Play()
  1297. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1298. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1299. while did == false do
  1300. wait()
  1301. end
  1302.  
  1303. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1304. DIOPLS.SoundId = "rbxassetid://616582814"
  1305. DIOPLS.Volume = 1
  1306. DIOPLS:Play()
  1307. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1308. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1309. while did == false do
  1310. wait()
  1311. end
  1312.  
  1313. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1314. DIOPLS.SoundId = "rbxassetid://616582814"
  1315. DIOPLS.Volume = 1
  1316. DIOPLS:Play()
  1317. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1318. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1319. while did == false do
  1320. wait()
  1321. end
  1322.  
  1323. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1324. DIOPLS.SoundId = "rbxassetid://616582814"
  1325. DIOPLS.Volume = 1
  1326. DIOPLS:Play()
  1327. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1328. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1329. while did == false do
  1330. wait()
  1331. end
  1332.  
  1333. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1334. DIOPLS.SoundId = "rbxassetid://616582814"
  1335. DIOPLS.Volume = 1
  1336. DIOPLS:Play()
  1337. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1338. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1339. while did == false do
  1340. wait()
  1341. end
  1342.  
  1343. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1344. DIOPLS.SoundId = "rbxassetid://616582814"
  1345. DIOPLS.Volume = 1
  1346. DIOPLS:Play()
  1347. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1348. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1349. while did == false do
  1350. wait()
  1351. end
  1352.  
  1353. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1354. DIOPLS.SoundId = "rbxassetid://616582814"
  1355. DIOPLS.Volume = 1
  1356. DIOPLS:Play()
  1357. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1358. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1359. while did == false do
  1360. wait()
  1361. end
  1362.  
  1363. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1364. DIOPLS.SoundId = "rbxassetid://616582814"
  1365. DIOPLS.Volume = 1
  1366. DIOPLS:Play()
  1367. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1368. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1369. while did == false do
  1370. wait()
  1371. end
  1372.  
  1373. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1374. DIOPLS.SoundId = "rbxassetid://616582814"
  1375. DIOPLS.Volume = 1
  1376. DIOPLS:Play()
  1377. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1378. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1379. while did == false do
  1380. wait()
  1381. end
  1382.  
  1383. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1384. DIOPLS.SoundId = "rbxassetid://616582814"
  1385. DIOPLS.Volume = 1
  1386. DIOPLS:Play()
  1387. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1388. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1389. while did == false do
  1390. wait()
  1391. end
  1392.  
  1393. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1394. DIOPLS.SoundId = "rbxassetid://616582814"
  1395. DIOPLS.Volume = 1
  1396. DIOPLS:Play()
  1397. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1398. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1399. while did == false do
  1400. wait()
  1401. end
  1402.  
  1403. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1404. DIOPLS.SoundId = "rbxassetid://616582814"
  1405. DIOPLS.Volume = 1
  1406. DIOPLS:Play()
  1407. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1408. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1409. while did == false do
  1410. wait()
  1411. end
  1412.  
  1413. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1414. DIOPLS.SoundId = "rbxassetid://616582814"
  1415. DIOPLS.Volume = 1
  1416. DIOPLS:Play()
  1417. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1418. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1419. while did == false do
  1420. wait()
  1421. end
  1422.  
  1423. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1424. DIOPLS.SoundId = "rbxassetid://616582814"
  1425. DIOPLS.Volume = 1
  1426. DIOPLS:Play()
  1427. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1428. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1429. while did == false do
  1430. wait()
  1431. end
  1432.  
  1433. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1434. DIOPLS.SoundId = "rbxassetid://616582814"
  1435. DIOPLS.Volume = 1
  1436. DIOPLS:Play()
  1437. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1438. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1439. while did == false do
  1440. wait()
  1441. end
  1442.  
  1443. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1444. DIOPLS.SoundId = "rbxassetid://616582814"
  1445. DIOPLS.Volume = 1
  1446. DIOPLS:Play()
  1447. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1448. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1449. while did == false do
  1450. wait()
  1451. end
  1452.  
  1453. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1454. DIOPLS.SoundId = "rbxassetid://616582814"
  1455. DIOPLS.Volume = 1
  1456. DIOPLS:Play()
  1457. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1458. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1459. while did == false do
  1460. wait()
  1461. end
  1462.  
  1463. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1464. DIOPLS.SoundId = "rbxassetid://616582814"
  1465. DIOPLS.Volume = 1
  1466. DIOPLS:Play()
  1467. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1468. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1469. while did == false do
  1470. wait()
  1471. end
  1472.  
  1473. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1474. DIOPLS.SoundId = "rbxassetid://616582814"
  1475. DIOPLS.Volume = 1
  1476. DIOPLS:Play()
  1477. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1478. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1479. while did == false do
  1480. wait()
  1481. end
  1482.  
  1483. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1484. DIOPLS.SoundId = "rbxassetid://616582814"
  1485. DIOPLS.Volume = 1
  1486. DIOPLS:Play()
  1487. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1488. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1489. while did == false do
  1490. wait()
  1491. end
  1492.  
  1493. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1494. DIOPLS.SoundId = "rbxassetid://616582814"
  1495. DIOPLS.Volume = 1
  1496. DIOPLS:Play()
  1497. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1498. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1499. while did == false do
  1500. wait()
  1501. end
  1502.  
  1503. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1504. DIOPLS.SoundId = "rbxassetid://616582814"
  1505. DIOPLS.Volume = 1
  1506. DIOPLS:Play()
  1507. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1508. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1509. while did == false do
  1510. wait()
  1511. end
  1512.  
  1513. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1514. DIOPLS.SoundId = "rbxassetid://616582814"
  1515. DIOPLS.Volume = 1
  1516. DIOPLS:Play()
  1517. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1518. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1519. while did == false do
  1520. wait()
  1521. end
  1522.  
  1523. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1524. DIOPLS.SoundId = "rbxassetid://616582814"
  1525. DIOPLS.Volume = 1
  1526. DIOPLS:Play()
  1527. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1528. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1529. while did == false do
  1530. wait()
  1531. end
  1532.  
  1533. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1534. DIOPLS.SoundId = "rbxassetid://616582814"
  1535. DIOPLS.Volume = 1
  1536. DIOPLS:Play()
  1537. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1538. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1539. while did == false do
  1540. wait()
  1541. end
  1542.  
  1543. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1544. DIOPLS.SoundId = "rbxassetid://616582814"
  1545. DIOPLS.Volume = 1
  1546. DIOPLS:Play()
  1547. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1548. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1549. while did == false do
  1550. wait()
  1551. end
  1552.  
  1553. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1554. DIOPLS.SoundId = "rbxassetid://616582814"
  1555. DIOPLS.Volume = 1
  1556. DIOPLS:Play()
  1557. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1558. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1559. while did == false do
  1560. wait()
  1561. end
  1562.  
  1563. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1564. DIOPLS.SoundId = "rbxassetid://616582814"
  1565. DIOPLS.Volume = 1
  1566. DIOPLS:Play()
  1567. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1568. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1569. while did == false do
  1570. wait()
  1571. end
  1572.  
  1573. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1574. DIOPLS.SoundId = "rbxassetid://616582814"
  1575. DIOPLS.Volume = 1
  1576. DIOPLS:Play()
  1577. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1578. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1579. while did == false do
  1580. wait()
  1581. end
  1582.  
  1583. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1584. DIOPLS.SoundId = "rbxassetid://616582814"
  1585. DIOPLS.Volume = 1
  1586. DIOPLS:Play()
  1587. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1588. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1589. while did == false do
  1590. wait()
  1591. end
  1592.  
  1593. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1594. DIOPLS.SoundId = "rbxassetid://616582814"
  1595. DIOPLS.Volume = 1
  1596. DIOPLS:Play()
  1597. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1598. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1599. while did == false do
  1600. wait()
  1601. end
  1602.  
  1603. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1604. DIOPLS.SoundId = "rbxassetid://616582814"
  1605. DIOPLS.Volume = 1
  1606. DIOPLS:Play()
  1607. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1608. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1609. while did == false do
  1610. wait()
  1611. end
  1612.  
  1613. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1614. DIOPLS.SoundId = "rbxassetid://616582814"
  1615. DIOPLS.Volume = 1
  1616. DIOPLS:Play()
  1617. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1618. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1619. while did == false do
  1620. wait()
  1621. end
  1622.  
  1623. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1624. DIOPLS.SoundId = "rbxassetid://616582814"
  1625. DIOPLS.Volume = 1
  1626. DIOPLS:Play()
  1627. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1628. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1629. while did == false do
  1630. wait()
  1631. end
  1632.  
  1633. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1634. DIOPLS.SoundId = "rbxassetid://616582814"
  1635. DIOPLS.Volume = 1
  1636. DIOPLS:Play()
  1637. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1638. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1639. while did == false do
  1640. wait()
  1641. end
  1642.  
  1643. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1644. DIOPLS.SoundId = "rbxassetid://616582814"
  1645. DIOPLS.Volume = 1
  1646. DIOPLS:Play()
  1647. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1648. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1649. while did == false do
  1650. wait()
  1651. end
  1652.  
  1653. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1654. DIOPLS.SoundId = "rbxassetid://616582814"
  1655. DIOPLS.Volume = 1
  1656. DIOPLS:Play()
  1657. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1658. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1659. while did == false do
  1660. wait()
  1661. end
  1662.  
  1663. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1664. DIOPLS.SoundId = "rbxassetid://616582814"
  1665. DIOPLS.Volume = 1
  1666. DIOPLS:Play()
  1667. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1668. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1669. while did == false do
  1670. wait()
  1671. end
  1672.  
  1673. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1674. DIOPLS.SoundId = "rbxassetid://616582814"
  1675. DIOPLS.Volume = 1
  1676. DIOPLS:Play()
  1677. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1678. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1679. while did == false do
  1680. wait()
  1681. end
  1682.  
  1683. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1684. DIOPLS.SoundId = "rbxassetid://616582814"
  1685. DIOPLS.Volume = 1
  1686. DIOPLS:Play()
  1687. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1688. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1689. while did == false do
  1690. wait()
  1691. end
  1692.  
  1693. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1694. DIOPLS.SoundId = "rbxassetid://616582814"
  1695. DIOPLS.Volume = 1
  1696. DIOPLS:Play()
  1697. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1698. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1699. while did == false do
  1700. wait()
  1701. end
  1702.  
  1703. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1704. DIOPLS.SoundId = "rbxassetid://616582814"
  1705. DIOPLS.Volume = 1
  1706. DIOPLS:Play()
  1707. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1708. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1709. while did == false do
  1710. wait()
  1711. end
  1712.  
  1713. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1714. DIOPLS.SoundId = "rbxassetid://616582814"
  1715. DIOPLS.Volume = 1
  1716. DIOPLS:Play()
  1717. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1718. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1719. while did == false do
  1720. wait()
  1721. end
  1722.  
  1723. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1724. DIOPLS.SoundId = "rbxassetid://616582814"
  1725. DIOPLS.Volume = 1
  1726. DIOPLS:Play()
  1727. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1728. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1729. while did == false do
  1730. wait()
  1731. end
  1732.  
  1733. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1734. DIOPLS.SoundId = "rbxassetid://616582814"
  1735. DIOPLS.Volume = 1
  1736. DIOPLS:Play()
  1737. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1738. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1739. while did == false do
  1740. wait()
  1741. end
  1742.  
  1743. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1744. DIOPLS.SoundId = "rbxassetid://616582814"
  1745. DIOPLS.Volume = 1
  1746. DIOPLS:Play()
  1747. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1748. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1749. while did == false do
  1750. wait()
  1751. end
  1752.  
  1753. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1754. DIOPLS.SoundId = "rbxassetid://616582814"
  1755. DIOPLS.Volume = 1
  1756. DIOPLS:Play()
  1757. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1758. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1759. while did == false do
  1760. wait()
  1761. end
  1762.  
  1763. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1764. DIOPLS.SoundId = "rbxassetid://616582814"
  1765. DIOPLS.Volume = 1
  1766. DIOPLS:Play()
  1767. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1768. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1769. while did == false do
  1770. wait()
  1771. end
  1772.  
  1773. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1774. DIOPLS.SoundId = "rbxassetid://616582814"
  1775. DIOPLS.Volume = 1
  1776. DIOPLS:Play()
  1777. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1778. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1779. while did == false do
  1780. wait()
  1781. end
  1782.  
  1783. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1784. DIOPLS.SoundId = "rbxassetid://616582814"
  1785. DIOPLS.Volume = 1
  1786. DIOPLS:Play()
  1787. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1788. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1789. while did == false do
  1790. wait()
  1791. end
  1792.  
  1793. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1794. DIOPLS.SoundId = "rbxassetid://616582814"
  1795. DIOPLS.Volume = 1
  1796. DIOPLS:Play()
  1797. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1798. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1799. while did == false do
  1800. wait()
  1801. end
  1802.  
  1803. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1804. DIOPLS.SoundId = "rbxassetid://616582814"
  1805. DIOPLS.Volume = 1
  1806. DIOPLS:Play()
  1807. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1808. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1809. while did == false do
  1810. wait()
  1811. end
  1812.  
  1813. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1814. DIOPLS.SoundId = "rbxassetid://616582814"
  1815. DIOPLS.Volume = 1
  1816. DIOPLS:Play()
  1817. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1818. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1819. while did == false do
  1820. wait()
  1821. end
  1822.  
  1823. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1824. DIOPLS.SoundId = "rbxassetid://616582814"
  1825. DIOPLS.Volume = 1
  1826. DIOPLS:Play()
  1827. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1828. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1829. while did == false do
  1830. wait()
  1831. end
  1832.  
  1833. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1834. DIOPLS.SoundId = "rbxassetid://616582814"
  1835. DIOPLS.Volume = 1
  1836. DIOPLS:Play()
  1837. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1838. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1839. while did == false do
  1840. wait()
  1841. end
  1842.  
  1843. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1844. DIOPLS.SoundId = "rbxassetid://616582814"
  1845. DIOPLS.Volume = 1
  1846. DIOPLS:Play()
  1847. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1848. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1849. while did == false do
  1850. wait()
  1851. end
  1852.  
  1853. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1854. DIOPLS.SoundId = "rbxassetid://616582814"
  1855. DIOPLS.Volume = 1
  1856. DIOPLS:Play()
  1857. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1858. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1859. while did == false do
  1860. wait()
  1861. end
  1862.  
  1863. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1864. DIOPLS.SoundId = "rbxassetid://616582814"
  1865. DIOPLS.Volume = 1
  1866. DIOPLS:Play()
  1867. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1868. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1869. while did == false do
  1870. wait()
  1871. end
  1872.  
  1873. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1874. DIOPLS.SoundId = "rbxassetid://616582814"
  1875. DIOPLS.Volume = 1
  1876. DIOPLS:Play()
  1877. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1878. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1879. while did == false do
  1880. wait()
  1881. end
  1882.  
  1883. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1884. DIOPLS.SoundId = "rbxassetid://616582814"
  1885. DIOPLS.Volume = 1
  1886. DIOPLS:Play()
  1887. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1888. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1889. while did == false do
  1890. wait()
  1891. end
  1892.  
  1893. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1894. DIOPLS.SoundId = "rbxassetid://616582814"
  1895. DIOPLS.Volume = 1
  1896. DIOPLS:Play()
  1897. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1898. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1899. while did == false do
  1900. wait()
  1901. end
  1902.  
  1903. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1904. DIOPLS.SoundId = "rbxassetid://616582814"
  1905. DIOPLS.Volume = 1
  1906. DIOPLS:Play()
  1907. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1908. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1909. while did == false do
  1910. wait()
  1911. end
  1912.  
  1913. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1914. DIOPLS.SoundId = "rbxassetid://616582814"
  1915. DIOPLS.Volume = 1
  1916. DIOPLS:Play()
  1917. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1918. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1919. while did == false do
  1920. wait()
  1921. end
  1922.  
  1923. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1924. DIOPLS.SoundId = "rbxassetid://616582814"
  1925. DIOPLS.Volume = 1
  1926. DIOPLS:Play()
  1927. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1928. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1929. while did == false do
  1930. wait()
  1931. end
  1932.  
  1933. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1934. DIOPLS.SoundId = "rbxassetid://616582814"
  1935. DIOPLS.Volume = 1
  1936. DIOPLS:Play()
  1937. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1938. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1939. while did == false do
  1940. wait()
  1941. end
  1942.  
  1943. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1944. DIOPLS.SoundId = "rbxassetid://616582814"
  1945. DIOPLS.Volume = 1
  1946. DIOPLS:Play()
  1947. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1948. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1949. while did == false do
  1950. wait()
  1951. end
  1952.  
  1953. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1954. DIOPLS.SoundId = "rbxassetid://616582814"
  1955. DIOPLS.Volume = 1
  1956. DIOPLS:Play()
  1957. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1958. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1959. while did == false do
  1960. wait()
  1961. end
  1962.  
  1963. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1964. DIOPLS.SoundId = "rbxassetid://616582814"
  1965. DIOPLS.Volume = 1
  1966. DIOPLS:Play()
  1967. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1968. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1969. while did == false do
  1970. wait()
  1971. end
  1972.  
  1973. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1974. DIOPLS.SoundId = "rbxassetid://616582814"
  1975. DIOPLS.Volume = 1
  1976. DIOPLS:Play()
  1977. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1978. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1979. while did == false do
  1980. wait()
  1981. end
  1982.  
  1983. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1984. DIOPLS.SoundId = "rbxassetid://616582814"
  1985. DIOPLS.Volume = 1
  1986. DIOPLS:Play()
  1987. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1988. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1989. while did == false do
  1990. wait()
  1991. end
  1992.  
  1993. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  1994. DIOPLS.SoundId = "rbxassetid://616582814"
  1995. DIOPLS.Volume = 1
  1996. DIOPLS:Play()
  1997. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  1998. game:GetService("Debris"):AddItem(DIOPLS, 19)
  1999. while did == false do
  2000. wait()
  2001. end
  2002.  
  2003. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2004. DIOPLS.SoundId = "rbxassetid://616582814"
  2005. DIOPLS.Volume = 1
  2006. DIOPLS:Play()
  2007. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2008. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2009. while did == false do
  2010. wait()
  2011. end
  2012.  
  2013. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2014. DIOPLS.SoundId = "rbxassetid://616582814"
  2015. DIOPLS.Volume = 1
  2016. DIOPLS:Play()
  2017. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2018. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2019. while did == false do
  2020. wait()
  2021. end
  2022.  
  2023. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2024. DIOPLS.SoundId = "rbxassetid://616582814"
  2025. DIOPLS.Volume = 1
  2026. DIOPLS:Play()
  2027. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2028. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2029. while did == false do
  2030. wait()
  2031. end
  2032.  
  2033. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2034. DIOPLS.SoundId = "rbxassetid://616582814"
  2035. DIOPLS.Volume = 1
  2036. DIOPLS:Play()
  2037. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2038. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2039. while did == false do
  2040. wait()
  2041. end
  2042.  
  2043. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2044. DIOPLS.SoundId = "rbxassetid://616582814"
  2045. DIOPLS.Volume = 1
  2046. DIOPLS:Play()
  2047. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2048. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2049. while did == false do
  2050. wait()
  2051. end
  2052.  
  2053. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2054. DIOPLS.SoundId = "rbxassetid://616582814"
  2055. DIOPLS.Volume = 1
  2056. DIOPLS:Play()
  2057. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2058. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2059. while did == false do
  2060. wait()
  2061. end
  2062.  
  2063. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2064. DIOPLS.SoundId = "rbxassetid://616582814"
  2065. DIOPLS.Volume = 1
  2066. DIOPLS:Play()
  2067. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2068. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2069. while did == false do
  2070. wait()
  2071. end
  2072.  
  2073. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2074. DIOPLS.SoundId = "rbxassetid://616582814"
  2075. DIOPLS.Volume = 1
  2076. DIOPLS:Play()
  2077. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2078. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2079. while did == false do
  2080. wait()
  2081. end
  2082.  
  2083. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2084. DIOPLS.SoundId = "rbxassetid://616582814"
  2085. DIOPLS.Volume = 1
  2086. DIOPLS:Play()
  2087. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2088. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2089. while did == false do
  2090. wait()
  2091. end
  2092.  
  2093. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2094. DIOPLS.SoundId = "rbxassetid://616582814"
  2095. DIOPLS.Volume = 1
  2096. DIOPLS:Play()
  2097. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2098. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2099. while did == false do
  2100. wait()
  2101. end
  2102.  
  2103. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2104. DIOPLS.SoundId = "rbxassetid://616582814"
  2105. DIOPLS.Volume = 1
  2106. DIOPLS:Play()
  2107. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2108. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2109. while did == false do
  2110. wait()
  2111. end
  2112.  
  2113. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2114. DIOPLS.SoundId = "rbxassetid://616582814"
  2115. DIOPLS.Volume = 1
  2116. DIOPLS:Play()
  2117. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2118. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2119. while did == false do
  2120. wait()
  2121. end
  2122.  
  2123. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2124. DIOPLS.SoundId = "rbxassetid://616582814"
  2125. DIOPLS.Volume = 1
  2126. DIOPLS:Play()
  2127. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2128. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2129. while did == false do
  2130. wait()
  2131. end
  2132.  
  2133. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2134. DIOPLS.SoundId = "rbxassetid://616582814"
  2135. DIOPLS.Volume = 1
  2136. DIOPLS:Play()
  2137. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2138. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2139. while did == false do
  2140. wait()
  2141. end
  2142.  
  2143. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2144. DIOPLS.SoundId = "rbxassetid://616582814"
  2145. DIOPLS.Volume = 1
  2146. DIOPLS:Play()
  2147. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2148. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2149. while did == false do
  2150. wait()
  2151. end
  2152.  
  2153. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2154. DIOPLS.SoundId = "rbxassetid://616582814"
  2155. DIOPLS.Volume = 1
  2156. DIOPLS:Play()
  2157. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2158. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2159. while did == false do
  2160. wait()
  2161. end
  2162.  
  2163. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2164. DIOPLS.SoundId = "rbxassetid://616582814"
  2165. DIOPLS.Volume = 1
  2166. DIOPLS:Play()
  2167. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2168. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2169. while did == false do
  2170. wait()
  2171. end
  2172.  
  2173. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2174. DIOPLS.SoundId = "rbxassetid://616582814"
  2175. DIOPLS.Volume = 1
  2176. DIOPLS:Play()
  2177. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2178. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2179. while did == false do
  2180. wait()
  2181. end
  2182.  
  2183. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2184. DIOPLS.SoundId = "rbxassetid://616582814"
  2185. DIOPLS.Volume = 1
  2186. DIOPLS:Play()
  2187. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2188. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2189. while did == false do
  2190. wait()
  2191. end
  2192.  
  2193. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2194. DIOPLS.SoundId = "rbxassetid://616582814"
  2195. DIOPLS.Volume = 1
  2196. DIOPLS:Play()
  2197. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2198. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2199. while did == false do
  2200. wait()
  2201. end
  2202.  
  2203. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2204. DIOPLS.SoundId = "rbxassetid://616582814"
  2205. DIOPLS.Volume = 1
  2206. DIOPLS:Play()
  2207. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2208. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2209. while did == false do
  2210. wait()
  2211. end
  2212.  
  2213. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2214. DIOPLS.SoundId = "rbxassetid://616582814"
  2215. DIOPLS.Volume = 1
  2216. DIOPLS:Play()
  2217. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2218. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2219. while did == false do
  2220. wait()
  2221. end
  2222.  
  2223. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2224. DIOPLS.SoundId = "rbxassetid://616582814"
  2225. DIOPLS.Volume = 1
  2226. DIOPLS:Play()
  2227. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2228. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2229. while did == false do
  2230. wait()
  2231. end
  2232.  
  2233. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2234. DIOPLS.SoundId = "rbxassetid://616582814"
  2235. DIOPLS.Volume = 1
  2236. DIOPLS:Play()
  2237. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2238. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2239. while did == false do
  2240. wait()
  2241. end
  2242.  
  2243. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2244. DIOPLS.SoundId = "rbxassetid://616582814"
  2245. DIOPLS.Volume = 1
  2246. DIOPLS:Play()
  2247. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2248. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2249. while did == false do
  2250. wait()
  2251. end
  2252.  
  2253. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2254. DIOPLS.SoundId = "rbxassetid://616582814"
  2255. DIOPLS.Volume = 1
  2256. DIOPLS:Play()
  2257. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2258. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2259. while did == false do
  2260. wait()
  2261. end
  2262.  
  2263. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2264. DIOPLS.SoundId = "rbxassetid://616582814"
  2265. DIOPLS.Volume = 1
  2266. DIOPLS:Play()
  2267. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2268. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2269. while did == false do
  2270. wait()
  2271. end
  2272.  
  2273. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2274. DIOPLS.SoundId = "rbxassetid://616582814"
  2275. DIOPLS.Volume = 1
  2276. DIOPLS:Play()
  2277. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2278. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2279. while did == false do
  2280. wait()
  2281. end
  2282.  
  2283. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2284. DIOPLS.SoundId = "rbxassetid://616582814"
  2285. DIOPLS.Volume = 1
  2286. DIOPLS:Play()
  2287. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2288. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2289. while did == false do
  2290. wait()
  2291. end
  2292.  
  2293. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2294. DIOPLS.SoundId = "rbxassetid://616582814"
  2295. DIOPLS.Volume = 1
  2296. DIOPLS:Play()
  2297. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2298. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2299. while did == false do
  2300. wait()
  2301. end
  2302.  
  2303. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2304. DIOPLS.SoundId = "rbxassetid://616582814"
  2305. DIOPLS.Volume = 1
  2306. DIOPLS:Play()
  2307. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2308. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2309. while did == false do
  2310. wait()
  2311. end
  2312.  
  2313. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2314. DIOPLS.SoundId = "rbxassetid://616582814"
  2315. DIOPLS.Volume = 1
  2316. DIOPLS:Play()
  2317. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2318. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2319. while did == false do
  2320. wait()
  2321. end
  2322.  
  2323. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2324. DIOPLS.SoundId = "rbxassetid://616582814"
  2325. DIOPLS.Volume = 1
  2326. DIOPLS:Play()
  2327. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2328. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2329. while did == false do
  2330. wait()
  2331. end
  2332.  
  2333. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2334. DIOPLS.SoundId = "rbxassetid://616582814"
  2335. DIOPLS.Volume = 1
  2336. DIOPLS:Play()
  2337. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2338. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2339. while did == false do
  2340. wait()
  2341. end
  2342.  
  2343. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2344. DIOPLS.SoundId = "rbxassetid://616582814"
  2345. DIOPLS.Volume = 1
  2346. DIOPLS:Play()
  2347. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2348. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2349. while did == false do
  2350. wait()
  2351. end
  2352.  
  2353. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2354. DIOPLS.SoundId = "rbxassetid://616582814"
  2355. DIOPLS.Volume = 1
  2356. DIOPLS:Play()
  2357. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2358. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2359. while did == false do
  2360. wait()
  2361. end
  2362.  
  2363. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2364. DIOPLS.SoundId = "rbxassetid://616582814"
  2365. DIOPLS.Volume = 1
  2366. DIOPLS:Play()
  2367. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2368. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2369. while did == false do
  2370. wait()
  2371. end
  2372.  
  2373. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2374. DIOPLS.SoundId = "rbxassetid://616582814"
  2375. DIOPLS.Volume = 1
  2376. DIOPLS:Play()
  2377. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2378. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2379. while did == false do
  2380. wait()
  2381. end
  2382.  
  2383. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2384. DIOPLS.SoundId = "rbxassetid://616582814"
  2385. DIOPLS.Volume = 1
  2386. DIOPLS:Play()
  2387. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2388. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2389. while did == false do
  2390. wait()
  2391. end
  2392.  
  2393. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2394. DIOPLS.SoundId = "rbxassetid://616582814"
  2395. DIOPLS.Volume = 1
  2396. DIOPLS:Play()
  2397. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2398. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2399. while did == false do
  2400. wait()
  2401. end
  2402.  
  2403. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2404. DIOPLS.SoundId = "rbxassetid://616582814"
  2405. DIOPLS.Volume = 1
  2406. DIOPLS:Play()
  2407. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2408. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2409. while did == false do
  2410. wait()
  2411. end
  2412.  
  2413. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2414. DIOPLS.SoundId = "rbxassetid://616582814"
  2415. DIOPLS.Volume = 1
  2416. DIOPLS:Play()
  2417. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2418. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2419. while did == false do
  2420. wait()
  2421. end
  2422.  
  2423. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2424. DIOPLS.SoundId = "rbxassetid://616582814"
  2425. DIOPLS.Volume = 1
  2426. DIOPLS:Play()
  2427. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2428. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2429. while did == false do
  2430. wait()
  2431. end
  2432.  
  2433. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2434. DIOPLS.SoundId = "rbxassetid://616582814"
  2435. DIOPLS.Volume = 1
  2436. DIOPLS:Play()
  2437. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2438. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2439. while did == false do
  2440. wait()
  2441. end
  2442.  
  2443. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2444. DIOPLS.SoundId = "rbxassetid://616582814"
  2445. DIOPLS.Volume = 1
  2446. DIOPLS:Play()
  2447. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2448. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2449. while did == false do
  2450. wait()
  2451. end
  2452.  
  2453. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2454. DIOPLS.SoundId = "rbxassetid://616582814"
  2455. DIOPLS.Volume = 1
  2456. DIOPLS:Play()
  2457. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2458. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2459. while did == false do
  2460. wait()
  2461. end
  2462.  
  2463. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2464. DIOPLS.SoundId = "rbxassetid://616582814"
  2465. DIOPLS.Volume = 1
  2466. DIOPLS:Play()
  2467. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2468. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2469. while did == false do
  2470. wait()
  2471. end
  2472.  
  2473. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2474. DIOPLS.SoundId = "rbxassetid://616582814"
  2475. DIOPLS.Volume = 1
  2476. DIOPLS:Play()
  2477. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2478. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2479. while did == false do
  2480. wait()
  2481. end
  2482.  
  2483. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2484. DIOPLS.SoundId = "rbxassetid://616582814"
  2485. DIOPLS.Volume = 1
  2486. DIOPLS:Play()
  2487. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2488. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2489. while did == false do
  2490. wait()
  2491. end
  2492.  
  2493. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2494. DIOPLS.SoundId = "rbxassetid://616582814"
  2495. DIOPLS.Volume = 1
  2496. DIOPLS:Play()
  2497. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2498. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2499. while did == false do
  2500. wait()
  2501. end
  2502.  
  2503. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2504. DIOPLS.SoundId = "rbxassetid://616582814"
  2505. DIOPLS.Volume = 1
  2506. DIOPLS:Play()
  2507. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2508. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2509. while did == false do
  2510. wait()
  2511. end
  2512.  
  2513. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2514. DIOPLS.SoundId = "rbxassetid://616582814"
  2515. DIOPLS.Volume = 1
  2516. DIOPLS:Play()
  2517. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2518. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2519. while did == false do
  2520. wait()
  2521. end
  2522.  
  2523. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2524. DIOPLS.SoundId = "rbxassetid://616582814"
  2525. DIOPLS.Volume = 1
  2526. DIOPLS:Play()
  2527. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2528. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2529. while did == false do
  2530. wait()
  2531. end
  2532.  
  2533. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2534. DIOPLS.SoundId = "rbxassetid://616582814"
  2535. DIOPLS.Volume = 1
  2536. DIOPLS:Play()
  2537. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2538. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2539. while did == false do
  2540. wait()
  2541. end
  2542.  
  2543. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2544. DIOPLS.SoundId = "rbxassetid://616582814"
  2545. DIOPLS.Volume = 1
  2546. DIOPLS:Play()
  2547. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2548. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2549. while did == false do
  2550. wait()
  2551. end
  2552.  
  2553. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2554. DIOPLS.SoundId = "rbxassetid://616582814"
  2555. DIOPLS.Volume = 1
  2556. DIOPLS:Play()
  2557. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2558. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2559. while did == false do
  2560. wait()
  2561. end
  2562.  
  2563. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2564. DIOPLS.SoundId = "rbxassetid://616582814"
  2565. DIOPLS.Volume = 1
  2566. DIOPLS:Play()
  2567. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2568. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2569. while did == false do
  2570. wait()
  2571. end
  2572.  
  2573. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2574. DIOPLS.SoundId = "rbxassetid://616582814"
  2575. DIOPLS.Volume = 1
  2576. DIOPLS:Play()
  2577. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2578. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2579. while did == false do
  2580. wait()
  2581. end
  2582.  
  2583. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2584. DIOPLS.SoundId = "rbxassetid://616582814"
  2585. DIOPLS.Volume = 1
  2586. DIOPLS:Play()
  2587. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2588. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2589. while did == false do
  2590. wait()
  2591. end
  2592.  
  2593. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2594. DIOPLS.SoundId = "rbxassetid://616582814"
  2595. DIOPLS.Volume = 1
  2596. DIOPLS:Play()
  2597. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2598. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2599. while did == false do
  2600. wait()
  2601. end
  2602.  
  2603. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2604. DIOPLS.SoundId = "rbxassetid://616582814"
  2605. DIOPLS.Volume = 1
  2606. DIOPLS:Play()
  2607. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2608. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2609. while did == false do
  2610. wait()
  2611. end
  2612.  
  2613. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2614. DIOPLS.SoundId = "rbxassetid://616582814"
  2615. DIOPLS.Volume = 1
  2616. DIOPLS:Play()
  2617. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2618. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2619. while did == false do
  2620. wait()
  2621. end
  2622.  
  2623. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2624. DIOPLS.SoundId = "rbxassetid://616582814"
  2625. DIOPLS.Volume = 1
  2626. DIOPLS:Play()
  2627. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2628. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2629. while did == false do
  2630. wait()
  2631. end
  2632.  
  2633. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2634. DIOPLS.SoundId = "rbxassetid://616582814"
  2635. DIOPLS.Volume = 1
  2636. DIOPLS:Play()
  2637. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2638. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2639. while did == false do
  2640. wait()
  2641. end
  2642.  
  2643. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2644. DIOPLS.SoundId = "rbxassetid://616582814"
  2645. DIOPLS.Volume = 1
  2646. DIOPLS:Play()
  2647. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2648. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2649. while did == false do
  2650. wait()
  2651. end
  2652.  
  2653. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2654. DIOPLS.SoundId = "rbxassetid://616582814"
  2655. DIOPLS.Volume = 1
  2656. DIOPLS:Play()
  2657. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2658. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2659. while did == false do
  2660. wait()
  2661. end
  2662.  
  2663. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2664. DIOPLS.SoundId = "rbxassetid://616582814"
  2665. DIOPLS.Volume = 1
  2666. DIOPLS:Play()
  2667. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2668. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2669. while did == false do
  2670. wait()
  2671. end
  2672.  
  2673. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2674. DIOPLS.SoundId = "rbxassetid://616582814"
  2675. DIOPLS.Volume = 1
  2676. DIOPLS:Play()
  2677. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2678. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2679. while did == false do
  2680. wait()
  2681. end
  2682.  
  2683. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2684. DIOPLS.SoundId = "rbxassetid://616582814"
  2685. DIOPLS.Volume = 1
  2686. DIOPLS:Play()
  2687. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2688. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2689. while did == false do
  2690. wait()
  2691. end
  2692.  
  2693. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2694. DIOPLS.SoundId = "rbxassetid://616582814"
  2695. DIOPLS.Volume = 1
  2696. DIOPLS:Play()
  2697. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2698. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2699. while did == false do
  2700. wait()
  2701. end
  2702.  
  2703. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2704. DIOPLS.SoundId = "rbxassetid://616582814"
  2705. DIOPLS.Volume = 1
  2706. DIOPLS:Play()
  2707. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2708. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2709. while did == false do
  2710. wait()
  2711. end
  2712.  
  2713. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2714. DIOPLS.SoundId = "rbxassetid://616582814"
  2715. DIOPLS.Volume = 1
  2716. DIOPLS:Play()
  2717. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2718. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2719. while did == false do
  2720. wait()
  2721. end
  2722.  
  2723. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2724. DIOPLS.SoundId = "rbxassetid://616582814"
  2725. DIOPLS.Volume = 1
  2726. DIOPLS:Play()
  2727. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2728. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2729. while did == false do
  2730. wait()
  2731. end
  2732.  
  2733. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2734. DIOPLS.SoundId = "rbxassetid://616582814"
  2735. DIOPLS.Volume = 1
  2736. DIOPLS:Play()
  2737. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2738. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2739. while did == false do
  2740. wait()
  2741. end
  2742.  
  2743. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2744. DIOPLS.SoundId = "rbxassetid://616582814"
  2745. DIOPLS.Volume = 1
  2746. DIOPLS:Play()
  2747. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2748. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2749. while did == false do
  2750. wait()
  2751. end
  2752.  
  2753. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2754. DIOPLS.SoundId = "rbxassetid://616582814"
  2755. DIOPLS.Volume = 1
  2756. DIOPLS:Play()
  2757. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2758. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2759. while did == false do
  2760. wait()
  2761. end
  2762.  
  2763. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2764. DIOPLS.SoundId = "rbxassetid://616582814"
  2765. DIOPLS.Volume = 1
  2766. DIOPLS:Play()
  2767. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2768. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2769. while did == false do
  2770. wait()
  2771. end
  2772.  
  2773. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2774. DIOPLS.SoundId = "rbxassetid://616582814"
  2775. DIOPLS.Volume = 1
  2776. DIOPLS:Play()
  2777. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2778. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2779. while did == false do
  2780. wait()
  2781. end
  2782.  
  2783. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2784. DIOPLS.SoundId = "rbxassetid://616582814"
  2785. DIOPLS.Volume = 1
  2786. DIOPLS:Play()
  2787. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2788. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2789. while did == false do
  2790. wait()
  2791. end
  2792.  
  2793. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2794. DIOPLS.SoundId = "rbxassetid://616582814"
  2795. DIOPLS.Volume = 1
  2796. DIOPLS:Play()
  2797. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2798. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2799. while did == false do
  2800. wait()
  2801. end
  2802.  
  2803. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2804. DIOPLS.SoundId = "rbxassetid://616582814"
  2805. DIOPLS.Volume = 1
  2806. DIOPLS:Play()
  2807. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2808. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2809. while did == false do
  2810. wait()
  2811. end
  2812.  
  2813. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2814. DIOPLS.SoundId = "rbxassetid://616582814"
  2815. DIOPLS.Volume = 1
  2816. DIOPLS:Play()
  2817. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2818. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2819. while did == false do
  2820. wait()
  2821. end
  2822.  
  2823. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2824. DIOPLS.SoundId = "rbxassetid://616582814"
  2825. DIOPLS.Volume = 1
  2826. DIOPLS:Play()
  2827. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2828. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2829. while did == false do
  2830. wait()
  2831. end
  2832.  
  2833. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2834. DIOPLS.SoundId = "rbxassetid://616582814"
  2835. DIOPLS.Volume = 1
  2836. DIOPLS:Play()
  2837. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2838. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2839. while did == false do
  2840. wait()
  2841. end
  2842.  
  2843. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2844. DIOPLS.SoundId = "rbxassetid://616582814"
  2845. DIOPLS.Volume = 1
  2846. DIOPLS:Play()
  2847. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2848. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2849. while did == false do
  2850. wait()
  2851. end
  2852.  
  2853. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2854. DIOPLS.SoundId = "rbxassetid://616582814"
  2855. DIOPLS.Volume = 1
  2856. DIOPLS:Play()
  2857. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2858. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2859. while did == false do
  2860. wait()
  2861. end
  2862.  
  2863. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2864. DIOPLS.SoundId = "rbxassetid://616582814"
  2865. DIOPLS.Volume = 1
  2866. DIOPLS:Play()
  2867. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2868. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2869. while did == false do
  2870. wait()
  2871. end
  2872.  
  2873. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2874. DIOPLS.SoundId = "rbxassetid://616582814"
  2875. DIOPLS.Volume = 1
  2876. DIOPLS:Play()
  2877. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2878. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2879. while did == false do
  2880. wait()
  2881. end
  2882.  
  2883. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2884. DIOPLS.SoundId = "rbxassetid://616582814"
  2885. DIOPLS.Volume = 1
  2886. DIOPLS:Play()
  2887. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2888. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2889. while did == false do
  2890. wait()
  2891. end
  2892.  
  2893. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2894. DIOPLS.SoundId = "rbxassetid://616582814"
  2895. DIOPLS.Volume = 1
  2896. DIOPLS:Play()
  2897. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2898. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2899. while did == false do
  2900. wait()
  2901. end
  2902.  
  2903. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2904. DIOPLS.SoundId = "rbxassetid://616582814"
  2905. DIOPLS.Volume = 1
  2906. DIOPLS:Play()
  2907. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2908. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2909. while did == false do
  2910. wait()
  2911. end
  2912.  
  2913. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2914. DIOPLS.SoundId = "rbxassetid://616582814"
  2915. DIOPLS.Volume = 1
  2916. DIOPLS:Play()
  2917. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2918. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2919. while did == false do
  2920. wait()
  2921. end
  2922.  
  2923. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2924. DIOPLS.SoundId = "rbxassetid://616582814"
  2925. DIOPLS.Volume = 1
  2926. DIOPLS:Play()
  2927. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2928. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2929. while did == false do
  2930. wait()
  2931. end
  2932.  
  2933. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2934. DIOPLS.SoundId = "rbxassetid://616582814"
  2935. DIOPLS.Volume = 1
  2936. DIOPLS:Play()
  2937. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2938. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2939. while did == false do
  2940. wait()
  2941. end
  2942.  
  2943. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2944. DIOPLS.SoundId = "rbxassetid://616582814"
  2945. DIOPLS.Volume = 1
  2946. DIOPLS:Play()
  2947. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2948. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2949. while did == false do
  2950. wait()
  2951. end
  2952.  
  2953. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2954. DIOPLS.SoundId = "rbxassetid://616582814"
  2955. DIOPLS.Volume = 1
  2956. DIOPLS:Play()
  2957. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2958. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2959. while did == false do
  2960. wait()
  2961. end
  2962.  
  2963. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2964. DIOPLS.SoundId = "rbxassetid://616582814"
  2965. DIOPLS.Volume = 1
  2966. DIOPLS:Play()
  2967. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2968. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2969. while did == false do
  2970. wait()
  2971. end
  2972.  
  2973. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2974. DIOPLS.SoundId = "rbxassetid://616582814"
  2975. DIOPLS.Volume = 1
  2976. DIOPLS:Play()
  2977. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2978. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2979. while did == false do
  2980. wait()
  2981. end
  2982.  
  2983. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2984. DIOPLS.SoundId = "rbxassetid://616582814"
  2985. DIOPLS.Volume = 1
  2986. DIOPLS:Play()
  2987. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2988. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2989. while did == false do
  2990. wait()
  2991. end
  2992.  
  2993. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  2994. DIOPLS.SoundId = "rbxassetid://616582814"
  2995. DIOPLS.Volume = 1
  2996. DIOPLS:Play()
  2997. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  2998. game:GetService("Debris"):AddItem(DIOPLS, 19)
  2999. while did == false do
  3000. wait()
  3001. end
  3002.  
  3003. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3004. DIOPLS.SoundId = "rbxassetid://616582814"
  3005. DIOPLS.Volume = 1
  3006. DIOPLS:Play()
  3007. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3008. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3009. while did == false do
  3010. wait()
  3011. end
  3012.  
  3013. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3014. DIOPLS.SoundId = "rbxassetid://616582814"
  3015. DIOPLS.Volume = 1
  3016. DIOPLS:Play()
  3017. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3018. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3019. while did == false do
  3020. wait()
  3021. end
  3022.  
  3023. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3024. DIOPLS.SoundId = "rbxassetid://616582814"
  3025. DIOPLS.Volume = 1
  3026. DIOPLS:Play()
  3027. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3028. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3029. while did == false do
  3030. wait()
  3031. end
  3032.  
  3033. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3034. DIOPLS.SoundId = "rbxassetid://616582814"
  3035. DIOPLS.Volume = 1
  3036. DIOPLS:Play()
  3037. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3038. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3039. while did == false do
  3040. wait()
  3041. end
  3042.  
  3043. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3044. DIOPLS.SoundId = "rbxassetid://616582814"
  3045. DIOPLS.Volume = 1
  3046. DIOPLS:Play()
  3047. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3048. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3049. while did == false do
  3050. wait()
  3051. end
  3052.  
  3053. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3054. DIOPLS.SoundId = "rbxassetid://616582814"
  3055. DIOPLS.Volume = 1
  3056. DIOPLS:Play()
  3057. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3058. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3059. while did == false do
  3060. wait()
  3061. end
  3062.  
  3063. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3064. DIOPLS.SoundId = "rbxassetid://616582814"
  3065. DIOPLS.Volume = 1
  3066. DIOPLS:Play()
  3067. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3068. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3069. while did == false do
  3070. wait()
  3071. end
  3072.  
  3073. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3074. DIOPLS.SoundId = "rbxassetid://616582814"
  3075. DIOPLS.Volume = 1
  3076. DIOPLS:Play()
  3077. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3078. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3079. while did == false do
  3080. wait()
  3081. end
  3082.  
  3083. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3084. DIOPLS.SoundId = "rbxassetid://616582814"
  3085. DIOPLS.Volume = 1
  3086. DIOPLS:Play()
  3087. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3088. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3089. while did == false do
  3090. wait()
  3091. end
  3092.  
  3093. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3094. DIOPLS.SoundId = "rbxassetid://616582814"
  3095. DIOPLS.Volume = 1
  3096. DIOPLS:Play()
  3097. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3098. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3099. while did == false do
  3100. wait()
  3101. end
  3102.  
  3103. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3104. DIOPLS.SoundId = "rbxassetid://616582814"
  3105. DIOPLS.Volume = 1
  3106. DIOPLS:Play()
  3107. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3108. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3109. while did == false do
  3110. wait()
  3111. end
  3112.  
  3113. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3114. DIOPLS.SoundId = "rbxassetid://616582814"
  3115. DIOPLS.Volume = 1
  3116. DIOPLS:Play()
  3117. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3118. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3119. while did == false do
  3120. wait()
  3121. end
  3122.  
  3123. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3124. DIOPLS.SoundId = "rbxassetid://616582814"
  3125. DIOPLS.Volume = 1
  3126. DIOPLS:Play()
  3127. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3128. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3129. while did == false do
  3130. wait()
  3131. end
  3132.  
  3133. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3134. DIOPLS.SoundId = "rbxassetid://616582814"
  3135. DIOPLS.Volume = 1
  3136. DIOPLS:Play()
  3137. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3138. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3139. while did == false do
  3140. wait()
  3141. end
  3142.  
  3143. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3144. DIOPLS.SoundId = "rbxassetid://616582814"
  3145. DIOPLS.Volume = 1
  3146. DIOPLS:Play()
  3147. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3148. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3149. while did == false do
  3150. wait()
  3151. end
  3152.  
  3153. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3154. DIOPLS.SoundId = "rbxassetid://616582814"
  3155. DIOPLS.Volume = 1
  3156. DIOPLS:Play()
  3157. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3158. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3159. while did == false do
  3160. wait()
  3161. end
  3162.  
  3163. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3164. DIOPLS.SoundId = "rbxassetid://616582814"
  3165. DIOPLS.Volume = 1
  3166. DIOPLS:Play()
  3167. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3168. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3169. while did == false do
  3170. wait()
  3171. end
  3172.  
  3173. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3174. DIOPLS.SoundId = "rbxassetid://616582814"
  3175. DIOPLS.Volume = 1
  3176. DIOPLS:Play()
  3177. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3178. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3179. while did == false do
  3180. wait()
  3181. end
  3182.  
  3183. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3184. DIOPLS.SoundId = "rbxassetid://616582814"
  3185. DIOPLS.Volume = 1
  3186. DIOPLS:Play()
  3187. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3188. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3189. while did == false do
  3190. wait()
  3191. end
  3192.  
  3193. local DIOPLS = Instance.new("Sound", cPlayer.Torso)
  3194. DIOPLS.SoundId = "rbxassetid://616582814"
  3195. DIOPLS.Volume = 1
  3196. DIOPLS:Play()
  3197. Instance.new("DistortionSoundEffect", DIOPLS).Level = 50
  3198. game:GetService("Debris"):AddItem(DIOPLS, 19)
  3199. while did == false do
  3200. wait()
  3201. end
  3202.  
  3203. wait(.8)
  3204. LOL = Spawn()
  3205. LOL.Parent = workspace
  3206. LOL:MakeJoints()
  3207. LOL:MoveTo(cPlayer.Torso.CFrame.p)
  3208. C = LOL.Center
  3209. C.CFrame = CFrame.new(nubhit.Torso.Position + Vector3.new(0, 1200, 0)) * CFrame.new(8, 0, 0)
  3210.  
  3211. bb = Instance.new("BodyPosition")
  3212. bb.Parent = C
  3213. bb.maxForce = Vector3.new(50000000000000000, 50000000000000000, 50000000000000000)
  3214. bb.position = bb.Parent.Position
  3215. C.CFrame = CFrame.new(bb.position)
  3216. orig = bb.position
  3217.  
  3218. gg = Instance.new("BodyGyro")
  3219. gg.P = 15000
  3220. gg.D = 100
  3221. gg.maxTorque = Vector3.new(500000000, 500000000, 500000000)
  3222. gg.cframe = CFrame.new(C.Position, Vector3.new(nubhit.Torso.Position.x, C.Position.y, nubhit.Torso.Position.z)) * CFrame.fromEulerAnglesXYZ(-math.rad(10), math.rad(10), 0)
  3223. gg.Parent = C
  3224.  
  3225. expected = 80
  3226. did = false
  3227. pooted = 0
  3228.  
  3229. resetWelds(3, {})
  3230.  
  3231. Hum.PlatformStand = true
  3232.  
  3233. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, .4, 0) * CFrame.fromEulerAnglesXYZ(math.rad(30), math.rad(0), math.rad(180))
  3234. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, .4, 0) * CFrame.fromEulerAnglesXYZ(math.rad(30), math.rad(0), math.rad(-180))
  3235. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-8), math.rad(0), math.rad(-8))
  3236. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-8), math.rad(0), math.rad(8))
  3237. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-45), math.rad(0), math.rad(0))
  3238. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  3239.  
  3240. bodypos.Parent = nil
  3241. w = Instance.new("Weld")
  3242. w.Part0 = C
  3243. w.Part1 = cPlayer.Torso
  3244. w.C0 = CFrame.new(.3, 5.6, -7) * CFrame.fromEulerAnglesXYZ(math.pi / .9, math.pi / 10, 0)
  3245. w.C0 = w.C0 * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  3246. w.Parent = w.Part0
  3247.  
  3248. sos = game:GetService("RunService").Stepped:connect(function()
  3249. pooted = pooted + 1
  3250. if pooted >= expected + 1 then
  3251. sos:disconnect()
  3252. did = true
  3253. return
  3254. end
  3255.  
  3256. bb.position = orig - Vector3.new(0, 1202 / 80 * pooted, 0)
  3257. C.CFrame = C.CFrame - Vector3.new(0, 1202 / 80, 0)
  3258. print(":(")
  3259. end)
  3260.  
  3261. while did == false do
  3262. wait()
  3263. end
  3264. C.CFrame = CFrame.new(nubhit.Torso.Position + Vector3.new(0, 4, 0), Vector3.new(nubhit.Torso.Position.x, C.Position.y, nubhit.Torso.Position.z)) * CFrame.fromEulerAnglesXYZ(-math.rad(5), math.rad(5), 0)
  3265. C.CFrame = C.CFrame * CFrame.new(8, 0, 0)
  3266. bl2 = Instance.new("Part")
  3267. bl2.TopSurface = 0
  3268. bl2.BottomSurface = 0
  3269. bl2.CanCollide = false
  3270. bl2.formFactor = "Symmetric"
  3271. local ShockWaveSound = Instance.new("Sound", bl2)
  3272. ShockWaveSound.SoundId = "rbxassetid://138186576"
  3273. ShockWaveSound.Pitch = 0.8
  3274. ShockWaveSound.Volume = 1
  3275. ShockWaveSound:Play()
  3276. Instance.new("DistortionSoundEffect", ShockWaveSound).Level = 1
  3277. m = Instance.new("SpecialMesh")
  3278. m.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3279. m.Scale = Vector3.new(1, 4, 1)
  3280. m.Parent = bl2
  3281. bl2.Size = Vector3.new(1, 1, 1)
  3282. bl2.Anchored = false
  3283. bl2.Name = "c"
  3284. bl2.CFrame = CFrame.new(C.Position) - Vector3.new(0, 2, 0)
  3285. bl2.BrickColor = BrickColor.new("White")
  3286. bl2.Parent = CPlayer
  3287. coroutine.resume(coroutine.create(function(p)
  3288. for i = 1, 10 do
  3289. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(8, 0, 8)
  3290. p.Transparency = .25 + i * .075
  3291. p.CFrame = p.CFrame * CFrame.fromEulerAnglesXYZ(0, math.rad(5), 0)
  3292. wait()
  3293. end
  3294. p:Remove()
  3295. end), bl2)
  3296. bl2.Anchored = true
  3297.  
  3298. bl2 = Instance.new("Part")
  3299. bl2.TopSurface = 0
  3300. bl2.BottomSurface = 0
  3301. bl2.CanCollide = false
  3302. bl2.formFactor = "Symmetric"
  3303. m = Instance.new("SpecialMesh")
  3304. m.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3305. m.Scale = Vector3.new(1, 6, 1)
  3306. m.Parent = bl2
  3307. bl2.Size = Vector3.new(1, 1, 1)
  3308. bl2.Anchored = false
  3309. bl2.Name = "c"
  3310. bl2.CFrame = CFrame.new(C.Position) - Vector3.new(0, 2, 0)
  3311. bl2.BrickColor = BrickColor.new("White")
  3312. bl2.Parent = CPlayer
  3313. coroutine.resume(coroutine.create(function(p)
  3314. for i = 1, 20 do
  3315. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(6, 0, 6)
  3316. p.Transparency = i / 20
  3317. p.CFrame = p.CFrame * CFrame.fromEulerAnglesXYZ(0, math.rad(3), 0)
  3318. wait()
  3319. end
  3320. p:Remove()
  3321. end), bl2)
  3322. bl2.Anchored = true
  3323.  
  3324. gg.cframe = gg.cframe * CFrame.fromEulerAnglesXYZ(math.rad(10), -math.rad(10), 0)
  3325. expected = 3
  3326. did = false
  3327. pooted = 0
  3328. workspace.CurrentCamera.CameraType = "Follow"
  3329. sos = game:GetService("RunService").Stepped:connect(function()
  3330. pooted = pooted + 1
  3331. if pooted >= expected + 1 then
  3332. sos:disconnect()
  3333. did = true
  3334. return
  3335. end
  3336. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  3337. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  3338. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-4), math.rad(0), math.rad(0))
  3339. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(4), math.rad(0), math.rad(0))
  3340. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  3341. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(5), math.rad(0), math.rad(0))
  3342.  
  3343. w.C0 = w.C0 * CFrame.fromEulerAnglesXYZ(math.rad(15), 0, 0)
  3344.  
  3345. print(":(")
  3346. end)
  3347. while did == false do
  3348. wait()
  3349. end
  3350. wait(.3)
  3351. expected = 5
  3352. did = false
  3353. pooted = 0
  3354. workspace.CurrentCamera.CameraType = "Follow"
  3355. sos = game:GetService("RunService").Stepped:connect(function()
  3356. pooted = pooted + 1
  3357. if pooted >= expected + 1 then
  3358. sos:disconnect()
  3359. did = true
  3360. return
  3361. end
  3362. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  3363. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  3364. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(-8))
  3365. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(8))
  3366. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(5), math.rad(0), math.rad(0))
  3367. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(14), math.rad(0), math.rad(0))
  3368.  
  3369. w.C0 = w.C0 * CFrame.new(0, 0, -.04) * CFrame.fromEulerAnglesXYZ(math.rad(15), 0, 0)
  3370.  
  3371. print(":(")
  3372. end)
  3373. while did == false do
  3374. wait()
  3375. end
  3376. expected = 203
  3377. did = false
  3378. pooted = 0
  3379. workspace.CurrentCamera.CameraType = "Follow"
  3380. sos = game:GetService("RunService").Stepped:connect(function()
  3381. pooted = pooted + 1
  3382. if pooted >= expected + 1 then
  3383. sos:disconnect()
  3384. did = true
  3385. return
  3386. end
  3387. resetWelds(3, {
  3388. RightHip,
  3389. LeftHip,
  3390. RootJoint,
  3391. Neck
  3392. })
  3393. RightShoulder.C0 = RightShoulderC0 * CFrame.new(math.random(-20, 20) / 200, math.cos(time() * 30), math.random(-20, 20) / 200) * CFrame.fromEulerAnglesXYZ(math.sin(time() * 20) / 3, math.sin(time() * 20) / 5, math.rad(60) - math.cos(time() * 70) * 2)
  3394. LeftShoulder.C0 = LeftShoulderC0 * CFrame.new(math.random(-20, 20) / 200, math.cos(time() * 30), math.random(-20, 20) / 200) * CFrame.fromEulerAnglesXYZ(math.sin(time() * 20) / 3, math.sin(time() * 20) / 5, math.rad(-60) + math.sin(time() * 60) * 2)
  3395. RightHip.C0 = RightHipC0 * CFrame.fromEulerAnglesXYZ(math.rad(-18), math.rad(0), math.rad(-30))
  3396. LeftHip.C0 = LeftHipC0 * CFrame.fromEulerAnglesXYZ(math.rad(-18), math.rad(0), math.rad(30))
  3397. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(20), math.rad(0), math.rad(0))
  3398. RootJoint.C0 = RootJointC0 * CFrame.new(math.random(-20, 20) / 200, math.random(-20, 20) / 200, math.random(-20, 20) / 200) * CFrame.fromEulerAnglesXYZ(math.rad(80), math.rad(0), math.rad(0))
  3399. w.C0 = w.C0 * CFrame.new(math.random(-20, 20) / 2000, math.random(-20, 20) / 2000, math.random(-20, 20) / 2000) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  3400. C.CFrame = C.CFrame + Vector3.new(math.random(-20, 20) / 200, math.random(-20, 20) / 200, math.random(-20, 20) / 200)
  3401.  
  3402. if pooted / 2 == math.floor(pooted / 2) then
  3403. p = cPlayer["Right Arm"]:clone()
  3404. p.Anchored = true
  3405. p.CanCollide = false
  3406. p.Parent = workspace
  3407. p.Transparency = .5
  3408. game:GetService("Debris"):AddItem(p, .2)
  3409. p = cPlayer["Left Arm"]:clone()
  3410. p.Anchored = true
  3411. p.CanCollide = false
  3412. p.Parent = workspace
  3413. p.Transparency = .5
  3414. game:GetService("Debris"):AddItem(p, .2)
  3415.  
  3416. p = Instance.new("Part", workspace)
  3417. p.Name = "ORB"
  3418. p.TopSurface = 0
  3419. p.BottomSurface = 0
  3420. p.formFactor = "Custom"
  3421. p.CFrame = cPlayer.Torso.CFrame + cPlayer.Torso.CFrame.lookVector * 3 + Vector3.new(math.random(-20, 20) / 15, math.random(-20, 20) / 15 - .8, math.random(-20, 20) / 15)
  3422. m = Instance.new("SpecialMesh", p)
  3423. m.MeshType = "Sphere"
  3424. p.BrickColor = BrickColor:White()
  3425. p.Size = Vector3.new(.4, .4, .4)
  3426. p.CanCollide = false
  3427. p.Anchored = true
  3428. game:GetService("Debris"):AddItem(p, 5)
  3429. coroutine.resume(coroutine.create(function(p)
  3430. for i = 1, 8 do
  3431. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(1, 1, 1)
  3432. p.Transparency = i / 8
  3433. wait()
  3434. end
  3435. p:Remove()
  3436. end), p)
  3437.  
  3438. end
  3439.  
  3440. print(":)")
  3441. end)
  3442. while did == false do
  3443. wait()
  3444. end
  3445. wait(.5)
  3446. expected = 20
  3447. did = false
  3448. pooted = 0
  3449. workspace.CurrentCamera.CameraType = "Follow"
  3450. sos = game:GetService("RunService").Stepped:connect(function()
  3451. pooted = pooted + 1
  3452. if pooted >= expected + 1 then
  3453. sos:disconnect()
  3454. did = true
  3455. return
  3456. end
  3457. resetWelds(3, {
  3458. Neck,
  3459. RootJoint,
  3460. RightHip,
  3461. LeftHip
  3462. })
  3463. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(2 * pooted), math.rad(0), math.rad(5 * pooted))
  3464. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(-9 * pooted))
  3465. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(-2))
  3466. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(4 * pooted))
  3467. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(2), math.rad(0), math.rad(2))
  3468. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  3469. w.C0 = w.C0 * CFrame.new(0, 0.03, .03) * CFrame.fromEulerAnglesXYZ(math.rad(2), math.rad(2), math.rad(0))
  3470. print(":)")
  3471. end)
  3472. while did == false do
  3473. wait()
  3474. end
  3475. wait(2)
  3476. expected = 5
  3477. did = false
  3478. pooted = 0
  3479. workspace.CurrentCamera.CameraType = "Follow"
  3480. w.Parent = nil
  3481. bodypos.position = cPlayer.Torso.Position - Vector3.new(0, 1, 0)
  3482. poo = cPlayer.Torso.CFrame.lookVector
  3483. cPlayer.Torso.CFrame = CFrame.new(cPlayer.Torso.Position, cPlayer.Torso.Position + C.CFrame.lookVector * 50)
  3484. bodypos.Parent = cPlayer.Torso
  3485. sos = game:GetService("RunService").Stepped:connect(function()
  3486. pooted = pooted + 1
  3487. if pooted >= expected + 1 then
  3488. sos:disconnect()
  3489. did = true
  3490. return
  3491. end
  3492. resetWelds(3, {})
  3493. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(80 - pooted * 35))
  3494. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(10), math.rad(0), math.rad(-190 + pooted * 28))
  3495. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(6), math.rad(0), math.rad(-80 + pooted * 4))
  3496. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(8), math.rad(0), math.rad(84 - pooted * 4))
  3497. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(20 + pooted * 10), math.rad(0), math.rad(0))
  3498. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, -pooted * .25) * CFrame.fromEulerAnglesXYZ(math.rad(-20 + pooted * 9), math.rad(0), math.rad(0))
  3499. print(":)")
  3500. end)
  3501. while did == false do
  3502. wait()
  3503. end
  3504. wait(.7)
  3505. expected = 5
  3506. did = false
  3507. pooted = 0
  3508. sos = game:GetService("RunService").Stepped:connect(function()
  3509. pooted = pooted + 1
  3510. if pooted >= expected + 1 then
  3511. sos:disconnect()
  3512. did = true
  3513. return
  3514. end
  3515. resetWelds(3, {})
  3516. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0.05 * pooted, 0) * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 2), math.rad(0), math.rad(pooted * 6))
  3517. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 2), math.rad(0), math.rad(-pooted * 6))
  3518. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 2), math.rad(0), math.rad(-57 + pooted * 20))
  3519. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-pooted * 2), math.rad(0), math.rad(57 - pooted * 20))
  3520. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(pooted * 4), math.rad(0), math.rad(0))
  3521. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, -.1 * pooted) * CFrame.fromEulerAnglesXYZ(math.rad(-57 + pooted * 20), math.rad(0), math.rad(0))
  3522. print(":(")
  3523. end)
  3524. while did == false do
  3525. wait()
  3526. end
  3527. wait(.2)
  3528. expected = 10
  3529. did = false
  3530. pooted = 0
  3531. workspace.CurrentCamera.CameraType = "Follow"
  3532. g = Instance.new("BodyGyro")
  3533. g.Parent = cPlayer.Torso
  3534. sos = game:GetService("RunService").Stepped:connect(function()
  3535. pooted = pooted + 1
  3536. if pooted >= expected + 1 then
  3537. sos:disconnect()
  3538. did = true
  3539. return
  3540. end
  3541. RightShoulder.C0 = RightShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-2), math.rad(0), math.rad(-2))
  3542. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(1), math.rad(0), math.rad(2))
  3543. RightHip.C0 = RightHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(1), math.rad(0), math.rad(-4))
  3544. LeftHip.C0 = LeftHip.C0 * CFrame.fromEulerAnglesXYZ(math.rad(1), math.rad(0), math.rad(4))
  3545. Neck.C0 = Neck.C0 * CFrame.fromEulerAnglesXYZ(math.rad(-7), math.rad(0), math.rad(0))
  3546. RootJoint.C0 = RootJoint.C0 * CFrame.new(0, 0, .05) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(0), math.rad(0))
  3547. if pooted >= 2 then
  3548. bodypos.position = bodypos.position + Vector3.new(0, 12, 0) - dir * 5
  3549. cPlayer.Torso.CFrame = cPlayer.Torso.CFrame + Vector3.new(0, 12, 0) - dir * 5
  3550. end
  3551. print(":(")
  3552. end)
  3553. while did == false do
  3554. wait()
  3555. end
  3556. wait(.2)
  3557. bodypos:Remove()
  3558. wait(.5)
  3559.  
  3560. e = Instance.new("Explosion")
  3561. e.BlastRadius = 30
  3562. e.Position = C.Position
  3563. e.BlastPressure = e.BlastPressure * 2.5
  3564. e.Parent = workspace
  3565. s = Instance.new("Sound", C)
  3566. s.SoundId = "rbxassetid://258057783"
  3567. s.Volume = 1
  3568. s:Play()
  3569. Instance.new("DistortionSoundEffect", s).Level = 1
  3570. g:Remove()
  3571. --dun
  3572. nubhit.Torso.Anchored = false
  3573. Hum.PlatformStand = false
  3574. C.Anchored = true
  3575.  
  3576. coroutine.resume(coroutine.create(function(t)
  3577. wait(3)
  3578. p = Instance.new("Sound")
  3579. p.SoundId = "http://www.roblox.com/asset/?id=154677261"
  3580. p.Parent = t
  3581. p.Volume = 1
  3582. p:Play()
  3583. end), C)
  3584. game:GetService("Debris"):AddItem(LOL, 5)
  3585. end
  3586. resetWelds(3, {})
  3587. workspace.CurrentCamera.CameraType = "Custom"
  3588. Hum.WalkSpeed = 16
  3589. Hum.Name = "Humanoid"
  3590. bodypos:Remove()
  3591. partpos:Remove()
  3592. Anim.Parent = nil
  3593. wait(.1)
  3594. Anim.Disabled = false
  3595. Anim.Parent = cPlayer
  3596. deb = true
  3597. end
  3598.  
  3599. Tool = Instance.new("HopperBin")
  3600. Tool.Name = "ROAD ROLLER DA"
  3601. Tool.Parent = game.Players.LocalPlayer.Backpack
  3602. Tool.Selected:connect(function(mouse)
  3603. mouse.Button1Down:connect(function()
  3604. doitdocdoit()
  3605. end)
  3606. end)
  3607.  
  3608. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement