Advertisement
95audrey

Za Warudo/Roada Rolla Da (FE Test)

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