Advertisement
JRKPastesBins

Untitled

Aug 26th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.84 KB | None | 0 0
  1.  
  2.  
  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.MaxHealth, human.Health = math.huge, math.huge
  13. mouse = plr:GetMouse()
  14. cam = workspace.CurrentCamera
  15. selected = false
  16. equipd = false
  17. tors = chr.Torso
  18. rarm = chr["Right Arm"]
  19. larm = chr["Left Arm"]
  20. rleg = chr["Right Leg"]
  21. lleg = chr["Left Leg"]
  22. hrp = chr.HumanoidRootPart
  23. hed = chr.Head
  24. anim = human.Animator
  25. activu = false
  26. appeared = false
  27. animpose = nil
  28. POSU = false
  29. local wherto = hrp
  30. local addcfr = CFrame.new(0, 0, 0)
  31. Heartbeat = Instance.new("BindableEvent")
  32. Heartbeat.Name = "Heartbeat"
  33. Heartbeat.Parent = script
  34. frame = 0.03333333333333333
  35. tf = 0
  36. game:GetService("RunService").Heartbeat:connect(function(s, p)
  37. tf = tf + s
  38. if tf >= frame then
  39. for i = 1, math.floor(tf / frame) do
  40. Heartbeat:Fire()
  41. end
  42. tf = tf - frame * math.floor(tf / frame)
  43. end
  44. end)
  45. function swait(num)
  46. if num == 0 or num == nil then
  47. Heartbeat.Event:wait()
  48. else
  49. for i = 1, num do
  50. Heartbeat.Event:wait()
  51. end
  52. end
  53. end
  54. local p = game.Players.LocalPlayer
  55. local char = p.Character
  56. local hed = char.Head
  57. local LocalPlayer = p
  58.  
  59. local naeeym = Instance.new("BillboardGui")
  60. naeeym.Size = UDim2.new(0,100,0,40)
  61. naeeym.StudsOffset = Vector3.new(0,5,0)
  62. naeeym.Adornee = char.Head
  63. local tecks = Instance.new("TextLabel",naeeym)
  64. tecks.BackgroundTransparency = 1
  65. tecks.BorderSizePixel = 0
  66. tecks.Text = LocalPlayer.Name
  67. tecks.Font = "ArialBold"
  68. tecks.FontSize = "Size24"
  69. tecks.TextStrokeTransparency = 0
  70. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  71. tecks.TextColor3 = Color3.new(255,255,255)
  72. tecks.Size = UDim2.new(1,0,0.5,0)
  73.  
  74. local Player = game.Players.localPlayer
  75. local Character = p.Character
  76. local LeftArm2 = Character["Left Arm"]
  77. local RightArm2 = Character["Right Arm"]
  78. local LeftLeg2 = Character["Left Leg"]
  79. local RightLeg2 = Character["Right Leg"]
  80. local Head2 = Character.Head
  81. local Torso2 = Character.Torso
  82.  
  83. --created by SoldierJoao
  84. --Credits to metabee for the knives edit
  85. cut = Instance.new("Sound", Character)
  86. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  87. cut.Volume = 1.5
  88. thri = Instance.new("Sound", Character)
  89. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  90. thri.Volume = 2.5
  91. WRY = Instance.new("Sound", Character)
  92. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  93. WRY.Volume = 5
  94.  
  95. local Players=game:service'Players'
  96. local Player=Players.LocalPlayer
  97. local Mouse=Player:GetMouse''
  98. local RenderStepped=game:service'RunService'.RenderStepped
  99.  
  100. local MeshId='http://www.roblox.com/asset?id=202083123'
  101. local TextureId='http://www.roblox.com/asset/?id=161283461'
  102.  
  103. local BeeSpeed= 100
  104.  
  105. local QHold=false
  106. local EHold=false
  107.  
  108. Mouse.Button1Down:connect(function()
  109. cut:Play()
  110. if Mouse.Target then
  111. local Bee=Instance.new('Part',Player.Character)
  112. Bee.CanCollide=false
  113. Bee.Size=Vector3.new(2,2,2)
  114. Bee.CFrame=Player.Character.Torso.CFrame
  115. local BeeMesh=Instance.new('SpecialMesh',Bee)
  116. BeeMesh.MeshType='FileMesh'
  117. BeeMesh.MeshId=MeshId
  118. BeeMesh.TextureId=TextureId
  119. BeeMesh.Scale=Vector3.new(1,1,1)
  120. local BodyVel=Instance.new('BodyVelocity',Bee)
  121. BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  122. local BodyGyro=Instance.new('BodyGyro',Bee)
  123. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  124. BodyGyro.P=2e4
  125. coroutine.wrap(function()
  126. RenderStepped:connect(function()
  127. BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p)
  128. BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed
  129. end)
  130. end)()
  131. Bee.Touched:connect(function(p)
  132. if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then
  133. p.Parent:BreakJoints()
  134. Bee:Destroy''
  135. thri:Play()
  136. end
  137. end)
  138. end
  139. end)
  140.  
  141. spawn(function() --_RHas
  142. local ef1=Instance.new('Part',hed)
  143. local am=Instance.new('BlockMesh',ef1)
  144. ef1.Anchored,ef1.CanCollide=false,false
  145. ef1.Transparency=0.9
  146. ef1.Material = "Sand"
  147. am.Scale=Vector3.new(40,40,40)
  148. ef1.Size=Vector3.new(.2,.2,.2)
  149. local ef2=ef1:Clone()
  150. local ef3=ef2:Clone()
  151. local ef4=ef3:Clone()
  152. ef2.Material = "Neon"
  153. ef3.Material = "Neon"
  154. ef4.Material = "Neon"
  155. ef3.Parent,ef4.Parent=hed,hed
  156. ef2.Parent=lleg
  157. local wa,wb=Instance.new('Weld',hed),Instance.new('Weld',hed)
  158. local wc,wd=Instance.new('Weld',hed),Instance.new('Weld',hed)
  159. wa.Part0,wb.Part0=hed,hed
  160. wa.Part1,wb.Part1=ef1,ef2
  161. wc.Part0,wd.Part0=hed,hed
  162. wc.Part1,wd.Part1=ef3,ef4
  163. wa.C0,wb.C0=CFrame.new(0,-2,0),CFrame.new(0,-3,0)
  164. wc.C0,wd.C0=CFrame.new(0,-2,0),CFrame.new(0,-3,0)
  165. while wait(0) do
  166. wa.C0,wb.C0=wa.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wb.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  167. wc.C0,wd.C0=wc.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wd.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  168. ef1.BrickColor=BrickColor.new("Pastel blue-green")
  169. ef3.BrickColor=BrickColor.new("Pastel blue-green")
  170. ef4.BrickColor=BrickColor.new("Pastel blue-green")
  171. ef2.BrickColor=BrickColor.new("Pastel blue-green")
  172. end
  173. end)
  174.  
  175.  
  176. Mouse.KeyDown:connect(function(k)
  177. local Key=k:lower''
  178. if Key=='q'then
  179. QHold=true
  180. elseif Key=='e'then
  181. EHold=true
  182. end
  183. end)
  184.  
  185. Mouse.KeyUp:connect(function(k)
  186. local Key=k:lower''
  187. if Key=='q'then
  188. QHold=false
  189. elseif Key=='e'then
  190. EHold=false
  191. end
  192. end)
  193.  
  194. coroutine.wrap(function()
  195. RenderStepped:connect(function()
  196. if QHold then
  197. if BeeSpeed>0 then
  198. BeeSpeed=BeeSpeed-1
  199. end
  200. elseif EHold then
  201. BeeSpeed=BeeSpeed+1
  202. end
  203. end)
  204. end)()
  205.  
  206.  
  207.  
  208.  
  209. mse = Player:GetMouse()
  210.  
  211. sound = Instance.new("Sound", Character)
  212. sound.SoundId = "https://www.roblox.com/asset/?id=908895929"
  213. sound.Volume = 2.5
  214. sound2 = Instance.new("Sound", Character)
  215. sound2.SoundId = "https://www.roblox.com/asset/?id=290810519"
  216. sound2.Volume = 2.5
  217. sound3 = Instance.new("Sound", Character)
  218. sound3.SoundId = "https://www.roblox.com/asset/?id=300208779"
  219. sound3.Volume = 1.8
  220. sound4 = Instance.new("Sound", Character)
  221. sound4.SoundId = "https://www.roblox.com/asset/?id=290807397"
  222. sound4.Volume = 2
  223. TSTheme = Instance.new("Sound", Character)
  224. TSTheme.SoundId = "https://www.roblox.com/asset/?id=616594208"
  225. TSTheme.Volume = 2
  226. canworld = true
  227. mse.KeyDown:connect(function(key)
  228. key = key:lower()
  229. if key == "t" then
  230. if canworld == false then return end
  231. if canworld then
  232. canworld = false
  233. sound3:Play()
  234. tecks.Text = ""
  235. wait(2)
  236. tecks.Text = LocalPlayer.Name
  237. sound:Play()
  238. sound4:Play()
  239. TSTheme:Play()
  240.  
  241. local function spawnpart()
  242. sphere = Instance.new("Part")
  243. --game.Debris:AddItem(sphere,3)
  244. local sm = Instance.new("SpecialMesh", sphere)
  245. sm.MeshType = "Sphere"
  246. sphere.Transparency = 0.5
  247. sphere.Anchored = true
  248. sphere.CanCollide = false
  249. sphere.Material = "Neon"
  250. sphere.BrickColor = BrickColor.new("Black")
  251. end
  252.  
  253. local function weld(lol)
  254. local weld = Instance.new("Weld", Player.Character.Torso)
  255. weld.Part0 = Player.Character.Torso
  256. weld.Part1 = lol
  257. weld.C0 = Player.Character.Torso.CFrame:inverse()
  258. weld.C1 = lol.CFrame:inverse()
  259. end
  260. wait()
  261. spawnpart()
  262. for i, v in pairs(game.Players:GetChildren()) do
  263. t = v.Character:FindFirstChild("Torso")
  264. if t then
  265. t.Anchored = true
  266. Player.Character:FindFirstChild("Torso").Anchored = false
  267. end
  268. RA = v.Character:FindFirstChild("Right Arm")
  269. if RA then
  270. RA.Anchored = true
  271. Player.Character:FindFirstChild("Right Arm").Anchored = false
  272. end
  273. LA = v.Character:FindFirstChild("Left Arm")
  274. if LA then
  275. LA.Anchored = true
  276. Player.Character:FindFirstChild("Left Arm").Anchored = false
  277. end
  278. RL = v.Character:FindFirstChild("Right Leg")
  279. if RL then
  280. RL.Anchored = true
  281. Player.Character:FindFirstChild("Right Leg").Anchored = false
  282. end
  283. LL = v.Character:FindFirstChild("Left Leg")
  284. if LL then
  285. LL.Anchored = true
  286. Player.Character:FindFirstChild("Left Leg").Anchored = false
  287. end
  288. end
  289. weld(sphere)
  290. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  291. cce.Saturation = -5
  292. --game.Debris:AddItem(cce, 5)
  293. sphere.Parent = Character.Torso
  294. for i = 1,3 do
  295. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  296. wait()
  297. end
  298. wait()
  299. sphere:Destroy()
  300. BeeSpeed = 0
  301. cce.Saturation = -0.1
  302. wait(0.3)
  303. cce.Saturation = -0.2
  304. wait(0.3)
  305. cce.Saturation = -0.3
  306. wait(0.2)
  307. cce.Saturation = -1.5
  308. wait()
  309. end
  310. end
  311. end
  312. )
  313.  
  314. tecks.Text = LocalPlayer.Name
  315.  
  316. mse.KeyDown:connect(function(key)
  317. key = key:lower()
  318. if key == "y" then
  319. canworld = true
  320. tecks.Text = ""
  321. sound2:Play()
  322. wait()
  323. BeeSpeed = 1
  324. cce.Saturation = -1.3
  325. wait(0.5)
  326. BeeSpeed = 1.2
  327. cce.Saturation = -0.5
  328. wait(0.5)
  329. BeeSpeed = 1.4
  330. cce.Saturation = -0.4
  331. wait(0.3)
  332. BeeSpeed = 1.5
  333. cce.Saturation = -0.2
  334. wait(0.2)
  335. cce.Saturation = 0
  336.  
  337. for i, v in pairs(game.Players:GetChildren()) do
  338. t = v.Character:FindFirstChild("Torso")
  339. if t then
  340. t.Anchored = false
  341. end
  342. RA = v.Character:FindFirstChild("Right Arm")
  343. if RA then
  344. RA.Anchored = false
  345. end
  346. LA = v.Character:FindFirstChild("Left Arm")
  347. if LA then
  348. LA.Anchored = false
  349. end
  350. RL = v.Character:FindFirstChild("Right Leg")
  351. if RL then
  352. RL.Anchored = false
  353. end
  354. LL = v.Character:FindFirstChild("Left Leg")
  355. if LL then
  356. LL.Anchored = false
  357. end
  358. end
  359. BeeSpeed = 100
  360. tecks.Text = LocalPlayer.Name
  361. TSTheme:Stop()
  362. end
  363. end)
  364.  
  365.  
  366. tool = Instance.new("Tool")
  367. tool.CanBeDropped = false
  368. tool.RequiresHandle = false
  369. tool.TextureId = "rbxassetid://"
  370. tool.ToolTip = "NANI"
  371. tool.Name = "AAAAAAAAAAAAAA"
  372. tool.Parent = plr.Backpack
  373. modz = Instance.new("Model")
  374. modz.Name = "efx"
  375. modz.Parent = chr
  376. ZANOOB = Instance.new("Model")
  377. ZANOOB.Name = "Kingo Crimsono"
  378. ZANOOB.Parent = chr
  379. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  380. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  381. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  382. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  383. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  384. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  385. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  386. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  387. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  388. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  389. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  390. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  391. RS = tors:FindFirstChild("Right Shoulder")
  392. LS = tors:FindFirstChild("Left Shoulder")
  393. RH = tors:FindFirstChild("Right Hip")
  394. LH = tors:FindFirstChild("Left Hip")
  395. RJ = hrp:FindFirstChild("RootJoint")
  396. N = tors:FindFirstChild("Neck")
  397. cf = CFrame.new
  398. ang = CFrame.Angles
  399. rd = math.rad
  400. rd2 = math.random
  401. function nooutline(p)
  402. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  403. end
  404. function makepart(color, name, reflec, mater, parnt, cfram)
  405. local port = Instance.new("Part")
  406. port.BrickColor = BrickColor.new(color)
  407. port.Name = name
  408. port.Transparency = 1
  409. nooutline(port)
  410. port.Reflectance = reflec
  411. port.Material = mater
  412. port.Anchored = false
  413. port.CanCollide = false
  414. port.Locked = true
  415. port.Size = Vector3.new(0.2, 0.2, 0.2)
  416. port.Parent = parnt
  417. return port
  418. end
  419. function makemesh(meshtype, scale, meshid, parent)
  420. local mes = Instance.new("SpecialMesh")
  421. mes.MeshType = meshtype
  422. mes.Scale = scale
  423. if meshtype == "FileMesh" then
  424. mes.MeshId = meshid
  425. end
  426. mes.Parent = parent
  427. return mes
  428. end
  429. function makemotor(parent, p0, p1, c0, c1)
  430. swait()
  431. local wel = Instance.new("Motor6D")
  432. wel.Part0 = p0
  433. wel.Part1 = p1
  434. wel.C0 = c0
  435. if c1 ~= nil then
  436. wel.C1 = c1
  437. end
  438. wel.Parent = parent
  439. return wel
  440. end
  441. local konodioda = Instance.new("Sound")
  442. konodioda.SoundId = "rbxassetid://624998010"
  443. konodioda.Volume = 5
  444. konodioda.Parent = hrp
  445. local bast = Instance.new("Sound")
  446. bast.SoundId = "rbxassetid://485523879"
  447. bast.Volume = 5
  448. bast.Parent = hrp
  449. local zaworld = Instance.new("Sound")
  450. zaworld.SoundId = "rbxassetid://292481006"
  451. zaworld.Volume = 5
  452. zaworld.Parent = hrp
  453. local wry = Instance.new("Sound")
  454. wry.SoundId = "rbxassetid://441202925"
  455. wry.Volume = 3
  456. wry.Parent = hrp
  457. function animo(yep)
  458. if yep == true then
  459. anim.Parent = human
  460. chr.Animate.Disabled = false
  461. elseif yep == false then
  462. chr.Animate.Disabled = true
  463. anim.Parent = nil
  464. end
  465. end
  466. animo(false)
  467. function lerpz(joint, prop, cfrmz, alp)
  468. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  469. end
  470. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  471. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  472. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  473. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  474. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  475. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  476. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  477. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  478. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  479. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  480. function resetlerp(whoever)
  481. if whoever == nil then
  482. RJ.C0 = RJC0
  483. RJ.C1 = RJC1
  484. N.C0 = NC0
  485. N.C1 = NC1
  486. RS.C0 = RSC0
  487. RS.C1 = RSC1
  488. LS.C0 = LSC0
  489. LS.C1 = LSC1
  490. RH.C0 = RHC0
  491. RH.C1 = RHC1
  492. LH.C0 = LHC0
  493. LH.C1 = LHC1
  494. elseif whoever ~= nil then
  495. nRJ.C0 = RJC0
  496. nRJ.C1 = RJC1
  497. nN.C0 = NC0
  498. nN.C1 = NC1
  499. nRS.C0 = RSC0
  500. nRS.C1 = RSC1
  501. nLS.C0 = LSC0
  502. nLS.C1 = LSC1
  503. nRH.C0 = RHC0
  504. nRH.C1 = RHC1
  505. nLH.C0 = LHC0
  506. nLH.C1 = LHC1
  507. end
  508. end
  509. function STANDO(cfr)
  510. local rooto = Instance.new("Part")
  511. nooutline(rooto)
  512. rooto.Name = "HumanoidRootPart"
  513. rooto.Anchored = true
  514. rooto.CFrame = cfr
  515. rooto.Size = Vector3.new(2, 2, 1)
  516. rooto.CanCollide = false
  517. rooto.Locked = true
  518. rooto.Transparency = 1
  519. rooto.Parent = ZANOOB
  520. local head = Instance.new("Part")
  521. nooutline(head)
  522. head.Anchored = false
  523. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  524. head.Size = Vector3.new(2, 1, 1)
  525. head.BrickColor = BrickColor.new("Pastel blue-green")
  526. head.CanCollide = false
  527. head.Name = "Head"
  528. head.Locked = true
  529. head.Transparency = 1
  530. head.Parent = ZANOOB
  531. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  532. local headdecal = Instance.new("Decal")
  533. headdecal.Name = "face"
  534. headdecal.Texture = "rbxasset://"
  535. headdecal.Face = "Front"
  536. headdecal.Transparency = 1
  537. headdecal.Parent = head
  538. local torso = Instance.new("Part")
  539. nooutline(torso)
  540. torso.Name = "Torso"
  541. torso.Anchored = false
  542. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  543. torso.Size = Vector3.new(2, 1, 1)
  544. torso.BrickColor = BrickColor.new("Pastel blue-green")
  545. torso.CanCollide = false
  546. torso.Transparency = 1
  547. torso.Locked = true
  548. torso.Parent = ZANOOB
  549. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  550. local leftarm = Instance.new("Part")
  551. -------------------------------------------------------
  552.  
  553. -------------------------------------------------------
  554. nooutline(leftarm)
  555. leftarm.Anchored = false
  556. leftarm.Name = "Left Arm"
  557. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  558. leftarm.Size = Vector3.new(1, 2, 1)
  559. leftarm.BrickColor = BrickColor.new("Pastel blue-green")
  560. leftarm.CanCollide = false
  561. leftarm.Transparency = 1
  562. leftarm.Locked = true
  563. leftarm.Parent = ZANOOB
  564. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  565. local rightarm = Instance.new("Part")
  566. nooutline(rightarm)
  567. rightarm.Anchored = false
  568. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  569. rightarm.Name = "Right Arm"
  570. rightarm.Size = Vector3.new(1, 2, 1)
  571. rightarm.BrickColor = BrickColor.new("Pastel blue-green")
  572. rightarm.CanCollide = false
  573. rightarm.Locked = true
  574. rightarm.Transparency = 1
  575. rightarm.Parent = ZANOOB
  576. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  577. local leftleg = Instance.new("Part")
  578. nooutline(leftleg)
  579. leftleg.Anchored = false
  580. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  581. leftleg.Name = "Left Leg"
  582. leftleg.Size = Vector3.new(1, 2, 1)
  583. leftleg.BrickColor = BrickColor.new("White")
  584. leftleg.CanCollide = false
  585. leftleg.Transparency = 1
  586. leftleg.Locked = true
  587. leftleg.Parent = ZANOOB
  588. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  589. local rightleg = Instance.new("Part")
  590. nooutline(rightleg)
  591. rightleg.Anchored = false
  592. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  593. rightleg.Name = "Right Leg"
  594. rightleg.Size = Vector3.new(1, 2, 1)
  595. rightleg.BrickColor = BrickColor.new("White")
  596. rightleg.CanCollide = false
  597. rightleg.Locked = true
  598. rightleg.Transparency = 1
  599. rightleg.Parent = ZANOOB
  600. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  601. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  602. rootweld.Name = "RootJoint"
  603. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  604. neckweld.Name = "Neck"
  605. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  606. rshoulderweld.Name = "Right Shoulder"
  607. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  608. lshoulderweld.Name = "Left Shoulder"
  609. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  610. rhipweld.Name = "Right Hip"
  611. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  612. lhipweld.Name = "Left Hip"
  613. local pa1 = Instance.new("Part")
  614. nooutline(pa1)
  615. pa1.Anchored = false
  616. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  617. pa1.Name = "pa1"
  618. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  619. pa1.BrickColor = BrickColor.new("White")
  620. pa1.CanCollide = false
  621. pa1.Locked = true
  622. pa1.Transparency = 1
  623. pa1.Parent = ZANOOB
  624. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  625. 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))
  626. local pa2 = Instance.new("Part")
  627. nooutline(pa2)
  628. pa2.Anchored = false
  629. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  630. pa2.Name = "pa2"
  631. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  632. pa2.BrickColor = BrickColor.new("White")
  633. pa2.CanCollide = false
  634. pa2.Locked = true
  635. pa2.Transparency = 1
  636. pa2.Parent = ZANOOB
  637. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  638. 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))
  639. local pa3 = Instance.new("Part")
  640. nooutline(pa3)
  641. pa3.Anchored = false
  642. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  643. pa3.Name = "pa3"
  644. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  645. pa3.BrickColor = BrickColor.new("White")
  646. pa3.CanCollide = false
  647. pa3.Locked = true
  648. pa3.Transparency = 1
  649. pa3.Parent = ZANOOB
  650. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  651. 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))
  652. local pa4 = Instance.new("Part")
  653. nooutline(pa4)
  654. pa4.Anchored = false
  655. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  656. pa4.Name = "pa4"
  657. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  658. pa4.BrickColor = BrickColor.new("White")
  659. pa4.CanCollide = false
  660. pa4.Locked = true
  661. pa4.Transparency = 1
  662. pa4.Parent = ZANOOB
  663. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  664. 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))
  665. local pa5 = Instance.new("Part")
  666. nooutline(pa5)
  667. pa5.Anchored = false
  668. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  669. pa5.Name = "pa5"
  670. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  671. pa5.BrickColor = BrickColor.new("White")
  672. pa5.CanCollide = false
  673. pa5.Locked = true
  674. pa5.Transparency = 1
  675. pa5.Parent = ZANOOB
  676. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  677. 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))
  678. local pa6 = Instance.new("Part")
  679. nooutline(pa6)
  680. pa6.Anchored = false
  681. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  682. pa6.Name = "pa6"
  683. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  684. pa6.BrickColor = BrickColor.new("White")
  685. pa6.CanCollide = false
  686. pa6.Locked = true
  687. pa6.Transparency = 1
  688. pa6.Parent = ZANOOB
  689. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  690. 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))
  691. local pa7 = Instance.new("Part")
  692. nooutline(pa7)
  693. pa7.Anchored = false
  694. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  695. pa7.Name = "pa7"
  696. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  697. pa7.BrickColor = BrickColor.new("Gold")
  698. pa7.CanCollide = false
  699. pa7.Locked = true
  700. pa7.Transparency = 1
  701. pa7.Parent = ZANOOB
  702. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  703. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  704. local pa8 = Instance.new("Part")
  705. nooutline(pa8)
  706. pa8.Anchored = false
  707. pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  708. pa8.Name = "pa8"
  709. pa8.Size = Vector3.new(0.2, 0.2, 0.2)
  710. pa8.BrickColor = BrickColor.new("Gold")
  711. pa8.CanCollide = false
  712. pa8.Locked = true
  713. pa8.Transparency = 1
  714. pa8.Parent = ZANOOB
  715. local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
  716. local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
  717. local pa9 = Instance.new("Part")
  718. nooutline(pa9)
  719. pa9.Anchored = false
  720. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  721. pa9.Name = "pa9"
  722. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  723. pa9.BrickColor = BrickColor.new("Gold")
  724. pa9.CanCollide = false
  725. pa9.Locked = true
  726. pa9.Transparency = 1
  727. pa9.Parent = ZANOOB
  728. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  729. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  730. local pa10 = Instance.new("Part")
  731. nooutline(pa10)
  732. pa10.Anchored = false
  733. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  734. pa10.Name = "pa10"
  735. pa10.Size = Vector3.new(0.2, 0.2, 0.2)
  736. pa10.BrickColor = BrickColor.new("Gold")
  737. pa10.CanCollide = false
  738. pa10.Locked = true
  739. pa10.Transparency = 1
  740. pa10.Parent = ZANOOB
  741. local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
  742. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  743. local pa11 = Instance.new("Part")
  744. nooutline(pa11)
  745. pa11.Anchored = false
  746. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  747. pa11.Name = "pa11"
  748. pa11.Size = Vector3.new(0.2, 0.2, 0.2)
  749. pa11.BrickColor = BrickColor.new("Gold")
  750. pa11.CanCollide = false
  751. pa11.Locked = true
  752. pa11.Transparency = 1
  753. pa11.Parent = ZANOOB
  754. local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
  755. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  756. local raemblem = Instance.new("Part")
  757. nooutline(raemblem)
  758. raemblem.Anchored = false
  759. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  760. raemblem.Name = "raemblem"
  761. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  762. raemblem.BrickColor = BrickColor.new("Gold")
  763. raemblem.CanCollide = false
  764. raemblem.Locked = true
  765. raemblem.Material = "SmoothPlastic"
  766. raemblem.Transparency = 1
  767. raemblem.Parent = ZANOOB
  768. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  769. 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))
  770. local emmes = Instance.new("Decal")
  771. emmes.Texture = "rbxassetid://"
  772. emmes.Transparency = 1
  773. emmes.Face = "Right"
  774. emmes.Name = "embe"
  775. emmes.Parent = raemblem
  776. local ra1 = Instance.new("Part")
  777. nooutline(ra1)
  778. ra1.Anchored = false
  779. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  780. ra1.Name = "ra1"
  781. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  782. ra1.BrickColor = BrickColor.new("White")
  783. ra1.CanCollide = false
  784. ra1.Locked = true
  785. ra1.Transparency = 1
  786. ra1.Parent = ZANOOB
  787. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  788. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  789. local ra2 = Instance.new("Part")
  790. nooutline(ra2)
  791. ra2.Anchored = false
  792. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  793. ra2.Name = "ra2"
  794. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  795. ra2.BrickColor = BrickColor.new("White")
  796. ra2.CanCollide = false
  797. ra2.Locked = true
  798. ra2.Transparency = 1
  799. ra2.Parent = ZANOOB
  800. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  801. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  802. local ra3 = Instance.new("Part")
  803. nooutline(ra3)
  804. ra3.Anchored = false
  805. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  806. ra3.Name = "ra3"
  807. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  808. ra3.BrickColor = BrickColor.new("White")
  809. ra3.CanCollide = false
  810. ra3.Locked = true
  811. ra3.Transparency = 1
  812. ra3.Parent = ZANOOB
  813. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  814. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  815. local ra4 = Instance.new("Part")
  816. nooutline(ra4)
  817. ra4.Anchored = false
  818. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  819. ra4.Name = "ra4"
  820. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  821. ra4.BrickColor = BrickColor.new("White")
  822. ra4.CanCollide = false
  823. ra4.Locked = true
  824. ra4.Transparency = 1
  825. ra4.Parent = ZANOOB
  826. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  827. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  828. local ra5 = Instance.new("Part")
  829. nooutline(ra5)
  830. ra5.Anchored = false
  831. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  832. ra5.Name = "ra5"
  833. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  834. ra5.BrickColor = BrickColor.new("Gold")
  835. ra5.CanCollide = false
  836. ra5.Locked = true
  837. ra5.Transparency = 1
  838. ra5.Parent = ZANOOB
  839. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  840. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  841. local la1 = Instance.new("Part")
  842. nooutline(la1)
  843. la1.Anchored = false
  844. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  845. la1.Name = "la1"
  846. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  847. la1.BrickColor = BrickColor.new("Pastel blue-green")
  848. la1.CanCollide = false
  849. la1.Locked = true
  850. la1.Transparency = 1
  851. la1.Parent = ZANOOB
  852. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  853. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  854. local la2 = Instance.new("Part")
  855. nooutline(la2)
  856. la2.Anchored = false
  857. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  858. la2.Name = "la2"
  859. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  860. la2.BrickColor = BrickColor.new("Pastel blue-green")
  861. la2.CanCollide = false
  862. la2.Locked = true
  863. la2.Transparency = 1
  864. la2.Parent = ZANOOB
  865. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  866. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  867. local la3 = Instance.new("Part")
  868. nooutline(la3)
  869. la3.Anchored = false
  870. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  871. la3.Name = "la3"
  872. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  873. la3.BrickColor = BrickColor.new("White")
  874. la3.CanCollide = false
  875. la3.Locked = true
  876. la3.Transparency = 1
  877. la3.Parent = ZANOOB
  878. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  879. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  880. local la4 = Instance.new("Part")
  881. nooutline(la4)
  882. la4.Anchored = false
  883. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  884. la4.Name = "la4"
  885. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  886. la4.BrickColor = BrickColor.new("White")
  887. la4.CanCollide = false
  888. la4.Locked = true
  889. la4.Transparency = 1
  890. la4.Parent = ZANOOB
  891. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  892. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  893. local la5 = Instance.new("Part")
  894. nooutline(la5)
  895. la5.Anchored = false
  896. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  897. la5.Name = "la5"
  898. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  899. la5.BrickColor = BrickColor.new("Gold")
  900. la5.CanCollide = false
  901. la5.Locked = true
  902. la5.Transparency = 1
  903. la5.Parent = ZANOOB
  904. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  905. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  906. local ll1 = Instance.new("Part")
  907. nooutline(ll1)
  908. ll1.Anchored = false
  909. ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  910. ll1.Name = "ll1"
  911. ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  912. ll1.BrickColor = BrickColor.new("White")
  913. ll1.CanCollide = false
  914. ll1.Locked = true
  915. ll1.Transparency = 1
  916. ll1.Parent = ZANOOB
  917. local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  918. local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  919. local ll2 = Instance.new("Part")
  920. nooutline(ll2)
  921. ll2.Anchored = false
  922. ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  923. ll2.Name = "ll2"
  924. ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  925. ll2.BrickColor = BrickColor.new("White")
  926. ll2.CanCollide = false
  927. ll2.Locked = true
  928. ll2.Transparency = 1
  929. ll2.Parent = ZANOOB
  930. local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  931. local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  932. local ll3 = Instance.new("Part")
  933. nooutline(ll3)
  934. ll3.Anchored = false
  935. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  936. ll3.Name = "ll3"
  937. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  938. ll3.BrickColor = BrickColor.new("Gold")
  939. ll3.CanCollide = false
  940. ll3.Locked = true
  941. ll3.Transparency = 1
  942. ll3.Parent = ZANOOB
  943. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  944. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  945. local rr1 = Instance.new("Part")
  946. nooutline(rr1)
  947. rr1.Anchored = false
  948. rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  949. rr1.Name = "rr1"
  950. rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  951. rr1.BrickColor = BrickColor.new("White")
  952. rr1.CanCollide = false
  953. rr1.Locked = true
  954. rr1.Transparency = 1
  955. rr1.Parent = ZANOOB
  956. local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  957. local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  958. local rr2 = Instance.new("Part")
  959. nooutline(rr2)
  960. rr2.Anchored = false
  961. rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  962. rr2.Name = "rr2"
  963. rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  964. rr2.BrickColor = BrickColor.new("White")
  965. rr2.CanCollide = false
  966. rr2.Locked = true
  967. rr2.Transparency = 1
  968. rr2.Parent = ZANOOB
  969. local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  970. local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  971. local rr3 = Instance.new("Part")
  972. nooutline(rr3)
  973. rr3.Anchored = false
  974. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  975. rr3.Name = "rr3"
  976. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  977. rr3.BrickColor = BrickColor.new("Gold")
  978. rr3.CanCollide = false
  979. rr3.Locked = true
  980. rr3.Transparency = 1
  981. rr3.Parent = ZANOOB
  982. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  983. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  984. return ZANOOB
  985. end
  986. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  987. coroutine.resume(coroutine.create(function()
  988. local rot = thenoob.HumanoidRootPart
  989. repeat
  990. swait()
  991. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  992. until rot == nil
  993. end))
  994. local rot = thenoob.HumanoidRootPart
  995. local ntorso = thenoob:FindFirstChild("Torso")
  996. local rightarm = thenoob:FindFirstChild("Right Arm")
  997. local leftarm = thenoob:FindFirstChild("Left Arm")
  998. local leftleg = thenoob:FindFirstChild("Left Leg")
  999. local rightleg = thenoob:FindFirstChild("Right Leg")
  1000. local head = thenoob:FindFirstChild("Head")
  1001. local face = head:FindFirstChild("face")
  1002. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  1003. local embpart = thenoob:FindFirstChild("raemblem")
  1004. local nRJ = rot:FindFirstChild("RootJoint")
  1005. local nN = ntorso:FindFirstChild("Neck")
  1006. local nRS = ntorso:FindFirstChild("Right Shoulder")
  1007. local nLS = ntorso:FindFirstChild("Left Shoulder")
  1008. local nRH = ntorso:FindFirstChild("Right Hip")
  1009. local nLH = ntorso:FindFirstChild("Left Hip")
  1010. function standappear(nbz)
  1011. if selected == false or activu == true then
  1012. return
  1013. end
  1014. if appeared == false then
  1015. appeared = true
  1016. wherto = hrp
  1017. addcfr = cf(-2, 1, 2)
  1018. local apear = Instance.new("Sound")
  1019. apear.SoundId = "rbxassetid://463010917"
  1020. apear.Parent = rot
  1021. apear.Volume = 1.25
  1022. game.Debris:AddItem(apear, 1.5)
  1023. apear:Play()
  1024. for _, n in pairs(nbz:GetChildren()) do
  1025. coroutine.resume(coroutine.create(function()
  1026. for _ = 1, 5 do
  1027. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  1028. swait()
  1029. n.Transparency = n.Transparency - 0.2
  1030. face.Transparency = face.Transparency - 0.2
  1031. emblem.Transparency = emblem.Transparency - 0.2
  1032. end
  1033. end
  1034. if n ~= rot and n ~= embpart then
  1035. n.Transparency = 0
  1036. end
  1037. face.Transparency = 0
  1038. emblem.Transparency = 0
  1039. end))
  1040. end
  1041. elseif appeared == true then
  1042. appeared = false
  1043. wherto = hrp
  1044. addcfr = cf(0, 0, 0)
  1045. for _, n in pairs(nbz:GetChildren()) do
  1046. coroutine.resume(coroutine.create(function()
  1047. for _ = 1, 5 do
  1048. if n ~= rot and n ~= embpart then
  1049. swait()
  1050. n.Transparency = n.Transparency + 0.2
  1051. face.Transparency = face.Transparency + 0.2
  1052. emblem.Transparency = emblem.Transparency + 0.2
  1053. end
  1054. end
  1055. if n ~= rot and n ~= embpart then
  1056. n.Transparency = 1
  1057. end
  1058. face.Transparency = 1
  1059. emblem.Transparency = 1
  1060. end))
  1061. end
  1062. end
  1063. end
  1064. function THREATENING()
  1065. if selected == false or activu == true then
  1066. return
  1067. end
  1068. if POSU == false then
  1069. POSU = true
  1070. human.WalkSpeed = 0
  1071. local d = Instance.new("ParticleEmitter")
  1072. d.Name = "MENACINGU"
  1073. d.Lifetime = NumberRange.new(1)
  1074. d.Rate = 2
  1075. d.Texture = "rbxassetid://298768656"
  1076. d.VelocitySpread = 60
  1077. d.Parent = tors
  1078. human:SetStateEnabled(3, false)
  1079. local randomoth = math.random(1, 2)
  1080. if randomoth == 1 then
  1081. repeat
  1082. swait()
  1083. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  1084. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  1085. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  1086. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1087. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  1088. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1089. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  1090. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1091. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  1092. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1093. until POSU == false
  1094. elseif randomoth == 2 then
  1095. repeat
  1096. swait()
  1097. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  1098. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  1099. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  1100. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1101. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  1102. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1103. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  1104. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1105. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  1106. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1107. until POSU == false
  1108. end
  1109. elseif POSU == true then
  1110. POSU = false
  1111. human.WalkSpeed = 16
  1112. human:SetStateEnabled(3, true)
  1113. tors.MENACINGU:Destroy()
  1114. activu = true
  1115. activu = false
  1116. end
  1117. end
  1118. local EHMMM = 0
  1119. function block()
  1120. if EHMMM == 50 or selected == false or activu == true then
  1121. return
  1122. end
  1123. if appeared == false then
  1124. standappear(thenoob)
  1125. end
  1126. wherto = hrp
  1127. addcfr = cf(0, 0, -3)
  1128. local bep = true
  1129. local humanshealth = human.Health
  1130. activu = true
  1131. human:SetStateEnabled(15, false)
  1132. local de = mouse.KeyUp:connect(function(key)
  1133. if key == "e" then
  1134. bep = false
  1135. end
  1136. end)
  1137. local poopes = 0
  1138. repeat
  1139. swait()
  1140. poopes = poopes + 1
  1141. human.Health = humanshealth
  1142. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  1143. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  1144. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  1145. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1146. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  1147. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1148. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1149. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1150. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1151. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1152. until bep == false or poopes > 240
  1153. de:Disconnect()
  1154. human:SetStateEnabled(15, true)
  1155. activu = false
  1156. EHMMM = 50
  1157. coroutine.resume(coroutine.create(function()
  1158. wait(7)
  1159. EHMMM = 0
  1160. end))
  1161. wherto = hrp
  1162. addcfr = cf(-2, 1, 2)
  1163. end
  1164. function MUDA()
  1165. if selected == false or activu == true then
  1166. return
  1167. end
  1168. if appeared == false then
  1169. standappear(thenoob)
  1170. wherto = hrp
  1171. addcfr = cf(0, 0, -3.5)
  1172. end
  1173. wry:Stop()
  1174. local bep = true
  1175. activu = true
  1176. wherto = hrp
  1177. addcfr = cf(0, 0, -3.5)
  1178. local function blur(limb)
  1179. coroutine.resume(coroutine.create(function()
  1180. local memedon = {}
  1181. for i = 1, 6 do
  1182. local b1 = Instance.new("Part")
  1183. nooutline(b1)
  1184. b1.Size = Vector3.new(1, 2, 1)
  1185. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1186. b1.CanCollide = false
  1187. b1.BrickColor = limb.BrickColor
  1188. b1.Anchored = true
  1189. b1.Transparency = 0.7
  1190. b1.Locked = true
  1191. b1.Parent = modz
  1192. table.insert(memedon, b1)
  1193. end
  1194. local num = 0
  1195. repeat
  1196. swait()
  1197. num = num % 6 + 1
  1198. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1199. until bep == false
  1200. for i = 1, #memedon do
  1201. swait()
  1202. memedon[i]:Destroy()
  1203. end
  1204. end))
  1205. end
  1206. local de = mouse.KeyUp:connect(function(key)
  1207. if key == "r" then
  1208. bep = false
  1209. end
  1210. end)
  1211. blur(rightarm)
  1212. blur(leftarm)
  1213. local mudodo = Instance.new("Sound")
  1214. mudodo.Volume = 10
  1215. mudodo.SoundId = "rbxassetid://791374350"
  1216. mudodo.Looped = true
  1217. mudodo.Parent = hrp
  1218. mudodo:Play()
  1219. repeat
  1220. for _ = 1, 2 do
  1221. swait()
  1222. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1223. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1224. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1225. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1226. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1227. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1228. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1229. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1230. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1231. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1232. end
  1233. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1234. for _ = 1, 2 do
  1235. swait()
  1236. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1237. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1238. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1239. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1240. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1241. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1242. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1243. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1244. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1245. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1246. end
  1247. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1248. for _ = 1, 2 do
  1249. swait()
  1250. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1251. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1252. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1253. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1254. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1255. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1256. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1257. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1258. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1259. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1260. end
  1261. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1262. for _ = 1, 2 do
  1263. swait()
  1264. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1265. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1266. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1267. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1268. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1269. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1270. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1271. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1272. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1273. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1274. end
  1275. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1276. until bep == false or 0 >= human.Health
  1277. de:Disconnect()
  1278. mudodo:Stop()
  1279. wry:Play()
  1280. for _ = 1, 6 do
  1281. swait()
  1282. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1283. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1284. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1285. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1286. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1287. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1288. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1289. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1290. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1291. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1292. end
  1293. for _ = 1, 7 do
  1294. swait()
  1295. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1296. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1297. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1298. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1299. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1300. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1301. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1302. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1303. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1304. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1305. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1306. end
  1307. swait(5)
  1308. wherto = hrp
  1309. mudodo:Destroy()
  1310. addcfr = cf(-2, 1, 2)
  1311. activu = false
  1312. end
  1313. function cability()
  1314. if selected == false or activu == true then
  1315. return
  1316. end
  1317. if appeared == false then
  1318. standappear(thenoob)
  1319. wherto = hrp
  1320. addcfr = cf(0, 0, -3.75)
  1321. end
  1322. activu = true
  1323. wherto = hrp
  1324. addcfr = cf(0, 0, -3.5)
  1325. local ZAWRUA = Instance.new("Sound")
  1326. ZAWRUA.SoundId = "rbxassetid://899974449"
  1327. ZAWRUA.Volume = 5
  1328. ZAWRUA.Parent = hrp
  1329. ZAWRUA:Play()
  1330. game.Debris:AddItem(ZAWRUA, 2.5)
  1331. local wate = Instance.new("Part")
  1332. nooutline(wate)
  1333. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1334. wate.Material = "Neon"
  1335. wate.Transparency = 1
  1336. wate.BrickColor = BrickColor.new("Toothpaste")
  1337. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1338. wate.Anchored = true
  1339. wate.CanCollide = false
  1340. wate.Parent = modz
  1341. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1342. coroutine.resume(coroutine.create(function()
  1343. repeat
  1344. swait()
  1345. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1346. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1347. until not wate
  1348. end))
  1349. coroutine.resume(coroutine.create(function()
  1350. local pt = {}
  1351. for _ = 1, 10 do
  1352. local wp = Instance.new("Part")
  1353. nooutline(wp)
  1354. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1355. wp.Material = "Neon"
  1356. wp.Transparency = 1
  1357. wp.BrickColor = BrickColor.new("Toothpaste")
  1358. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1359. wp.Anchored = true
  1360. wp.CanCollide = false
  1361. wp.Parent = modz
  1362. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1363. table.insert(pt, wp)
  1364. table.insert(pt, wmz)
  1365. end
  1366. for m = 1, 45 do
  1367. swait()
  1368. for _, hey in pairs(pt) do
  1369. if hey.ClassName == "SpecialMesh" then
  1370. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1371. elseif hey.ClassName == "Part" then
  1372. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1373. hey.Transparency = hey.Transparency - 0.015
  1374. end
  1375. end
  1376. end
  1377. for m = 45, 50 do
  1378. swait()
  1379. for _, hey in pairs(pt) do
  1380. if hey.ClassName == "SpecialMesh" then
  1381. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1382. elseif hey.ClassName == "Part" then
  1383. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1384. hey.Transparency = hey.Transparency + 0.2
  1385. end
  1386. end
  1387. end
  1388. for _, AAA in pairs(pt) do
  1389. if AAA.ClassName == "Part" then
  1390. AAA:Destroy()
  1391. end
  1392. end
  1393. end))
  1394. for _ = 1, 50 do
  1395. swait()
  1396. wmesh.Scale = Vector3.new(9, 9, 9)
  1397. wate.Transparency = wate.Transparency - 0.008
  1398. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1399. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1400. 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)
  1401. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1402. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1403. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1404. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1405. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1406. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1407. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1408. end
  1409. local pooo = Instance.new("Sound")
  1410. pooo.SoundId = "rbxassetid://441202925"
  1411. pooo.Volume = 5
  1412. pooo.Parent = hrp
  1413. pooo:Play()
  1414. game.Debris:AddItem(pooo, 2.5)
  1415. for _ = 1, 1 do
  1416. swait()
  1417. wate.Transparency = wate.Transparency + 0.15
  1418. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1419. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1420. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1421. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1422. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1423. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1424. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1425. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1426. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1427. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1428. end
  1429. local swoo = Instance.new("Part")
  1430. nooutline(swoo)
  1431. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1432. swoo.Material = "Neon"
  1433. swoo.Transparency = 0.2
  1434. swoo.BrickColor = BrickColor.new("Toothpaste")
  1435. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1436. swoo.Anchored = true
  1437. swoo.CanCollide = false
  1438. swoo.Parent = modz
  1439. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1440. local pli = Instance.new("PointLight")
  1441. pli.Brightness = 2
  1442. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1443. pli.Range = 10
  1444. pli.Shadows = true
  1445. pli.Parent = swoo
  1446. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1447. tagability(swoo, 4)
  1448. for _ = 1, 10 do
  1449. swait()
  1450. wate.Transparency = wate.Transparency + 0.05
  1451. swoo.Transparency = swoo.Transparency + 0.075
  1452. pli.Range = pli.Range - 1
  1453. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1454. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1455. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1456. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1457. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1458. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1459. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1460. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1461. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1462. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1463. end
  1464. wate:Destroy()
  1465. swoo:Destroy()
  1466. pli:Destroy()
  1467. swait(15)
  1468. wherto = hrp
  1469. addcfr = cf(-2, 1, 2)
  1470. activu = false
  1471. end
  1472. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1473. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1474. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1475. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1476. function THEBEST()
  1477. if selected == false or activu == true or appeared == true or POSU == true then
  1478. return
  1479. end
  1480. local dipperhat = chr:FindFirstChild("Likebossfromdk")
  1481. local dipperrot
  1482. if dipperhat then
  1483. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1484. end
  1485. activu = true
  1486. POSU = true
  1487. cam.CameraType = "Scriptable"
  1488. chr.PrimaryPart = hrp
  1489. human.WalkSpeed = 0
  1490. human:SetStateEnabled(3, false)
  1491. local actmus1 = Instance.new("Sound")
  1492. actmus1.SoundId = "rbxassetid://188959462"
  1493. actmus1.Volume = 1.5
  1494. actmus1.RollOffMode = 1
  1495. actmus1.TimePosition = 0
  1496. actmus1.Parent = cam
  1497. local actmus2 = Instance.new("Sound")
  1498. actmus2.SoundId = "rbxassetid://188959462"
  1499. actmus2.Volume = 1.5
  1500. actmus2.RollOffMode = 1
  1501. actmus2.TimePosition = 0
  1502. actmus2.Parent = hrp
  1503. actmus1:Play()
  1504. actmus2:Play()
  1505. local mus1 = Instance.new("Sound")
  1506. mus1.SoundId = "rbxassetid://616594208"
  1507. mus1.Volume = 1.25
  1508. mus1.TimePosition = 0.45
  1509. mus1.Parent = cam
  1510. local mus2 = Instance.new("Sound")
  1511. mus2.SoundId = "rbxassetid://616594208"
  1512. mus2.Volume = 1.25
  1513. mus2.TimePosition = 0.45
  1514. mus2.Parent = hrp
  1515. local zawarudoda = Instance.new("Sound")
  1516. zawarudoda.SoundId = "rbxassetid://291088606"
  1517. zawarudoda.Volume = 2
  1518. zawarudoda.TimePosition = 0.3
  1519. zawarudoda.Parent = hrp
  1520. mus1:Play()
  1521. mus2:Play()
  1522. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1523. local regface = hed.face.Texture
  1524. local whogothit, bodyvel
  1525. local function checkhit(partoz, magn)
  1526. for _, guy in pairs(workspace:GetChildren()) do
  1527. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1528. whogothit = guy
  1529. guy:FindFirstChild("Humanoid").PlatformStand = true
  1530. do
  1531. local derp = Instance.new("BodyPosition")
  1532. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1533. derp.P = 8000
  1534. derp.D = 500
  1535. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1536. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1537. bodyvel = derp
  1538. local derp2 = Instance.new("BodyAngularVelocity")
  1539. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1540. derp2.P = 8000
  1541. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1542. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1543. delay(0.1, function()
  1544. derp2:Destroy()
  1545. end)
  1546. bodyvel = derp
  1547. end
  1548. end
  1549. end
  1550. end
  1551. coroutine.resume(coroutine.create(function()
  1552. for _ = 1, 25 do
  1553. swait()
  1554. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1555. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1556. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1557. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1558. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1559. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1560. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1561. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1562. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1563. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1564. end
  1565. for _ = 1, 20 do
  1566. swait()
  1567. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1568. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1569. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1570. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1571. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1572. if dipperhat then
  1573. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1574. end
  1575. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1576. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1577. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1578. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1579. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1580. end
  1581. end))
  1582. repeat
  1583. swait()
  1584. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1585. until mus1.TimePosition > 2.9
  1586. mus1:Pause()
  1587. mus2:Pause()
  1588. zawarudoda:Play()
  1589. coroutine.resume(coroutine.create(function()
  1590. for _ = 1, 7 do
  1591. swait()
  1592. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1593. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1594. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1595. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1596. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1597. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1598. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1599. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1600. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1601. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1602. end
  1603. for _ = 1, 16 do
  1604. swait()
  1605. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1606. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1607. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1608. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1609. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1610. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1611. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1612. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1613. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1614. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1615. end
  1616. end))
  1617. repeat
  1618. swait()
  1619. until zawarudoda.TimePosition > 1.4
  1620. zawarudoda:Pause()
  1621. activu = false
  1622. standappear(thenoob)
  1623. wherto = hrp
  1624. addcfr = cf(3, 0.25, -1.5)
  1625. activu = true
  1626. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1627. for _ = 1, 10 do
  1628. swait()
  1629. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1630. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1631. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1632. 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)
  1633. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1634. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1635. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1636. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1637. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1638. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1639. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1640. end
  1641. wherto = hrp
  1642. addcfr = cf(-3, 0.25, -1.5)
  1643. for _ = 1, 25 do
  1644. swait()
  1645. checkhit(rightarm, 3)
  1646. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1647. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1648. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1649. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1650. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1651. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1652. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1653. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1654. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1655. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1656. end
  1657. if whogothit then
  1658. print("derp")
  1659. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1660. local laugo = Instance.new("Sound")
  1661. laugo.SoundId = "rbxassetid://291088606"
  1662. laugo.Volume = 1.5
  1663. laugo.Parent = hrp
  1664. game.Debris:AddItem(laugo, 2.5)
  1665. laugo:Play()
  1666. local sda = 0
  1667. local chn = 2
  1668. local cs = math.cos
  1669. for D = 1, 60 do
  1670. swait()
  1671. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1672. sda = sda + chn
  1673. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1674. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1675. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1676. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1677. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1678. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1679. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1680. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1681. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1682. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1683. end
  1684. hed.face.Texture = "rbxassetid://"
  1685. mus1.TimePosition = 2.75
  1686. mus1:Play()
  1687. for C = 1, 30 do
  1688. swait()
  1689. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1690. sda = sda + chn
  1691. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1692. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1693. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1694. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1695. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1696. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1697. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1698. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1699. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1700. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1701. end
  1702. for _ = 1, 5 do
  1703. swait()
  1704. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1705. sda = sda + chn
  1706. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1707. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1708. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1709. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1710. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1711. if dipperhat then
  1712. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1713. end
  1714. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1715. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1716. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1717. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1718. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1719. end
  1720. wait(2)
  1721. elseif whogothit == nil then
  1722. print("noderp")
  1723. end
  1724. human:SetStateEnabled(3, true)
  1725. activu = false
  1726. standappear(thenoob)
  1727. activu = true
  1728. if dipperhat then
  1729. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1730. end
  1731. actmus1:Destroy()
  1732. actmus2:Destroy()
  1733. bast:Play()
  1734. if bodyvel then
  1735. bodyvel:Destroy()
  1736. end
  1737. cam.CameraType = "Custom"
  1738. hed.face.Texture = regface
  1739. chr.PrimaryPart = head
  1740. human.WalkSpeed = 16
  1741. activu = false
  1742. POSU = false
  1743. end
  1744. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1745. for _, guy in pairs(workspace:GetChildren()) do
  1746. 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
  1747. do
  1748. local humz = guy:FindFirstChild("Humanoid")
  1749. local horp = guy:FindFirstChild("HumanoidRootPart")
  1750. TakeDamage(humz, dmg)
  1751. local db = Instance.new("StringValue")
  1752. db.Name = "alabo"
  1753. db.Parent = horp
  1754. delay(debtim, function()
  1755. db:Destroy()
  1756. end)
  1757. local b = Instance.new("Part")
  1758. nooutline(b)
  1759. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1760. b.Transparency = 0.25
  1761. b.Anchored = true
  1762. b.CanCollide = false
  1763. b.BrickColor = BrickColor.new("Institutional white")
  1764. b.Locked = true
  1765. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1766. b.Parent = modz
  1767. local c = Instance.new("SpecialMesh")
  1768. c.MeshType = "Sphere"
  1769. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1770. c.Parent = b
  1771. game.Debris:AddItem(b, 1)
  1772. if bodyfdire then
  1773. local boopyve = Instance.new("BodyVelocity")
  1774. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1775. boopyve.P = math.huge
  1776. boopyve.Velocity = bodyfdire
  1777. boopyve.Parent = horp
  1778. game.Debris:AddItem(boopyve, debtim)
  1779. end
  1780. local bet = Instance.new("Sound")
  1781. bet.Pitch = rd2(9, 11) / 10
  1782. bet.Volume = rd2(12, 14) / 10
  1783. bet.SoundId = "rbxassetid://441202925"
  1784. bet.Parent = b
  1785. bet:Play()
  1786. coroutine.resume(coroutine.create(function()
  1787. for _ = 1, 5 do
  1788. swait()
  1789. b.Transparency = b.Transparency + 0.15
  1790. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1791. end
  1792. end))
  1793. end
  1794. end
  1795. end
  1796. end
  1797. function tagability(partoz, magn)
  1798. for _, guy in pairs(workspace:GetChildren()) do
  1799. 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
  1800. do
  1801. local humz = guy:FindFirstChild("Humanoid")
  1802. humz.PlatformStand = true
  1803. delay(1, function()
  1804. humz.PlatformStand = false
  1805. end)
  1806. local horp = guy:FindFirstChild("HumanoidRootPart")
  1807. local db = Instance.new("StringValue")
  1808. db.Name = "dedrbaba"
  1809. db.Parent = horp
  1810. local bodyrot = Instance.new("BodyAngularVelocity")
  1811. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1812. bodyrot.P = math.huge
  1813. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1814. bodyrot.Parent = horp
  1815. local hL, tL, aL, bL, cL, dL
  1816. game.Debris:AddItem(bodyrot, 0.2)
  1817. coroutine.resume(coroutine.create(function()
  1818. if aL then
  1819. aL.Name = "Right Arm"
  1820. wait()
  1821. end
  1822. if bL then
  1823. bL.Name = "Left Leg"
  1824. wait()
  1825. end
  1826. if cL then
  1827. cL.Name = "Left Arm"
  1828. wait()
  1829. end
  1830. if dL then
  1831. dL.Name = "Right Leg"
  1832. end
  1833. end))
  1834. end
  1835. end
  1836. end
  1837. end
  1838. mouse.KeyDown:connect(function(key)
  1839. if human.Health <= 0 then
  1840. return
  1841. end
  1842. if key == "f" then
  1843. standappear(thenoob)
  1844. end
  1845. if key == "r" then
  1846. MUDA()
  1847. end
  1848. if key == "e" then
  1849. block()
  1850. end
  1851. if key == "v" then
  1852. cability()
  1853. end
  1854. if key == "m" and plr.UserId then
  1855. THEBEST()
  1856. end
  1857. if key == "j" then
  1858. THREATENING()
  1859. end
  1860. if key == "k" then
  1861. konodioda:Play()
  1862. end
  1863. if key == "l" then
  1864. bast:Play()
  1865. end
  1866. if key == "p" then
  1867. zaworld:Play()
  1868. end
  1869. end)
  1870. tool.Equipped:connect(function()
  1871. selected = true
  1872. end)
  1873. tool.Unequipped:connect(function()
  1874. selected = false
  1875. end)
  1876. sine = 0
  1877. charge = 1
  1878. cos = math.cos
  1879. game:GetService("RunService").RenderStepped:connect(function()
  1880. if POSU == false then
  1881. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1882. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1883. local checkstate = human:GetState()
  1884. if checkstate.Value == 13 then
  1885. animpose = "Sitting"
  1886. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1887. animpose = "Jumping"
  1888. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1889. animpose = "Falling"
  1890. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1891. animpose = "Idle"
  1892. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1893. animpose = "Walking"
  1894. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1895. animpose = "TooFast"
  1896. end
  1897. if animpose == "Idle" then
  1898. sine = sine + charge
  1899. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1900. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1901. 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)
  1902. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1903. 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)
  1904. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1905. 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)
  1906. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1907. 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)
  1908. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1909. end
  1910. if animpose == "Walking" then
  1911. sine = sine + charge
  1912. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1913. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1914. 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)
  1915. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1916. 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)
  1917. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1918. 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)
  1919. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1920. 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)
  1921. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1922. end
  1923. if animpose == "Jumping" then
  1924. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1925. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1926. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1927. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1928. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1929. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1930. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1931. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1932. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1933. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1934. end
  1935. if animpose == "Falling" then
  1936. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1937. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1938. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1939. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1940. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1941. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1942. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1943. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1944. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1945. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1946. end
  1947. if animpose == "TooFast" then
  1948. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1949. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1950. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  1951. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1952. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1953. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1954. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  1955. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1956. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1957. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1958. end
  1959. if animpose == "Sitting" then
  1960. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1961. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1962. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1963. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1964. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1965. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1966. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1967. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1968. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1969. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1970. end
  1971. end
  1972. if appeared == false and activu == false then
  1973. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1974. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1975. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1976. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1977. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1978. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1979. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1980. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1981. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1982. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1983. elseif appeared == true and activu == false then
  1984. sine = sine + charge
  1985. 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)
  1986. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  1987. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1988. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1989. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1990. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1991. 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)
  1992. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1993. 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)
  1994. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1995. end
  1996. end)
  1997. function dispose()
  1998. for i, v in pairs(getfenv(0)) do
  1999. v = nil
  2000. end
  2001. error = nil
  2002. print = nil
  2003. warn = nil
  2004. end
  2005. human.Died:connect(dispose)
  2006. chr.Changed:connect(function()
  2007. if chr.Parent == nil then
  2008. dispose()
  2009. ------------
  2010. ------------
  2011. end
  2012. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement