HenloMyDude

mr box

Dec 8th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.88 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. local RealPlayer = Player
  4. 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
  5.  
  6. do
  7. function GetDiscoColor(hue)
  8. hue=hue/4
  9. local section = hue % 1 * 3
  10. local secondary = 0.5 * math.pi * (section % 1)
  11. local thing
  12. if section < 1 then
  13. thing=Color3.new(1, 1 - math.cos(secondary), 1 - math.sin(secondary))
  14. elseif section < 2 then
  15. thing=Color3.new(1 - math.sin(secondary), 1, 1 - math.cos(secondary))
  16. else
  17. thing=Color3.new(1 - math.cos(secondary), 1 - math.sin(secondary), 1)
  18. end
  19. return thing
  20. end
  21. function VertexRainbow()
  22. return Vector3.new(math.random(),math.random(),math.random())
  23. end
  24.  
  25.  
  26. local plr = game.Players.LocalPlayer
  27. local chr = plr.Character
  28. local maus = plr:GetMouse()
  29. local PGui=plr.PlayerGui
  30. local lleg = chr["Left Leg"]
  31. local rleg = chr["Right Leg"]
  32. local larm = chr["Left Arm"]
  33. local rarm = chr["Right Arm"]
  34. local hed = chr.Head
  35. local rutprt = chr.HumanoidRootPart
  36. local torso = chr.Torso
  37. local otheranims=false
  38. local swimming=false
  39. chr.Animate.Disabled=true
  40. local fldb={['w']=false,['a']=false,['s']=false,['d']=false}
  41. local RunSpeed=80
  42. local WlkSpeed=16
  43. local SwimSpeed=14
  44. local SwimDashSpeed=1000
  45. local anim = "Idling"
  46. local lastanim = "Idling"
  47. local flying=false
  48. local val = 0
  49. local syne = 0
  50. local num = 0
  51. local runtime = 0
  52. local TackleCD=false
  53. local currentdecalid=1
  54. local crouching=false
  55. local bboxout=false
  56. local ltout=false
  57. local standing=false
  58. local throwcd=false
  59. local displaying=false
  60. local imageType="Custom"
  61. local pseudohead=hed:Clone()
  62. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  63. pseudohead.Name='PseudoHead'
  64. pseudohead.Parent=chr.Head
  65. local pseudoweld=Instance.new('Weld',torso)
  66. pseudoweld.Part0=hed
  67. pseudoweld.Name='PseudoHeadWeld'
  68. pseudoweld.Part1=pseudohead
  69. hed.Transparency=1
  70. for i,x in pairs(chr:GetChildren()) do
  71. if x:IsA'Hat' then x:destroy'' end end
  72. for i,x in pairs(chr:GetChildren()) do
  73. for a,v in pairs(x:GetChildren()) do
  74. if v:IsA'CharacterMesh' then v:destroy''
  75. end
  76. end
  77. end
  78.  
  79. local Glow1 = Color3.new(1,0,0)
  80. local Glow2 = Color3.new(0,0,1)
  81. local setsky = game.Lighting
  82.  
  83. local alldecals={"186897805","136214180","55365976","21214837","69643159","35035960","25499330","663532065","711219217","171754234","167241003","235558077","265452635","260161937","242814125","230417107","252230874","231949998","229222676","181607551","231953209","123431503","184905165","172755711","161494218","292791711","205912841","68953525","180163702","123385234","138847283","159127645","172511645","210175195","206539362","192486406","96613287","131764585","168427244","128595009","96687581","171590601","172329151","72116648","221557708","214883980"}
  84.  
  85. local decals={"152628549","152629684","192467477","249062488","173846873","246990310","246990269","233853776","256301393","246990343","173846290","184779655","152628663","168044411"}
  86. local musics={"390409627","390409627"}
  87. local currentsound=1
  88. local GarbageTypes={{"Grapes","16940906","16940893",Vector3.new(.8,.8,.8),"284627310"},{"Lightbulb","1376459","1376456",Vector3.new(1,1,1),"235040768"},{"Turkey","13073626","13073598",Vector3.new(2,2,2),"284627310"},{"JuiceBottle","57219451","57219520",Vector3.new(1.75,1.75,1.75),"235040768"},{"Can","10470609","10470600",Vector3.new(1,1,1),"284627310"},{"dunno lol","55304507","55304460",Vector3.new(1,1,1),"235040768"},{"Burger","16646125","16432575",Vector3.new(1.1,1.1,1.1),"284627310"},{"Candy","38160912","38161977",Vector3.new(1.15,1.15,1.15),"154162195"},{"Sandwich","12510164","12509672",Vector3.new(2.5,2.5,2.5),"284627310"}}
  89. coroutine.wrap(function()
  90. for i,x in pairs(hed:GetChildren()) do if x:IsA('Sound') then x:Destroy() end end end)()
  91. function Lerp(a, b, i)
  92. local com1 = {a.X, a.Y, a.Z, a:toEulerAnglesXYZ()}
  93. local com2 = {b.X, b.Y, b.Z, b:toEulerAnglesXYZ()}
  94. local calx = com1[1] + (com2[1] - com1[1]) * i
  95. local caly = com1[2] + (com2[2] - com1[2]) * i
  96. local calz = com1[3] + (com2[3] - com1[3]) * i
  97. local cala = com1[4] + (com2[4] - com1[4]) * i
  98. local calb = com1[5] + (com2[5] - com1[5]) * i
  99. local calc = com1[6] + (com2[6] - com1[6]) * i
  100. return CFrame.new(calx, caly, calz) * CFrame.Angles(cala, calb, calc)
  101. end
  102. function TwnSingleNumber(s,f,m)
  103. local wot=s+(f-s)*m
  104. return wot
  105. end
  106. function TwnVector3(q,w,e)
  107. local begin={q.x,q.y,q.z}
  108. local ending={w.x,w.y,w.z}
  109. local bgx=begin[1]+(ending[1]-begin[1])*e
  110. local bgy=begin[2]+(ending[2]-begin[2])*e
  111. local bgz=begin[3]+(ending[3]-begin[3])*e
  112. return Vector3.new(bgx,bgy,bgz)
  113. end
  114. newWeld = function(wld, wp0, wp1, wc0x, wc0y, wc0z)
  115. wld = Instance.new("Weld", wp1)
  116. wld.Part0 = wp0
  117. wld.Part1 = wp1
  118. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  119. end
  120. newWeld(law, torso, larm, -1.5, 0.5, 0)
  121. newWeld(raw, torso, rarm, 1.5, 0.5, 0)
  122. newWeld(llw, torso, lleg, -.5, -2, 0)
  123. newWeld(rlw, torso, rleg, .5, -2, 0)
  124. newWeld(hw, torso, hed, 0, 1.5, 0)
  125. local rutwald=Instance.new('Weld',rutprt)
  126. rutwald.Part0=rutprt
  127. rutwald.Part1=torso
  128. rutprt.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0)
  129. larm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0)
  130. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0)
  131. rleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  132. lleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  133.  
  134.  
  135.  
  136. local bvelo=Instance.new('BodyVelocity',rutprt)
  137. bvelo.maxForce=Vector3.new(0,0,0)
  138.  
  139. BOM = Instance.new("Sound",chr)
  140. BOM.SoundId = "http://www.roblox.com/asset/?id=138014729"
  141. BOM.Pitch = 1.2
  142. BOM.Volume= 1
  143. BOM.Looped = false
  144. BOM.Name = 'BOM!'
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. n2 = Instance.new("Sound",chr)
  154. n2.SoundId = "http://www.roblox.com/asset/?id=388109043"
  155. n2.Pitch = 0.95
  156. n2.Volume= 2
  157. n2.Looped = false
  158. n2:Play()
  159. n2.Name = 'BOX!'
  160.  
  161. local kan=Instance.new('Model',chr)
  162. kan.Name="true Metal Gear Box"
  163. local cen=Instance.new('Model',kan)
  164. cen.Name='no stap'
  165. local can=Instance.new('Model',cen)
  166. can.Name="its time to stop! or i cry"
  167. local base=Instance.new('Part',can)
  168. base.formFactor=3
  169. base.TopSurface=10
  170. base.BottomSurface=10
  171. base.LeftSurface=10
  172. base.RightSurface=10
  173. base.FrontSurface=10
  174. base.BackSurface=10
  175. base.Locked=true
  176. base.CanCollide=true
  177. base.Anchored=false
  178. base.BrickColor=BrickColor.new('Fossil')
  179. base.Name='Can1'
  180. base.Transparency = 1
  181. base.Size=Vector3.new(3,3.5,3)
  182. base.Material='Metal'
  183. local canm=Instance.new("CylinderMesh",base)
  184.  
  185. local base2=Instance.new('Part',can)
  186. base2.formFactor=3
  187. base2.TopSurface=10
  188. base2.BottomSurface=10
  189. base2.LeftSurface=10
  190. base2.RightSurface=10
  191. base2.FrontSurface=10
  192. base2.BackSurface=10
  193. base2.Locked=true
  194. base2.CanCollide=false
  195. base2.Anchored=false
  196. base2.BrickColor=BrickColor.new('Really black')
  197. base2.Name='InnerCan'
  198. base2.Size=Vector3.new(2.8,.2,2.8)
  199. base2.Material='SmoothPlastic'
  200. base2.Transparency = 0
  201. local base2m=Instance.new('SpecialMesh',base2)
  202. base2m.Scale=Vector3.new(1, 0.05, 1)
  203. base2m.MeshId="http://www.roblox.com/asset/?id=173330346"
  204.  
  205. local base3=Instance.new('Part',can)
  206. base3.formFactor=3
  207. base3.TopSurface=10
  208. base3.BottomSurface=10
  209. base3.LeftSurface=10
  210. base3.RightSurface=10
  211. base3.FrontSurface=10
  212. base3.BackSurface=10
  213. base3.Locked=true
  214. base3.CanCollide=true
  215. base3.Anchored=false
  216. base3.BrickColor=BrickColor.new('Burlap')
  217. base3.Name='Can2'
  218. base3.Transparency = 0
  219. base3.Size=Vector3.new(2,2.5,2)
  220. base3.Material='Metal'
  221. local base3m=Instance.new('SpecialMesh',base3)
  222. base3m.Scale=Vector3.new(1.2,1.2,1.2)
  223. base3m.MeshId="http://www.roblox.com/asset/?id=173330346"
  224.  
  225.  
  226.  
  227.  
  228. local lid=Instance.new('Part',can)
  229.  
  230. lid.Name='Lid'
  231. lid.formFactor=3
  232. lid.TopSurface=10
  233. lid.BottomSurface=10
  234. lid.LeftSurface=10
  235. lid.RightSurface=10
  236. lid.BackSurface=10
  237. lid.FrontSurface=10
  238. lid.CanCollide=true
  239. lid.Anchored=false
  240. lid.Locked=true
  241. lid.Size=Vector3.new(3,3,.2)
  242. lid.BrickColor=BrickColor.new('Burlap')
  243. local heli1=Instance.new('Part',can)
  244. heli1.formFactor=3
  245. heli1.TopSurface=10
  246. heli1.BottomSurface=10
  247. heli1.LeftSurface=10
  248. heli1.RightSurface=10
  249. heli1.FrontSurface=10
  250. heli1.BackSurface=10
  251. heli1.Locked=true
  252. heli1.CanCollide=true
  253. heli1.Anchored=false
  254. heli1.BrickColor=BrickColor.new('Fossil')
  255. heli1.Name='Can'
  256. heli1.Size=Vector3.new(.1,3,.1)
  257. heli1.Material='Metal'
  258. heli1.Transparency = 1
  259. local helim1=Instance.new("CylinderMesh",heli1)
  260. helim1.Scale=Vector3.new(.5,1,.5)
  261. local heli2=Instance.new('Part',can)
  262. heli2.formFactor=3
  263. heli2.TopSurface=10
  264. heli2.BottomSurface=10
  265. heli2.LeftSurface=10
  266. heli2.RightSurface=10
  267. heli2.FrontSurface=10
  268. heli2.BackSurface=10
  269. heli2.Locked=true
  270. heli2.CanCollide=true
  271. heli2.Anchored=false
  272. heli2.BrickColor=BrickColor.new('Dark stone grey')
  273. heli2.Name='Can'
  274. heli2.Size=Vector3.new(.1,.1,2.9)
  275. heli2.Material='Metal'
  276. heli2.Transparency = 1
  277. local helim2=Instance.new("BlockMesh",heli2)
  278. helim2.Scale=Vector3.new(.5,.1,1)
  279. local heli3=Instance.new('Part',can)
  280. heli3.formFactor=3
  281. heli3.TopSurface=10
  282. heli3.BottomSurface=10
  283. heli3.LeftSurface=10
  284. heli3.RightSurface=10
  285. heli3.FrontSurface=10
  286. heli3.BackSurface=10
  287. heli3.Locked=true
  288. heli3.CanCollide=false
  289. heli3.Anchored=false
  290. heli3.BrickColor=BrickColor.new('Dark stone grey')
  291. heli3.Name='Can'
  292. heli3.Size=Vector3.new(.1,.1,3.9)
  293. heli3.Material='Metal'
  294. heli3.Transparency = 1
  295. local helim3=Instance.new("BlockMesh",heli3)
  296. helim3.Scale=Vector3.new(.5,.1,1)
  297. local hits=Instance.new('Sound',lid)
  298. hits.Name='hit'
  299. hits.SoundId="http://www.roblox.com/asset?id=138259748"
  300. hits.Volume=.3
  301. hits.Pitch=.9
  302. local opens=Instance.new('Sound',lid)
  303. opens.Name='Open'
  304. opens.Volume=2
  305. opens.Pitch=1.4
  306. opens.SoundId="http://www.roblox.com/asset?id=192416578"
  307. local lidm=Instance.new('SpecialMesh',lid)
  308. lidm.Scale=Vector3.new(1.17, 0.05, 1.17)
  309. lidm.MeshId="http://www.roblox.com/asset/?id=173330346"
  310.  
  311. coroutine.resume(coroutine.create(function()
  312. while wait() do
  313.  
  314. end
  315. end))
  316. local waifu=Instance.new('Part',can)
  317. waifu.Name='cri cri'
  318. waifu.formFactor=3
  319. waifu.TopSurface=10
  320. waifu.BottomSurface=10
  321. waifu.LeftSurface=10
  322. waifu.RightSurface=10
  323. waifu.BackSurface=10
  324. waifu.FrontSurface=10
  325. waifu.CanCollide=false
  326. waifu.Anchored=false
  327. waifu.Transparency=0
  328. waifu.Locked=true
  329. waifu.Size=Vector3.new(2,.2,2)
  330. local img=Instance.new('Decal',waifu)
  331. img.Texture="http://www.roblox.com/asset?id="..alldecals[math.random(1,#alldecals)]
  332. img.Face='Top'
  333. local bbox=Instance.new('Part',can)
  334. bbox.Name='boombox'
  335. bbox.formFactor=3
  336. bbox.TopSurface=10
  337. bbox.BottomSurface=10
  338. bbox.LeftSurface=10
  339. bbox.RightSurface=10
  340. bbox.BackSurface=10
  341. bbox.FrontSurface=10
  342. bbox.CanCollide=false
  343. bbox.Anchored=false
  344. bbox.Transparency=0
  345. bbox.Locked=true
  346. bbox.Size=Vector3.new(2,2,1)
  347. local bbms=Instance.new('SpecialMesh',bbox)
  348. bbms.Scale=Vector3.new(3,3,3)
  349. bbms.MeshId="http://www.roblox.com/asset?id=212302951"
  350. bbms.TextureId="http://www.roblox.com/asset?id=212303049"
  351. local bulb=Instance.new('Part',can)
  352. bulb.Name='lightbulb'
  353. bulb.formFactor=3
  354. bulb.TopSurface=10
  355. bulb.BottomSurface=10
  356. bulb.LeftSurface=10
  357. bulb.RightSurface=10
  358. bulb.BackSurface=10
  359. bulb.FrontSurface=10
  360. bulb.CanCollide=false
  361. bulb.Anchored=false
  362. bulb.Transparency=.4
  363. bulb.Locked=true
  364. bulb.Size=Vector3.new(.8,1,.8)
  365. local lt=Instance.new('PointLight',bulb)
  366. lt.Range=16
  367. lt.Color=BrickColor.new('New Yeller').Color
  368. lt.Enabled=false
  369. lt.Shadows=true
  370.  
  371. local blbms=Instance.new('SpecialMesh',bulb)
  372. blbms.MeshId="http://www.roblox.com/asset?id=1376459"
  373. blbms.TextureId="http://www.roblox.com/asset?id=1376456"
  374. local canWeld=Instance.new('Weld',torso)
  375. canWeld.Part0=torso
  376. canWeld.Part1=base
  377. canWeld.C1=CFrame.new(0,-.5,0)
  378. canWeld.C0=CFrame.new(0,0,0)
  379. local canWeld2=Instance.new('Weld',base2)
  380. canWeld2.Part0=base
  381. canWeld2.Part1=base2
  382. canWeld2.C1=CFrame.new(0,-0.8,0)
  383. canWeld2.C0=CFrame.new(0,0,0)
  384. ---
  385. local canWeld3=Instance.new('Weld',base3)
  386. canWeld3.Part0=base
  387. canWeld3.Part1=base3
  388. canWeld3.C1=CFrame.new(0,0.4,0)
  389. canWeld3.C0=CFrame.new(0,0,0)
  390. ---
  391. local lidWeld=Instance.new('Weld',base)
  392. lidWeld.Part0=base
  393. lidWeld.Part1=lid
  394. lidWeld.C1=CFrame.new(0,-0.9,0)*CFrame.Angles(math.rad(0),math.rad(0),0)
  395. ---
  396. local girlWeld=Instance.new('Weld',base)
  397. girlWeld.Part0=base
  398. girlWeld.Part1=waifu
  399. girlWeld.C1=CFrame.new(0,-0.1,0.4)*CFrame.Angles(math.rad(90),0,0)
  400. local bbweld=Instance.new('Weld',base)
  401. bbweld.Part0=base
  402. bbweld.Part1=bbox
  403. bbweld.C1=CFrame.new(0,0.4,0)
  404. local blbweld=Instance.new('Weld',base)
  405. blbweld.Part0=base
  406. blbweld.Part1=bulb
  407. blbweld.C1=CFrame.new(0,.5,0)
  408. local heliweld1=Instance.new('Weld',base)
  409. heliweld1.Part0=base
  410. heliweld1.Part1=heli1
  411. heliweld1.C1=CFrame.new(0,0,0)
  412. local heliweld2=Instance.new('Weld',heli1)
  413. heliweld2.Part0=heli1
  414. heliweld2.Part1=heli2
  415. heliweld2.C1=CFrame.new(0,-1.475,0)
  416. local heliweld3=Instance.new('Weld',heli1)
  417. heliweld3.Part0=heli1
  418. heliweld3.Part1=heli3
  419. heliweld3.C1=CFrame.new(0,5,0)*CFrame.Angles(0,math.pi/2,0)
  420. local helilt=Instance.new('PointLight',heli1)
  421. helilt.Enabled=false
  422. helilt.Brightness=1
  423. helilt.Range=16
  424. helilt.Color=BrickColor.new("Dark green").Color
  425.  
  426. local music=Instance.new('Sound',bbox)
  427. music.Name='ok music'
  428. music.Volume=.025
  429. music.Pitch=1
  430. music.SoundId="http://www.roblox.com/asset?id="..musics[math.random(1,#musics)]
  431. music.Looped=true
  432. local helisn=Instance.new('Sound',heli1)
  433. helisn.SoundId="http://www.roblox.com/asset?id=319807127"
  434. helisn.Volume=0.5
  435. helisn.Pitch=3
  436. helisn.Looped=true
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443. local gui=Instance.new('ScreenGui',plr.PlayerGui)
  444. gui.Name='you make me cri'
  445. local topFrame=Instance.new('Frame',gui)
  446. topFrame.Name='TopFrame'
  447. topFrame.Size=UDim2.new(1,0,1,0)
  448. topFrame.BorderSizePixel=0
  449. topFrame.BackgroundTransparency=1
  450. local choiceFrame=Instance.new('Frame',topFrame)
  451. choiceFrame.Size=UDim2.new(.4,0,.05,0)
  452. choiceFrame.Draggable=true
  453. choiceFrame.BackgroundTransparency=.7
  454. choiceFrame.Position=UDim2.new(.3,0,.775,0)
  455. choiceFrame.BackgroundColor3=Color3.new(.2,.2,.2)
  456. choiceFrame.BorderColor3=Color3.new(0,0,0)
  457. local innerFrame=Instance.new('Frame',choiceFrame)
  458. innerFrame.Size=UDim2.new(.5,0,1,0)
  459. innerFrame.Draggable=true
  460. innerFrame.BackgroundTransparency=.9
  461. innerFrame.Position=UDim2.new(0,0,0,0)
  462. innerFrame.BackgroundColor3=Color3.new(.2,.2,.2)
  463. innerFrame.BorderColor3=Color3.new(0,0,0)
  464. local innerFrame2=Instance.new('Frame',choiceFrame)
  465. innerFrame2.Visible=true
  466. innerFrame2.Size=UDim2.new(.5,0,1,0)
  467. innerFrame2.Draggable=false
  468. innerFrame2.BackgroundTransparency=.5
  469. innerFrame2.Position=UDim2.new(0,0,1,1)
  470. innerFrame2.BackgroundColor3=Color3.new(.2,.2,.2)
  471. innerFrame2.BorderColor3=Color3.new(0,0,0)
  472. local imageID=Instance.new('TextBox',innerFrame2)
  473. imageID.Size=UDim2.new(.8,0,.7,0)
  474. imageID.Position=UDim2.new(.1,0,.15,0)
  475. imageID.BackgroundTransparency=.7
  476. imageID.Visible=true
  477. imageID.Text="Image ID"
  478. imageID.TextScaled=true
  479. imageID.TextStrokeTransparency=0
  480. imageID.TextStrokeColor3=Color3.new(.1,.1,.1)
  481. imageID.TextColor3=Color3.new(.7,.7,.7)
  482. imageID.BackgroundColor3=Color3.new(.2,.2,.2)
  483. imageID.BorderColor3=Color3.new(0,0,0)
  484. imageID.FocusLost:connect(function(ent)
  485. if ent then
  486. img.Texture="http://www.roblox.com/asset?id="..imageID.Text-1
  487. end
  488. end)
  489. local bt1=Instance.new('TextButton',innerFrame)
  490. bt1.Draggable=false
  491. bt1.BackgroundTransparency=.9
  492. bt1.BackgroundColor3=Color3.new(.2,.2,.2)
  493. bt1.Size=UDim2.new(.5,0,1,0)
  494. bt1.Text="Custom"
  495. bt1.TextStrokeTransparency=0
  496. bt1.TextColor3=Color3.new(.7,.7,.7)
  497. bt1.TextScaled=true
  498. bt1.TextStrokeColor3=Color3.new(.1,.1,.1)
  499. bt1.Font="SourceSans"
  500. bt1.MouseButton1Click:connect(function()
  501. if imageType=='Table' then
  502. imageType="Custom"
  503. innerFrame2.Visible=true
  504. imageID.Visible=true
  505. end
  506. end)
  507. local bt2=Instance.new('TextButton',innerFrame)
  508. bt2.Draggable=false
  509. bt2.BackgroundTransparency=.9
  510. bt2.BackgroundColor3=Color3.new(.1,.1,.1)
  511. bt2.Size=UDim2.new(.5,0,1,0)
  512. bt2.Position=UDim2.new(.5,0,0,0)
  513. bt2.Text="Table"
  514. bt2.TextStrokeTransparency=0
  515. bt2.TextColor3=Color3.new(.7,.7,.7)
  516. bt2.TextScaled=true
  517. bt2.TextStrokeColor3=Color3.new(.1,.1,.1)
  518. bt2.Font="SourceSans"
  519. bt2.MouseButton1Click:connect(function()
  520. if imageType~='Table' then
  521. imageType="Table"
  522. imageID.Visible=false
  523. innerFrame2.Visible=false
  524. img.Texture="http://www.roblox.com/asset?id="..decals[currentdecalid]-1
  525. end
  526. end)
  527.  
  528. local innerFrame3=Instance.new('Frame',choiceFrame)
  529. innerFrame3.Size=UDim2.new(.5,0,1,0)
  530. innerFrame3.Position=UDim2.new(.5,0,0,0)
  531. innerFrame3.Draggable=true
  532. innerFrame3.BackgroundTransparency=.9
  533. innerFrame3.BackgroundColor3=Color3.new(.2,.2,.2)
  534. innerFrame3.BorderColor3=Color3.new(0,0,0)
  535. local innerFrame4=Instance.new('Frame',choiceFrame)
  536. innerFrame4.Size=UDim2.new(.5,0,1,0)
  537. innerFrame4.Draggable=false
  538. innerFrame4.BackgroundTransparency=.5
  539. innerFrame4.Position=UDim2.new(.5,0,1,1)
  540. innerFrame4.BackgroundColor3=Color3.new(.2,.2,.2)
  541. innerFrame4.BorderColor3=Color3.new(0,0,0)
  542. local musicID=Instance.new('TextBox',innerFrame4)
  543. musicID.Size=UDim2.new(.8,0,.7,0)
  544. musicID.Position=UDim2.new(.1,0,.15,0)
  545. musicID.BackgroundTransparency=.7
  546. musicID.Visible=true
  547. musicID.Text="Music ID"
  548. musicID.TextScaled=true
  549. musicID.TextStrokeTransparency=0
  550. musicID.TextStrokeColor3=Color3.new(.1,.1,.1)
  551. musicID.TextColor3=Color3.new(.7,.7,.7)
  552. musicID.BackgroundColor3=Color3.new(.2,.2,.2)
  553. musicID.BorderColor3=Color3.new(0,0,0)
  554. musicID.FocusLost:connect(function(ent)
  555. if ent then
  556. music.SoundId="http://www.roblox.com/asset?id="..musicID.Text
  557. end
  558. end)
  559. local bt3=Instance.new('TextButton',innerFrame3)
  560. bt3.Draggable=false
  561. bt3.BackgroundTransparency=.9
  562. bt3.BackgroundColor3=Color3.new(.2,.2,.2)
  563. bt3.Size=UDim2.new(.5,0,1,0)
  564. bt3.Text="Play"
  565. bt3.TextStrokeTransparency=0
  566. bt3.TextColor3=Color3.new(.7,.7,.7)
  567. bt3.TextScaled=true
  568. bt3.TextStrokeColor3=Color3.new(.1,.1,.1)
  569. bt3.Font="SourceSans"
  570. bt3.MouseButton1Click:connect(function()
  571. if not music.IsPlaying then
  572. musicID.Visible=false
  573. music:play''
  574. innerFrame4.Visible=false
  575. end
  576. end)
  577. local bt4=Instance.new('TextButton',innerFrame3)
  578. bt4.Draggable=false
  579. bt4.BackgroundTransparency=.9
  580. bt4.BackgroundColor3=Color3.new(.1,.1,.1)
  581. bt4.Size=UDim2.new(.5,0,1,0)
  582. bt4.Position=UDim2.new(.5,0,0,0)
  583. bt4.Text="Stop"
  584. bt4.TextStrokeTransparency=0
  585. bt4.TextColor3=Color3.new(.7,.7,.7)
  586. bt4.TextScaled=true
  587. bt4.TextStrokeColor3=Color3.new(.1,.1,.1)
  588. bt4.Font="SourceSans"
  589. bt4.MouseButton1Click:connect(function()
  590. if music.IsPlaying then
  591. music:stop''
  592. musicID.Visible=true
  593. innerFrame4.Visible=true
  594. end
  595. end)
  596.  
  597.  
  598. maus.KeyDown:connect(function(key)
  599. kei = key
  600. if string.byte(kei)==48 and not otheranims then
  601. runnin=true
  602. end
  603. if kei=='x' and crouching and not opencd and not displaying then
  604. opens:play''
  605. opencd=true
  606. bboxout=true
  607. end
  608. if kei=='w' then fldb.w=true end
  609. if kei=='a' then fldb.a=true end
  610. if kei=='s' then fldb.s=true end
  611. if kei=='d' then fldb.d=true end
  612. if string.byte(kei)==50 then
  613. if otheranims and crouching then crouching=false otheranims=false if opencd then opencd=false bboxout=false ltout=false end
  614. elseif not otheranims and not crouching then
  615. otheranims=true
  616. crouching=true
  617. chr.Humanoid.WalkSpeed=WlkSpeed*.75
  618. end
  619. end
  620. if kei=='r' and not displaying then
  621. if not heli and not opencd and not displaying and crouching then
  622. opencd=true
  623. heli=true
  624. crouching=false
  625. flying=true
  626. helisn:play''
  627. helilt.Enabled=true
  628. helim2.Scale=Vector3.new(.5,.15,2)
  629. helim3.Scale=Vector3.new(.5,.15,1)
  630. heli3.Transparency = 0
  631. chr.Humanoid.WalkSpeed=WlkSpeed
  632. bvelo.maxForce=Vector3.new(0,1/0,0)
  633. bvelo.velocity=Vector3.new(0,0,0)
  634. elseif heli and opencd then
  635. heli=false
  636. helilt.Enabled=false
  637. opencd=false
  638. flying=false
  639. helim2.Scale=Vector3.new(.5,.1,1)
  640. helim3.Scale=Vector3.new(.5,.1,1)
  641. heli3.Transparency = 1
  642. helisn:stop''
  643. chr.Humanoid.WalkSpeed=WlkSpeed*.75
  644. crouching=true
  645. bvelo.maxForce=Vector3.new(0,0,0)
  646. end
  647. end
  648. if kei=='q' then
  649. bvelo.velocity=Vector3.new(0,-25,0)
  650. end
  651. if kei=='e' then
  652. bvelo.velocity=Vector3.new(0,20,0)
  653. end
  654. if kei=='z' and not opencd then
  655. displaying=true
  656. end
  657. if kei=='k' and not opencd and crouching and not displaying then
  658. n1 = Instance.new("Sound",chr)
  659. n1.SoundId = "http://www.roblox.com/asset/?id=199837904"
  660. n1.Pitch = 1
  661. n1.Volume= 4
  662. n1.Looped = false
  663. n1:Play()
  664. n1.Name = 'NukeSound'
  665.  
  666. wait(4.8)
  667.  
  668. opencd=true
  669. opens:play''
  670. chr.Humanoid.WalkSpeed=0
  671. local grbg=Instance.new('Part',workspace)
  672. grbg.Name="bomb"
  673. grbg.formFactor=3
  674. grbg.CFrame=base.CFrame*CFrame.new(0,5,0)
  675. grbg.TopSurface=10
  676. grbg.BottomSurface=10
  677. grbg.LeftSurface=10
  678. grbg.RightSurface=10
  679. grbg.BackSurface=10
  680. grbg.FrontSurface=10
  681. grbg.CanCollide=false
  682. grbg.Anchored=false
  683. grbg.Anchored=false
  684. grbg.Transparency=0
  685. local grbgm=Instance.new('SpecialMesh',grbg)
  686. grbgm.MeshId="http://www.roblox.com/asset?id=544709735"
  687. grbgm.Scale=Vector3.new(0.1,0.1,0.1)
  688. grbg.BrickColor=BrickColor.new('Really black')
  689. grbg.Locked=true
  690. grbg.Size=Vector3.new(2.8,2.8,2.8)
  691. grbg.Velocity=Vector3.new(0,100,0)
  692. grbg.Touched:connect(function(tch)
  693. if tch and tch.Parent then
  694. local expl=Instance.new('Explosion',workspace)
  695. expl.Position=grbg.Position
  696. expl.BlastPressure=1111111
  697. expl.BlastRadius=11111111111
  698. grbg:destroy''
  699. end
  700. end)
  701. wait'1'
  702. skybox = Instance.new("Sky", setsky)
  703. skybox.SkyboxBk = "rbxassetid://156956351"
  704. skybox.SkyboxDn = "rbxassetid://156956351"
  705. skybox.SkyboxFt = "rbxassetid://156956351"
  706. skybox.SkyboxLf = "rbxassetid://156956351"
  707. skybox.SkyboxRt = "rbxassetid://156956351"
  708. skybox.SkyboxUp = "rbxassetid://156956351"
  709. skybox.CelestialBodiesShown = false
  710. game.Lighting.Ambient = Color3.new(0,0.2,0)
  711. game.Lighting.FogEnd = 100
  712. game.Lighting.FogStart = 0
  713. game.Lighting.FogColor = Color3.new (0,0.5,0)
  714. chr.Humanoid.WalkSpeed=WlkSpeed*.75
  715. opencd=false
  716. wait(4.5)
  717. n1:Destroy()
  718. game.Lighting.FogEnd = 100000
  719. game.Lighting.FogStart = 100000
  720. game.Lighting.FogColor = Color3.new (0.8,0.8,0.8)
  721. game.Lighting.Ambient = Color3.new(1,1,1)
  722. game.Lighting.Sky:Destroy()
  723. end
  724. game:GetService'Debris':AddItem(grbg,5)
  725. if kei=='c' and not opencd and crouching and not displaying then
  726. opens:play''
  727. opencd=true
  728. lt.Enabled=true
  729. ltout=true
  730. end
  731. end)
  732. maus.KeyUp:connect(function(kei)
  733. if string.byte(kei)==48 and not otheranims then
  734. runnin=false
  735. end
  736. if kei=='w' then fldb.w=false end
  737. if kei=='a' then fldb.a=false end
  738. if kei=='s' then fldb.s=false end
  739. if kei=='d' then fldb.d=false end
  740. if kei=='x' and bboxout and opencd then
  741. bboxout=false
  742. opencd=false
  743. end
  744. if kei=='q' then
  745. bvelo.velocity=Vector3.new(0,0,0)
  746. end
  747. if kei=='e' then
  748. bvelo.velocity=Vector3.new(0,0,0)
  749. end
  750. if kei=='z' then
  751. displaying=false
  752. if imageType=="Table" then
  753. wait(0.2)
  754. currentdecalid=currentdecalid+1
  755. if currentdecalid>#decals then currentdecalid=1 end
  756. img.Texture="http://www.roblox.com/asset?id="..decals[currentdecalid]-1
  757. end
  758. end
  759. if kei=='j' and crouching and otheranims and not displaying and not opencd and anim=='Crouching' then
  760. crouching=false
  761. anim='SuperJump'
  762. local bv=Instance.new('BodyVelocity',rutprt)
  763. bv.maxForce=Vector3.new(0,1/0,0)
  764. bv.velocity=Vector3.new(0,300,0)
  765. game:GetService'Debris':AddItem(bv,.5)
  766. chr.Humanoid.JumpPower = 120
  767. wait'1'
  768.  
  769. chr.Humanoid.Jump=true
  770. if anim=='SuperJump' then
  771. otheranims=false
  772. wait()
  773. chr.Humanoid.JumpPower = 50
  774. end
  775. end
  776. if kei=='v' and crouching and otheranims and not displaying then
  777. if not opencd then
  778. local rei=Ray.new(lid.CFrame.p,(lid.CFrame.p-(lid.CFrame*CFrame.new(0,0,-1)).p).unit*2)
  779. local hit,hitpos=workspace:FindPartOnRay(rei,chr)
  780. if hit and hit.Parent then
  781. opencd=true
  782. if hit.Parent:IsA'Model' then
  783. for i,x in pairs(hit.Parent:GetChildren()) do if x:IsA'Humanoid' then x.Sit=true x.Health=x.Health-(15*(x.MaxHealth/100)) hits:play'' end end
  784. if hit.Parent:findFirstChild('Torso') then
  785. local asd=Instance.new('BodyVelocity',hit.Parent.Torso)
  786. asd.velocity=((rutprt.CFrame*CFrame.new(0,4,1).p-rutprt.CFrame.p).unit*222)
  787. game:GetService'Debris':AddItem(asd,.4)
  788. end
  789. end
  790. wait'.5'
  791. opencd=false
  792. end
  793. end
  794. end
  795. if kei=='c' and opencd and ltout then
  796. opencd=false
  797. ltout=false
  798. lt.Enabled=false
  799. end
  800. end)
  801.  
  802. local nskn = NumberSequenceKeypoint.new
  803. maus.Button1Down:connect(function()
  804. if runnin and not otheranims and (rutprt.Velocity*Vector3.new(1,0,1)).magnitude>RunSpeed-5 and not TackleCD then
  805. otheranims=true
  806. TackleCD=true
  807. anim="Tackle"
  808. chr.Humanoid.WalkSpeed=0
  809. local bv=Instance.new('BodyVelocity',base)
  810. bv.Name='git gud'
  811. bv.maxForce=Vector3.new(1/0,0,1/0)
  812. bv.velocity=((rutprt.CFrame*CFrame.new(0,0,-3)).p-rutprt.CFrame.p).unit*(RunSpeed+(22*(RunSpeed/100)))
  813. wait'1'
  814. bv:destroy''
  815. otheranims=false
  816. wait'2'
  817. TackleCD=false
  818. end
  819.  
  820. if not throwcd and crouching and otheranims and not opencd and not displaying then
  821. opencd=true
  822. throwcd=true
  823. opens:play''
  824. local grb=GarbageTypes[math.random(1,#GarbageTypes)]
  825. local grbg=Instance.new('Part',workspace)
  826. grbg.Name=grb[1]
  827. grbg.formFactor=3
  828. grbg.CFrame=base.CFrame*CFrame.new(0,4.5,-2)*CFrame.Angles(math.rad(math.random(1,180)),math.rad(math.random(1,180)),math.rad(math.random(1,180)))
  829. grbg.TopSurface=10
  830. grbg.BottomSurface=10
  831. grbg.LeftSurface=10
  832. grbg.RightSurface=10
  833. grbg.BackSurface=10
  834. grbg.FrontSurface=10
  835. grbg.CanCollide=false
  836. grbg.Anchored=false
  837. grbg.Anchored=false
  838. grbg.Transparency=1
  839. grbg.Locked=true
  840. grbg.Size=Vector3.new(.2,.2,.2)
  841. local emitter=Instance.new("ParticleEmitter",grbg)
  842. emitter.Rate=500
  843. emitter.Color = ColorSequence.new(Glow1,Glow2)
  844. emitter.Acceleration=Vector3.new(0,10,0)
  845. emitter.Lifetime=NumberRange.new(0.5,1)
  846. --emitter.EmissionDirection="Back"
  847.  
  848. emitter.VelocitySpread=360
  849. emitter.Enabled=true
  850. emitter.Rotation=NumberRange.new(-15,15)
  851. emitter.RotSpeed=NumberRange.new(-25,25)
  852. emitter.Texture="http://www.roblox.com/asset?id=589325350"
  853. emitter.Size = NumberSequence.new({
  854. nskn(0 , 1 , 0);
  855. nskn(0.123, .85 , 0);
  856. nskn(0.154, .7 , 0);
  857. nskn(0.208, .55 , 0);
  858. nskn(0.357, .4 , 0);
  859. nskn(0.555, .25 , 0);
  860. nskn(0.725, .1, 0);
  861. nskn(0.905, 0, 0);
  862. nskn(1 , 0, 0);
  863. })
  864. emitter.Transparency=NumberSequence.new({nskn(0,0,0),nskn(.1,.1,0),nskn(.2,.2,0),nskn(.3,.3,0),nskn(.4,.4,0),nskn(.5,.5,0),nskn(.6,.6,0),nskn(.7,7,0),nskn(.8,.8,0),nskn(.9,.9,0),nskn(1,1,0)})
  865. local hitsnd=Instance.new('Sound',grbg)
  866. hitsnd.Volume=1
  867. hitsnd.Pitch=1
  868. hitsnd.SoundId="http://www.roblox.com/asset?id=144467617"
  869. local hitsnd2=Instance.new('Sound',grbg)
  870. hitsnd2.Volume=.5
  871. hitsnd2.Pitch=1.05
  872. hitsnd2.SoundId="http://www.roblox.com/asset?id="..grb[5]
  873. local magn=(maus.Hit.p-(base.CFrame*CFrame.new(0,4.5,-2)).p).magnitude
  874. grbg.Velocity=((maus.Hit.p-(base.CFrame*CFrame.new(0,4.5,-2)).p).unit*(magn*1.25))+Vector3.new(0,72.5,0)
  875. local firsthit=true
  876. local ms=Instance.new('SpecialMesh',grbg)
  877. ms.MeshId="http://www.roblox.com/asset?id="..grb[2]
  878. ms.TextureId="http://www.roblox.com/asset?id="..grb[3]
  879. ms.Scale=grb[4]
  880. grbg.Touched:connect(function(hit)
  881. if hit and hit.Parent and hit:IsA'Part' and hit.CanCollide and hit.Transparency<1 and firsthit then
  882. firsthit=false
  883. hitsnd:play''
  884. hitsnd2:play''
  885. grbg.Anchored=true
  886. grbg.Transparency=1
  887. game:GetService'Debris':AddItem(grbg,2)
  888. local expl=Instance.new('Part',workspace)
  889. expl.Name=grb[1]
  890. expl.formFactor=3
  891. expl.CFrame=CFrame.new(grbg.CFrame.x,grbg.CFrame.y,grbg.CFrame.z)
  892. expl.TopSurface=10
  893. expl.BottomSurface=10
  894. expl.LeftSurface=10
  895. expl.RightSurface=10
  896. expl.BackSurface=10
  897. expl.FrontSurface=10
  898. expl.CanCollide=false
  899. expl.Anchored=true
  900. expl.Transparency=1
  901. expl.Locked=true
  902. expl.Size=Vector3.new(.2,.2,.2)
  903. local emitr=Instance.new("ParticleEmitter",expl)
  904. emitr.Color = ColorSequence.new(Glow1,Glow2)
  905. emitr.Rate=800
  906. emitr.Speed=NumberRange.new(35,40)
  907. emitr.Acceleration=Vector3.new(0,-80,0)
  908. emitr.Lifetime=NumberRange.new(1.5)
  909. emitr.EmissionDirection="Top"
  910. emitr.Transparency=NumberSequence.new({nskn(0,0,0),nskn(.1,.1,0),nskn(.2,.2,0),nskn(.3,.3,0),nskn(.4,.4,0),nskn(.5,.5,0),nskn(.6,.6,0),nskn(.7,7,0),nskn(.8,.8,0),nskn(.9,.9,0),nskn(1,1,0)})
  911.  
  912. emitr.VelocitySpread=69
  913. emitr.Enabled=true
  914. emitr.Rotation=NumberRange.new(-15,15)
  915. emitr.RotSpeed=NumberRange.new(-25,25)
  916. emitr.Texture=emitter.Texture
  917. emitr.Size = NumberSequence.new({
  918. nskn(0 , 2 , 0);
  919. nskn(0.123, 1.75 , 0);
  920. nskn(0.154, 1.5 , 0);
  921. nskn(0.208, 1.25 , 0);
  922. nskn(0.357, 1 , 0);
  923. nskn(0.555, .75 , 0);
  924. nskn(0.725, .5, 0);
  925. nskn(0.905, .25, 0);
  926. nskn(1 , 0, 0);
  927. })
  928. emitter.Rate=0
  929. for i,x in pairs(workspace:GetChildren()) do
  930. if x:IsA'Model' and x:findFirstChild("Humanoid") and x:findFirstChild("Torso") and x:findFirstChild("Head") then
  931. if (x.Torso.Position-expl.Position).magnitude<=12 and x~=chr then
  932. x:breakJoints''
  933. end
  934. end
  935. end
  936. wait'.2'
  937. emitr.Rate=0
  938. game:GetService'Debris':AddItem(expl,1)
  939. end
  940. end)
  941. wait'.2'
  942. opencd=false
  943. wait'.6'
  944. throwcd=false
  945. end
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952. end)
  953.  
  954.  
  955.  
  956.  
  957. lid.Touched:connect(function(hit)
  958. if otheranims==true and anim=="Tackle" or anim=='SuperJump' and not hitdb and not hit.Parent:IsA'Hat' and hit.Name~='Base' then
  959. if anim=='SuperJump' then otheranims=false chr.Humanoid.Jump=true end
  960. hitdb=true
  961. if hit and hit.Parent then
  962. if hit.Parent:IsA'Model' then
  963. for i,x in pairs(hit.Parent:GetChildren()) do if x:IsA'Humanoid' then hit.Parent:breakJoints'' hits:play'' end end
  964. if hit.Parent.Parent then
  965. for i,x in pairs(hit.Parent.Parent:GetChildren()) do if x:IsA'Humanoid' then hit.Parent.Parent:breakJoints'' hits:play'' end end
  966. end
  967. end
  968. end
  969. wait'.8' hitdb=false
  970. end
  971. end)
  972.  
  973.  
  974. game:GetService'RunService'.RenderStepped:connect(function()
  975. if chr:findFirstChild("Humanoid") and rarm:findFirstChild("Weld") and larm:findFirstChild("Weld") and hed:findFirstChild("Weld") and lleg:findFirstChild("Weld") and rleg:findFirstChild("Weld") and rutprt:findFirstChild("Weld") then
  976. if anim~=lastanim then
  977. runtime=0
  978. end
  979. lastanim=anim
  980. chr.Humanoid.CameraOffset=(rutprt.CFrame:toObjectSpace(waifu.CFrame)).p+Vector3.new(0,-1.25,0)
  981. syne=syne+.95
  982. if not otheranims and not swimming then
  983. if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 1 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  984. anim="Idling"
  985. elseif (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude > 1 and (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude < RunSpeed-10 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  986. anim="Walking"
  987. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > RunSpeed-10 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  988. anim="Sprinting"
  989. elseif torso.Velocity.y>5 and chr.Humanoid.Jump then
  990. anim='Jumping'
  991. elseif (torso.Velocity.y < -5) and chr.Humanoid.Jump then
  992. anim='Falling'
  993. end
  994. end
  995. if otheranims and crouching and not swimming and not flying then
  996. if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 1 then
  997. anim="Crouching"
  998. elseif (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude > 1 then
  999. anim="Sneaking"
  1000. end
  1001. end
  1002.  
  1003. if otheranims and flying and not swimming and not crouching then
  1004. if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 1 then
  1005. anim="FlyIdle"
  1006. heliweld1.C0=CFrame.new(0,3.25,0)*CFrame.Angles(0,syne,0)
  1007. elseif (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude > 1 then
  1008. anim="FlyForward"
  1009. heliweld1.C0=CFrame.new(0,3.25,0)*CFrame.Angles(0,syne,0)
  1010. end
  1011. else
  1012. heliweld1.C0=CFrame.new(0,0,0)
  1013. end
  1014.  
  1015. if anim=="Idling" then
  1016. idlesineinc=35
  1017. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(10)),.15)
  1018. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(-10)),.15)
  1019. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.9-math.cos(syne/idlesineinc)/20,(math.cos(syne/idlesineinc)/35))*CFrame.Angles(-(math.cos(syne/idlesineinc)/35),0,math.rad(-2.5)),.1)
  1020. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.9-math.cos(syne/idlesineinc)/20,(math.cos(syne/idlesineinc)/35))*CFrame.Angles(-(math.cos(syne/idlesineinc)/35),0,math.rad(2.5)),.1)
  1021. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/idlesineinc)/50,0)*CFrame.Angles(math.cos(syne/idlesineinc)/40,0,0),.1)
  1022. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/idlesineinc)/20,0)*CFrame.Angles(math.cos(syne/idlesineinc)/35+math.rad(0),math.rad(0),math.rad(0)),.1)
  1023. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,3.3,0)*CFrame.Angles(0,0,0),.15)
  1024. end
  1025.  
  1026. if anim=="Walking" then
  1027. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(10)),.15)
  1028. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(-10)),.15)
  1029. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.9-math.cos(syne/6)/10,-(math.cos(syne/6)/1.125))*CFrame.Angles(math.cos(syne/6)/1.125,0,math.rad(-2.5)),.1)
  1030. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.9-math.cos(syne/6)/10,math.cos(syne/6)/1.125)*CFrame.Angles(-(math.cos(syne/6)/1.125),0,math.rad(2.5)),.1)
  1031. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/20)/50,0)*CFrame.Angles(-math.cos(syne/3)/20,0,0),.1)
  1032. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/3.375)/20,math.cos(syne/3)/5)*CFrame.Angles(math.cos(syne/3)/20+math.rad(-3.5),math.cos(syne/6)/10,-math.cos(syne/6)/30+math.sin(rutprt.RotVelocity.y/2)/7.5),.1)
  1033. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,3.3,0)*CFrame.Angles(0,0,0),.15)
  1034. end
  1035.  
  1036. if anim=="Sprinting" then
  1037. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(-55),0,math.rad(32.5)),.1)
  1038. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(-55),0,math.rad(-32.5)),.1)
  1039. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.6-math.cos(syne/4)/4,-(math.cos(syne/4)*2)-math.rad(10))*CFrame.Angles(math.cos(syne/4)*2+math.rad(10),0,math.rad(-2.5)),.1)
  1040. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.6-math.cos(syne/4)/4,math.cos(syne/4)*2-math.rad(10))*CFrame.Angles(-(math.cos(syne/4)*2)+math.rad(10),0,math.rad(2.5)),.1)
  1041. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.55+math.cos(syne/20)/50,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(20),0,0),.1)
  1042. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.3+math.cos(syne/2.5)/15,math.cos(syne/2.5))*CFrame.Angles(math.cos(syne/2.5)/10+math.rad(-25),math.cos(syne/2.5)/10,math.cos(syne/4)/20+math.sin(rutprt.RotVelocity.y/2)/4),.1)
  1043. canWeld.C0=Lerp(canWeld.C0,CFrame.new(2.5,0,2)*CFrame.Angles(0,1.5,0),.1)
  1044. end
  1045.  
  1046. if anim=="Jumping" then
  1047. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)
  1048. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)
  1049. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.1)
  1050. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.1,-.1)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.1)
  1051. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/20)/50,0)*CFrame.Angles(math.cos(syne/20)/40,0,0),.1)
  1052. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/20)/20,0)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)),.1)
  1053. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  1054. end
  1055.  
  1056. if anim=="Tackle" then
  1057. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)
  1058. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)
  1059. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.1)
  1060. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.1)
  1061. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(math.cos(syne/20)/40,0,0),.1)
  1062. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0)),.1)
  1063. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  1064. end
  1065.  
  1066. if anim=="Falling" then
  1067. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(70)),.035)
  1068. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035)
  1069. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.2,0)*CFrame.Angles(math.rad(-14),0,math.rad(-2.5)),.035)
  1070. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.9,0)*CFrame.Angles(math.rad(0),0,math.rad(2.5)),.035)
  1071. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5,-.3)*CFrame.Angles(math.rad(-40),0,0),.035)
  1072. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/20)/20,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)),.035)
  1073. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  1074. end
  1075.  
  1076. if anim=="SuperJump" then
  1077. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(10)),.15)
  1078. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(-10)),.15)
  1079. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.5,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.15)
  1080. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.5,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.15)
  1081. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.15)
  1082. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.15)
  1083. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,3,0)*CFrame.Angles(0,0,0),.15)
  1084. end
  1085.  
  1086. if anim=="Crouching" then
  1087. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(.5,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1088. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-.5,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1089. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1090. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1091. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,-0.1,0)*CFrame.Angles(0,0,0),.1)
  1092. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-1.75,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.15)
  1093. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  1094. end
  1095.  
  1096. if anim=="Sneaking" then
  1097. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(.5,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1098. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-.5,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1099. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-.8-math.cos(syne/6)/8,-(math.cos(syne/6)/1.75))*CFrame.Angles(math.cos(syne/6)/1.75,0,math.rad(-2.5)),.15)
  1100. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-.8-math.cos(syne/6)/8,math.cos(syne/6)/1.75)*CFrame.Angles(-(math.cos(syne/6)/1.75),0,math.rad(2.5)),.15)
  1101. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,-0.1,0)*CFrame.Angles(0,0,0),.1)
  1102. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-1.2,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.cos(syne/6)/20),.1)
  1103. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  1104. end
  1105.  
  1106. if anim=="FlyIdle" then
  1107. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1108. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1109. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1110. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1111. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5,-0.2)*CFrame.Angles(0,0,0),.1)
  1112. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-1.75-math.cos(syne/17.5),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.05)
  1113. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  1114. end
  1115. if anim=="FlyForward" then
  1116. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1117. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1118. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1119. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)
  1120. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5,-0.2)*CFrame.Angles(0,0,0),.1)
  1121. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-1.75-math.cos(syne/17.5),0)*CFrame.Angles(math.rad(-12),math.rad(0),math.rad(0)),.05)
  1122. canWeld.C0=Lerp(canWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  1123. end
  1124.  
  1125. if opencd and otheranims then
  1126. lidWeld.C0=Lerp(lidWeld.C0,CFrame.new(0,1.8,-0.3)*CFrame.Angles(math.rad(85),math.rad(0),math.rad(0)),.222)
  1127. music.Volume=TwnSingleNumber(music.Volume,2,.2)
  1128. elseif not opencd and not displaying then
  1129. music.Volume=TwnSingleNumber(music.Volume,.025,.05)
  1130. elseif not opencd and displaying then
  1131. music.Volume=TwnSingleNumber(music.Volume,2,.05)
  1132. end
  1133. if bboxout then
  1134. bbweld.C0=Lerp(bbweld.C0,CFrame.new(0,1.9,.2)*CFrame.Angles(math.rad(15),math.rad(0),math.rad(0)),.222)
  1135. else
  1136. bbweld.C0=Lerp(bbweld.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.075)
  1137. end
  1138. if ltout then
  1139. blbweld.C0=Lerp(blbweld.C0,CFrame.new(0,1.7,-.7)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)),.222)
  1140. lt.Range=TwnSingleNumber(lt.Range,16,.1)
  1141. else
  1142. blbweld.C0=Lerp(blbweld.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.075)
  1143. lt.Range=0
  1144. end
  1145. if displaying then
  1146. girlWeld.C0=Lerp(girlWeld.C0,CFrame.new(0,2.2,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.075)
  1147. lidWeld.C0=Lerp(lidWeld.C0,CFrame.new(0,1.15,-0.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(0)),.15)
  1148. else
  1149. BOM:Play()
  1150. girlWeld.C0=Lerp(girlWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.15)
  1151. lidWeld.C0=Lerp(lidWeld.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.075)
  1152. end
  1153. if runnin and not otheranims and not swimming then
  1154. chr.Humanoid.WalkSpeed=RunSpeed
  1155. elseif not runnin and not otheranims and not swimming then
  1156. chr.Humanoid.WalkSpeed=WlkSpeed
  1157. end
  1158. end
  1159. end)
  1160. end
  1161. do
  1162. player = owner or game:GetService("Players").LocalPlayer
  1163.  
  1164. chatted = false
  1165.  
  1166.  
  1167. a = Instance.new("BillboardGui", player.Character:FindFirstChild("Head"))
  1168. a.ExtentsOffset = Vector3.new(1,0,0)
  1169. a.Size = UDim2.new(1,0,1,0)
  1170. a.AlwaysOnTop = true
  1171. a.Enabled = true
  1172. b = Instance.new("ImageLabel", a)
  1173. b.BackgroundTransparency = 1
  1174. b.BorderSizePixel = 0
  1175. b.Image = "http://www.roblox.com/asset/?id=243503908"
  1176. b.ImageTransparency = 0.1
  1177. b.Position = UDim2.new(0.2,0,0.05,0)
  1178. b.Size = UDim2.new(5,0,1.2,0)
  1179. b.Visible = false
  1180. c = Instance.new("TextLabel", b)
  1181. c.BackgroundTransparency = 1
  1182. c.BorderSizePixel = 0
  1183. c.Position = UDim2.new(0.1,0,0)
  1184. c.Size = UDim2.new(0.5,0,0.4,0)
  1185. c.ZIndex = 2
  1186. c.Font = "SourceSans"
  1187. c.FontSize = "Size18"
  1188. c.Text = player.Name..":"
  1189. c.TextColor3 = Color3.new(255/255,255/255,255/255)
  1190. c.TextXAlignment = "Left"
  1191. c.TextYAlignment = "Center"
  1192. d = Instance.new("TextLabel", b)
  1193. d.BackgroundTransparency = 1
  1194. d.BorderSizePixel = 0
  1195. d.Position = UDim2.new(0.1,0,0.4,0)
  1196. d.Size = UDim2.new(0.9,0,0.6,0)
  1197. d.ZIndex = 2
  1198. d.Font = "SourceSans"
  1199. d.FontSize = "Size18"
  1200. d.Text = ""
  1201. d.TextColor3 = Color3.new(255/255,255/255,255/255)
  1202. d.TextXAlignment = "Left"
  1203. d.TextYAlignment = "Top"
  1204. d.TextWrapped = true
  1205.  
  1206.  
  1207. function message(message)
  1208. repeat wait() until chatted == false
  1209. chatted = true
  1210. b.Visible = true
  1211. if string.find(message,"-r") ~=nil then
  1212. for i=1,string.len(message),1 do
  1213. d.TextColor3 = Color3.new(math.random(1,255)/255,math.random(1,255)/255,math.random(1,255)/255)
  1214. d.Text = string.sub(message,1,i)
  1215. wait(0.1)
  1216. end
  1217. elseif string.find(message,"-b") ~=nil then
  1218. for i=1,string.len(message),1 do
  1219. d.Text = string.sub(string.byte(message),1,i)
  1220. wait(0.05)
  1221. end
  1222. else
  1223. for i=1,string.len(message),1 do
  1224. d.Text = string.sub(message,1,i)
  1225. wait(0.05)
  1226. end
  1227. end
  1228. wait(2)
  1229. if string.find(message,"-t") ~=nil then
  1230. b.Visible = true
  1231. else
  1232. b.Visible = false
  1233. d.TextColor3 = Color3.new(255/255,255/255,255/255)
  1234. end
  1235. chatted = false
  1236. end
  1237.  
  1238.  
  1239.  
  1240.  
  1241. player.Chatted:connect(message)
  1242. end
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248. wait()
  1249. print('BOX TIME!')
  1250. wait(2)
  1251. n2:Destroy()
  1252. wait()
  1253. print('Remake by 123jl123')
Add Comment
Please, Sign In to add comment