Advertisement
Theskyler900

za warudo script (dio)

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