JRKPastesBins

Untitled

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