Awooslayer699

omae

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