Advertisement
welel33t

d

Oct 2nd, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 141.90 KB | None | 0 0
  1.  
  2. --]]
  3.  
  4. wait()
  5. local Player = game.Players.LocalPlayer
  6. local Char = Player.Character
  7. local Camera = game.Workspace.CurrentCamera
  8. local Lighting = game.Lighting
  9. local YourName = Player.Name
  10. local ClickSound = "130794851"
  11. local Mouse = Player:GetMouse()
  12. local Players = game.Players
  13. local Cam = game.Workspace.CurrentCamera
  14. local OutlineOnOrOff = false
  15. local UserInterface = game:service'UserInputService'
  16. local vaclist = {}
  17. local OutlineDefault = Color3.new(255,255,255)
  18. local Disco = false
  19. local ChatColor = "Really black"
  20. local ChatGui = true
  21. --[[================REDFINES================]]--
  22. local LocalPlayer = Player
  23. local char = Char
  24. local Terrain = game.Workspace.Terrain
  25. local DefaultColor = DefaultColour
  26. --[[================NIL=====================]]--
  27. function LoadNil()
  28. if Terrain:FindFirstChild("AE2X Nil "..YourName) then
  29. Terrain:FindFirstChild("AE2X Nil "..YourName):remove()
  30. end
  31. MakeNilPlayer()
  32. if game.Players.LocalPlayer ~= nil then
  33. game.Players.LocalPlayer:remove()
  34. end
  35. end
  36.  
  37. function MakeNilPlayer()
  38. local Probe = Instance.new("Model",Terrain)
  39. Probe.Name = "AE2X Nil "..YourName
  40. Char = Probe
  41. local P = Instance.new("Part",Probe)
  42. P.Size = Vector3.new(2.75,2.75,2.75)
  43. P.Name = "Probe"
  44. P.CanCollide = false
  45. P.Reflectance = 0.1
  46. local rotation = 0
  47. P.Anchored = true
  48. P.BrickColor = BrickColor.new("Toothpaste")
  49. P.TopSurface = "Smooth"
  50. P.BottomSurface = "Smooth"
  51. P.Transparency = 0.2
  52. P.Material = "Neon"
  53. P.CFrame = Cam.Focus
  54. Cam:remove()
  55. game:GetService("RunService").RenderStepped:connect(function()
  56. wait()
  57. pcall(function()
  58. P.CFrame = Cam.Focus * CFrame.Angles(0, rotation, 0)
  59. rotation = rotation + 0.1
  60. if game.Workspace.CurrentCamera then
  61. game.Workspace.CurrentCamera:remove()
  62. end
  63. wait()
  64. end)
  65. end)
  66. end
  67. --[[================Protections=============]]--
  68. local DontTouchBypassers = {"wp8DwWg"}
  69. local EnviromentalBypassers = {"wp8DwWg"}
  70. local CantBeKicked = {"wp8DwWg"}
  71. --[[================Bypass==================]]--
  72. local CMDS = {};
  73. if script.ClassName == "LocalScript" then if game.PlaceId == 20279777 then script:Destroy() else local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call) local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment})) Environment.coroutine.yield() oxbox.script:Destroy() end end
  74. if script ~= true then
  75. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  76. else
  77. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  78. end
  79. --[[[================Skydive================]]--
  80. function Skydive(player)
  81. game.Players[player.Name].Character.Torso.CFrame = CFrame.new(game.Players[player.Name].Character.Torso.CFrame.X,game.Players[player.Name].Character.Torso.CFrame.Y + 500,game.Players[player.Name].Character.Torso.CFrame.Z)
  82. end
  83. --[[[================Players================]]--
  84. function GetPlayers(str)
  85. local found = {};
  86. if str == "all" then
  87. for i,v in pairs(game.Players:children()) do
  88. if v:IsA("Player") then table.insert(found,v) end
  89. end
  90. else
  91. for i,v in pairs(game.Players:children()) do
  92. if string.match(v.Name:lower(), str:lower()) and v:IsA("Player") then
  93. table.insert(found,v)
  94. end
  95. end
  96. end
  97. return found
  98. end
  99.  
  100. --[[=================Cmds===================]]--
  101. function LoadCmd(nme, usg, desc,func)
  102. table.insert(CMDS, {['Name']=nme, ['Usage']=usg, ['Description']=desc, ['Function']=func})
  103. end
  104.  
  105. LoadCmd("Kick Tab","donttouch","Creates a tab that kicks people on touch",function(msg)
  106. Dismiss()
  107. for i=1,msg do
  108. Out("Dont Touch Me",Colors.Black,nil,true,false)
  109. end
  110. end)
  111.  
  112. LoadCmd("Chat Options","chat","Shows the chat functions",function()
  113. Dismiss()
  114. Out("Chat Off",Colors.White,function()
  115. ChatGui = false
  116. Dismiss()
  117. end)
  118. Out("Chat On",Colors.White,function()
  119. ChatGui = true
  120. Dismiss()
  121. end)
  122. Out("Chat Colour",Colors.White,function()
  123. Dismiss()
  124. ShowChatColours()
  125. end)
  126. end)
  127. function ShowChatColours()
  128. wait(1)
  129. Out("Black",Colors.Black,function()
  130. ChatColor = "Black"
  131. Dismiss()
  132. end)
  133. Out("Camo",Colors.Green,function()
  134. ChatColor = "Camo"
  135. Dismiss()
  136. end)
  137. Out("Cyan",Colors.Blue,function()
  138. ChatColor = "Cyan"
  139. Dismiss()
  140. end)
  141. Out("White",Colors.White,function()
  142. ChatColor = "White"
  143. Dismiss()
  144. end)
  145. Out("Royal purple",Colors.Purple,function()
  146. ChatColor = "Royal purple"
  147. Dismiss()
  148. end)
  149. end
  150. local SoundNumber = 0
  151. local MySound = {}
  152. LoadCmd("Sound","snd","Loads A Sound",function(msg)
  153. Dismiss()
  154. SoundNumber = SoundNumber + 1
  155. MySound = SoundNumber
  156. local Sound = Instance.new("Sound",game.Workspace)
  157. Sound.SoundId = "http://www.roblox.com/Asset/?id="..msg
  158. Sound:Play()
  159. game:GetService("RunService").RenderStepped:connect(function()
  160. if Sound == nil and MySound == SoundNumber then
  161. local Sound = Instance.new("Sound",game.Workspace)
  162. Sound.SoundId = "http://www.roblox.com/Asset/?id="..msg
  163. Sound:Play()
  164. elseif Sound == nil and MySound ~= SoundNumber then
  165. Sound:Stop()
  166. Sound:Remove()
  167. elseif Sound and Sound.IsPlaying == false then
  168. Sound:Play()
  169. end
  170. end)
  171. function SoundOptions(ChosenSound)
  172. Out("Pitch = "..ChosenSound.Pitch)
  173. Out("Volume = "..ChosenSound.Volume)
  174. Out("Pitch + .1",nil,function()
  175. ChosenSound.Pitch = ChosenSound.Pitch + .1
  176. Dismiss()
  177. wait(.1)
  178. SoundOptions(ChosenSound)
  179. end)
  180. Out("Pitch - .1",nil,function()
  181. ChosenSound.Pitch = ChosenSound.Pitch - .1
  182. Dismiss()
  183. wait(.1)
  184. SoundOptions(ChosenSound)
  185. end)
  186. Out("Volume + .1",nil,function()
  187. ChosenSound.Volume = ChosenSound.Volume + .1
  188. Dismiss()
  189. wait(.1)
  190. SoundOptions(ChosenSound)
  191. end)
  192. Out("Volume - .1",nil,function()
  193. ChosenSound.Volume = ChosenSound.Volume - .1
  194. Dismiss()
  195. wait(.1)
  196. SoundOptions(ChosenSound)
  197. end)
  198. end
  199. SoundOptions(Sound)
  200. end)
  201. LoadCmd("Clean", "clr", "Clears Workspace", function()
  202. for index, child in ipairs(Workspace:GetChildren()) do
  203. if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
  204. pcall(child.Destroy, child)
  205. end
  206. end
  207. local base = Instance.new("Part")
  208. base.Anchored = true
  209. base.BrickColor = BrickColor.new("Camo")
  210. base.Material = "Grass"
  211. base.Locked = true
  212. base.Name = "Base"
  213. base.Size = Vector3.new(512, 1.2, 512)
  214. base.Parent = Workspace
  215. end)
  216. LoadCmd("MegaClear","mclr","Mega Clear",function()
  217. for _,Thing in pairs (game.Workspace.Terrain:GetChildren()) do
  218. Thing:remove()
  219. end
  220. game.Workspace.Terrain:Clear()
  221. for index, child in ipairs(Workspace:GetChildren()) do
  222. if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
  223. pcall(child.Destroy, child)
  224. end
  225. end
  226. local base = Instance.new("Part")
  227. base.Anchored = true
  228. base.BrickColor = BrickColor.new("Camo")
  229. base.Material = "Grass"
  230. base.Locked = true
  231. base.Name = "Base"
  232. base.Size = Vector3.new(512, 1.2, 512)
  233. base.Parent = Workspace
  234. end)
  235. LoadCmd("Loop Clear","lmclr","Loop mega clear",function()
  236. for i=1,500 do
  237. wait(0.1)
  238. for _,Thing in pairs (game.Workspace.Terrain:GetChildren()) do
  239. Thing:remove()
  240. end
  241. game.Workspace.Terrain:Clear()
  242. for index, child in ipairs(Workspace:GetChildren()) do
  243. if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
  244. pcall(child.Destroy, child)
  245. end
  246. end
  247. local base = Instance.new("Part")
  248. base.Anchored = true
  249. base.BrickColor = BrickColor.new("Camo")
  250. base.Material = "Grass"
  251. base.Locked = true
  252. base.Name = "Base"
  253. base.Size = Vector3.new(512, 1.2, 512)
  254. base.Parent = Workspace
  255. end
  256. end)
  257. ---------------------------------------------------------------------------------------------------------------
  258. --[[=====Load Scripts Bit=====]]--
  259.  
  260.  
  261.  
  262. function ShowScripts(Player)
  263. Out("The Player Is: "..Player.Name,Colors.Black)
  264. end
  265.  
  266. LoadCmd("Script List","scrlist","Shows a list of scripts you could run on a player",function(msg)
  267. local plrs = GetPlayers(msg)
  268. for _,plr in next,plrs do
  269. Dismiss()
  270. ShowScripts(plr)
  271. end
  272. end)
  273. ---------------------------------------------------------------------------------------------------------------
  274. LoadCmd("ClearA","dta","Clears Terrain and all tabs",function()
  275. Dismiss()
  276. game.Workspace.Terrain:ClearAllChildren()
  277. end)
  278.  
  279. --[[Disco stuff]]--
  280. function c3lerp(a,b,t)
  281. return Color3.new(a.r * (1-t) + (b.r*t),a.g * (1-t) + (b.g*t),a.b * (1-t) + (b.b*t))
  282. end
  283. l=game:service'Lighting'
  284. Colorss={
  285. Color3.new(1,0,0);
  286. Color3.new(0,1,0);
  287. Color3.new(0,0,1);
  288. Color3.new(0,1,1);
  289. Color3.new(1,0,1);
  290. Color3.new(1,1,0);
  291. }
  292.  
  293. function ShowDisco()
  294. Out("Disco On",Colors.Black,function()
  295. Disco = true
  296. Dismiss()
  297. while Disco do
  298. local k=l.Ambient
  299. local b=Colorss[math.random(1,#Colorss)]
  300. local slow=100
  301. for i=1, slow do
  302. l.Ambient=c3lerp(k,b,i/slow)
  303. wait()
  304. end
  305. end
  306. end)
  307. Out("Disco Off",Colors.Black,function()
  308. Disco = false
  309. Dismiss()
  310. end)
  311. end
  312. LoadCmd("rainbow","rainbow","Disco Options",function()
  313. Dismiss()
  314. wait(1)
  315. ShowDisco()
  316. end)
  317. -------------------------------------------------------------------------------------------------------------------
  318. function LoadSafeHouse()
  319. Create = function(itemClass,tabl)
  320. local item = Instance.new(itemClass)
  321. for i,v in pairs(tabl) do
  322. local a,b = ypcall(function() return item[i] end)
  323. if a then
  324. item[i] = tabl[i]
  325. end
  326. end
  327. return item
  328. end
  329. function runDummyScript(f,scri)
  330. local oldenv = getfenv(f)
  331. local newenv = setmetatable({}, {
  332. __index = function(_, k)
  333. if k:lower() == 'script' then
  334. return scri
  335. else
  336. return oldenv[k]
  337. end
  338. end
  339. })
  340. setfenv(f, newenv)
  341. ypcall(function() f() end)
  342. end
  343. cors = {}
  344. mas = Instance.new("Model",game:GetService("Lighting"))
  345. mas.Name = "AERX SafeHouse"
  346. o1 = Create("Model",{
  347. ["Parent"] = mas,
  348. })
  349. o2 = Create("Part",{
  350. ["Parent"] = o1,
  351. ["Material"] = Enum.Material.Brick,
  352. ["BrickColor"] = BrickColor.new("Black"),
  353. ["Position"] = Vector3.new(3.44035411, 1241.5, 695.15918),
  354. ["Anchored"] = true,
  355. ["CFrame"] = CFrame.new(3.44035411, 1241.5, 695.15918, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  356. ["Locked"] = true,
  357. ["FormFactor"] = Enum.FormFactor.Custom,
  358. ["Size"] = Vector3.new(87, 67, 2),
  359. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  360. ["TopSurface"] = Enum.SurfaceType.Smooth,
  361. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  362. })
  363. o3 = Create("Part",{
  364. ["Parent"] = o1,
  365. ["Material"] = Enum.Material.Brick,
  366. ["BrickColor"] = BrickColor.new("Black"),
  367. ["Position"] = Vector3.new(46.4403534, 1241.5, 652.65918),
  368. ["Rotation"] = Vector3.new(0, 90, 0),
  369. ["Anchored"] = true,
  370. ["CFrame"] = CFrame.new(46.4403534, 1241.5, 652.65918, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008),
  371. ["Locked"] = true,
  372. ["FormFactor"] = Enum.FormFactor.Custom,
  373. ["Size"] = Vector3.new(86, 67, 2),
  374. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  375. ["TopSurface"] = Enum.SurfaceType.Smooth,
  376. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  377. })
  378. o4 = Create("Part",{
  379. ["Parent"] = o1,
  380. ["Material"] = Enum.Material.Slate,
  381. ["BrickColor"] = BrickColor.new("Really black"),
  382. ["Position"] = Vector3.new(3.29072595, 1270.5, 652.773193),
  383. ["Anchored"] = true,
  384. ["CFrame"] = CFrame.new(3.29072595, 1270.5, 652.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  385. ["Locked"] = true,
  386. ["FormFactor"] = Enum.FormFactor.Custom,
  387. ["Size"] = Vector3.new(85, 1, 84),
  388. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  389. ["TopSurface"] = Enum.SurfaceType.Smooth,
  390. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  391. })
  392. o5 = Create("Part",{
  393. ["Name"] = "TeleDown",
  394. ["Parent"] = o1,
  395. ["Material"] = Enum.Material.Ice,
  396. ["BrickColor"] = BrickColor.new("Lime green"),
  397. ["Position"] = Vector3.new(42.7907257, 1271.09998, 613.773193),
  398. ["Anchored"] = true,
  399. ["CFrame"] = CFrame.new(42.7907257, 1271.09998, 613.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  400. ["Locked"] = true,
  401. ["FormFactor"] = Enum.FormFactor.Custom,
  402. ["Size"] = Vector3.new(4, 1, 4),
  403. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  404. ["TopSurface"] = Enum.SurfaceType.Smooth,
  405. ["Color"] = Color3.new(0, 1, 0),
  406. })
  407. o6 = Create("Script",{
  408. ["Parent"] = o5,
  409. })
  410. table.insert(cors,coroutine.create(function()
  411. wait()
  412. runDummyScript(function()
  413. local TeleDown = script.Parent
  414. local TeleUp = script.Parent.Parent.TeleUp
  415. function tele(hit)
  416. if hit.Parent:findFirstChild("Humanoid") then
  417. if hit.Parent:findFirstChild("TeleportBuff") == nil then
  418. local Human = hit.Parent:findFirstChild("Humanoid")
  419. if hit.Parent:findFirstChild("Torso") then
  420. local Torso = hit.Parent:findFirstChild("Torso")
  421. local M = Instance.new("Model",hit.Parent)
  422. M.Name = "TeleportBuff"
  423. Torso.CFrame = CFrame.new(TeleUp.CFrame.X,TeleUp.CFrame.Y + 4,TeleUp.CFrame.Z)
  424. wait(5)
  425. if hit.Parent:findFirstChild("TeleportBuff") then
  426. hit.Parent:findFirstChild("TeleportBuff"):remove()
  427. end
  428. end
  429. end
  430. end
  431. end
  432. TeleDown.Touched:connect(tele)
  433. end,o6)
  434. end))
  435. o7 = Create("Part",{
  436. ["Parent"] = o1,
  437. ["Material"] = Enum.Material.Brick,
  438. ["BrickColor"] = BrickColor.new("Black"),
  439. ["Position"] = Vector3.new(3.44035411, 1241.5, 610.15918),
  440. ["Anchored"] = true,
  441. ["CFrame"] = CFrame.new(3.44035411, 1241.5, 610.15918, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  442. ["Locked"] = true,
  443. ["FormFactor"] = Enum.FormFactor.Custom,
  444. ["Size"] = Vector3.new(87, 67, 2),
  445. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  446. ["TopSurface"] = Enum.SurfaceType.Smooth,
  447. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  448. })
  449. o8 = Create("Part",{
  450. ["Parent"] = o1,
  451. ["Material"] = Enum.Material.Brick,
  452. ["BrickColor"] = BrickColor.new("Black"),
  453. ["Position"] = Vector3.new(-39.5596466, 1241.5, 652.65918),
  454. ["Rotation"] = Vector3.new(0, 90, 0),
  455. ["Anchored"] = true,
  456. ["CFrame"] = CFrame.new(-39.5596466, 1241.5, 652.65918, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008),
  457. ["Locked"] = true,
  458. ["FormFactor"] = Enum.FormFactor.Custom,
  459. ["Size"] = Vector3.new(86, 67, 2),
  460. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  461. ["TopSurface"] = Enum.SurfaceType.Smooth,
  462. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  463. })
  464. o9 = Create("Part",{
  465. ["Parent"] = o1,
  466. ["Transparency"] = 1,
  467. ["Position"] = Vector3.new(32.7708817, 1241.5, 617.539185),
  468. ["Anchored"] = true,
  469. ["CFrame"] = CFrame.new(32.7708817, 1241.5, 617.539185, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  470. ["Locked"] = true,
  471. ["FormFactor"] = Enum.FormFactor.Custom,
  472. ["Size"] = Vector3.new(1, 57, 13),
  473. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  474. ["TopSurface"] = Enum.SurfaceType.Smooth,
  475. })
  476. o10 = Create("Part",{
  477. ["Parent"] = o1,
  478. ["Transparency"] = 1,
  479. ["Position"] = Vector3.new(43.0705223, 1241.5, 623.269287),
  480. ["Anchored"] = true,
  481. ["CFrame"] = CFrame.new(43.0705223, 1241.5, 623.269287, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  482. ["Locked"] = true,
  483. ["FormFactor"] = Enum.FormFactor.Custom,
  484. ["Size"] = Vector3.new(5, 57, 1),
  485. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  486. ["TopSurface"] = Enum.SurfaceType.Smooth,
  487. })
  488. o11 = Create("Part",{
  489. ["Parent"] = o1,
  490. ["Material"] = Enum.Material.Brick,
  491. ["Position"] = Vector3.new(42.996212, 1210.99988, 623.353394),
  492. ["Anchored"] = true,
  493. ["CFrame"] = CFrame.new(42.996212, 1210.99988, 623.353394, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  494. ["Locked"] = true,
  495. ["FormFactor"] = Enum.FormFactor.Custom,
  496. ["Size"] = Vector3.new(5, 5, 1),
  497. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  498. ["TopSurface"] = Enum.SurfaceType.Smooth,
  499. })
  500. o12 = Create("Part",{
  501. ["Parent"] = o1,
  502. ["Material"] = Enum.Material.Brick,
  503. ["Position"] = Vector3.new(32.9446678, 1210.99988, 617.305786),
  504. ["Anchored"] = true,
  505. ["CFrame"] = CFrame.new(32.9446678, 1210.99988, 617.305786, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  506. ["Locked"] = true,
  507. ["FormFactor"] = Enum.FormFactor.Custom,
  508. ["Size"] = Vector3.new(1, 5, 13),
  509. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  510. ["TopSurface"] = Enum.SurfaceType.Smooth,
  511. })
  512. o13 = Create("Part",{
  513. ["Parent"] = o1,
  514. ["Material"] = Enum.Material.Wood,
  515. ["BrickColor"] = BrickColor.new("Really black"),
  516. ["Position"] = Vector3.new(3.29072595, 1208.5, 652.773193),
  517. ["Anchored"] = true,
  518. ["CFrame"] = CFrame.new(3.29072595, 1208.5, 652.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  519. ["Locked"] = true,
  520. ["FormFactor"] = Enum.FormFactor.Custom,
  521. ["Size"] = Vector3.new(85, 1, 84),
  522. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  523. ["TopSurface"] = Enum.SurfaceType.Smooth,
  524. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  525. })
  526. o14 = Create("Part",{
  527. ["Name"] = "TeleUp",
  528. ["Parent"] = o1,
  529. ["Material"] = Enum.Material.Ice,
  530. ["BrickColor"] = BrickColor.new("Really red"),
  531. ["Position"] = Vector3.new(42.3897552, 1208.99988, 614.059204),
  532. ["Anchored"] = true,
  533. ["CFrame"] = CFrame.new(42.3897552, 1208.99988, 614.059204, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  534. ["Locked"] = true,
  535. ["FormFactor"] = Enum.FormFactor.Custom,
  536. ["Size"] = Vector3.new(4, 1, 4),
  537. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  538. ["TopSurface"] = Enum.SurfaceType.Smooth,
  539. ["Color"] = Color3.new(1, 0, 0),
  540. })
  541. o15 = Create("Script",{
  542. ["Parent"] = o14,
  543. })
  544. table.insert(cors,coroutine.create(function()
  545. wait()
  546. runDummyScript(function()
  547. local Me = script.Parent
  548. local To = script.Parent.Parent.TeleDown
  549. function bam(hit)
  550. if hit.Parent:findFirstChild("TeleportBuff") == nil then
  551. if hit.Parent:findFirstChild("Humanoid") then
  552. if hit.Parent:findFirstChild("Torso") then
  553. local Torso = hit.Parent:findFirstChild("Torso")
  554. Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
  555. local M = Instance.new("Model",hit.Parent)
  556. M.Name = "TeleportBuff"
  557. wait(5)
  558. if hit.Parent:findFirstChild("TeleportBuff") then
  559. hit.Parent:findFirstChild("TeleportBuff"):remove()
  560. end
  561. end
  562. end
  563. end
  564.  
  565. end
  566. Me.Touched:connect(bam)
  567. end,o15)
  568. end))
  569. o16 = Create("Part",{
  570. ["Name"] = "Particles",
  571. ["Parent"] = o1,
  572. ["Transparency"] = 1,
  573. ["Position"] = Vector3.new(-0.999996006, 1269.5, 653.999878),
  574. ["Anchored"] = true,
  575. ["CFrame"] = CFrame.new(-0.999996006, 1269.5, 653.999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  576. ["Locked"] = true,
  577. ["FormFactor"] = Enum.FormFactor.Symmetric,
  578. ["Size"] = Vector3.new(4, 1, 2),
  579. })
  580. o17 = Create("PointLight",{
  581. ["Parent"] = o16,
  582. ["Color"] = Color3.new(0, 0, 0),
  583. ["Brightness"] = 4,
  584. ["Range"] = 50,
  585. })
  586. o18 = Create("ParticleEmitter",{
  587. ["Parent"] = o16,
  588. ["Rotation"] = NumberRange.new(50,50),
  589. ["Size"] = NumberSequence.new(0.20000000298023,0.20000000298023),
  590. ["LightEmission"] = 0.83999997377396,
  591. ["Texture"] = "http://www.roblox.com/asset/?id=300899453",
  592. ["Lifetime"] = NumberRange.new(8,10),
  593. ["RotSpeed"] = NumberRange.new(2,2),
  594. ["Speed"] = NumberRange.new(10,10),
  595. ["VelocitySpread"] = 20,
  596. })
  597. o19 = Create("Part",{
  598. ["Parent"] = o1,
  599. ["Material"] = Enum.Material.Grass,
  600. ["BrickColor"] = BrickColor.new("Camo"),
  601. ["Position"] = Vector3.new(-12.6446676, 1224.21948, 684.526611),
  602. ["Anchored"] = true,
  603. ["CFrame"] = CFrame.new(-12.6446676, 1224.21948, 684.526611, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  604. ["Locked"] = true,
  605. ["FormFactor"] = Enum.FormFactor.Custom,
  606. ["Size"] = Vector3.new(52.5, 1, 19.3999996),
  607. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  608. ["TopSurface"] = Enum.SurfaceType.Smooth,
  609. ["Color"] = Color3.new(0.227451, 0.490196, 0.0823529),
  610. })
  611. o20 = Create("Script",{
  612. ["Parent"] = o19,
  613. })
  614. table.insert(cors,coroutine.create(function()
  615. wait()
  616. runDummyScript(function()
  617. local Part = script.Parent
  618. function bam(hit)
  619. if hit.Parent.Name ~= "Nilzers" and hit.Parent.Name ~="vr3m" and hit.Parent.Name ~="CoolMLGPlayer" and hit.Parent.Name ~="Elttob" and hit.Parent.Name ~= "PointCoded" and hit.Parent.Name ~= "Altraincantatrix" and hit.Parent.Name ~= "imaboos2" and hit.Parent.Name ~= "SnapGun" and hit.Parent.Name ~= "nguyenjimbo" and hit.Parent.Name ~= "Nilzers" then
  620. hit.Parent:BreakJoints()
  621. end
  622. end
  623. Part.Touched:connect(bam)
  624. end,o20)
  625. end))
  626. o21 = Create("Part",{
  627. ["Parent"] = o1,
  628. ["Material"] = Enum.Material.Marble,
  629. ["BrickColor"] = BrickColor.new("Bright blue"),
  630. ["Position"] = Vector3.new(17.1517639, 1216.75549, 626.127563),
  631. ["Rotation"] = Vector3.new(-67.9304962, -22.0438042, 29.2175961),
  632. ["CFrame"] = CFrame.new(17.1517639, 1216.75549, 626.127563, 0.808970153, -0.452444226, -0.375315338, 0.486968458, 0.158149347, 0.858982325, -0.329285651, -0.877657771, 0.348264128),
  633. ["Locked"] = true,
  634. ["FormFactor"] = Enum.FormFactor.Symmetric,
  635. ["Shape"] = Enum.PartType.Ball,
  636. ["Size"] = Vector3.new(15.6000004, 15.6000004, 15.6000004),
  637. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  638. ["TopSurface"] = Enum.SurfaceType.Smooth,
  639. ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
  640. })
  641. o22 = Create("Part",{
  642. ["Parent"] = o1,
  643. ["Material"] = Enum.Material.Pebble,
  644. ["BrickColor"] = BrickColor.new("Lime green"),
  645. ["Position"] = Vector3.new(-32.969986, 1212.49854, 625.882935),
  646. ["Rotation"] = Vector3.new(-131.485703, 45.7341461, 95.7716751),
  647. ["CFrame"] = CFrame.new(-32.969986, 1212.49854, 625.882935, -0.0701928437, -0.694450259, 0.716108799, -0.605126977, 0.600349903, 0.522878051, -0.793028712, -0.3966344, -0.462370813),
  648. ["Locked"] = true,
  649. ["FormFactor"] = Enum.FormFactor.Symmetric,
  650. ["Shape"] = Enum.PartType.Ball,
  651. ["Size"] = Vector3.new(7, 7, 7),
  652. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  653. ["TopSurface"] = Enum.SurfaceType.Smooth,
  654. ["Color"] = Color3.new(0, 1, 0),
  655. })
  656. o23 = Create("Part",{
  657. ["Parent"] = o1,
  658. ["Transparency"] = 1,
  659. ["Position"] = Vector3.new(-12.6862221, 1243.7196, 676.068115),
  660. ["Anchored"] = true,
  661. ["CFrame"] = CFrame.new(-12.6862221, 1243.7196, 676.068115, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  662. ["Locked"] = true,
  663. ["FormFactor"] = Enum.FormFactor.Custom,
  664. ["Size"] = Vector3.new(50.5999985, 39, 1.20000005),
  665. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  666. ["TopSurface"] = Enum.SurfaceType.Smooth,
  667. })
  668. o24 = Create("Script",{
  669. ["Parent"] = o23,
  670. })
  671. table.insert(cors,coroutine.create(function()
  672. wait()
  673. runDummyScript(function()
  674. local Part = script.Parent
  675. function bam(hit)
  676. if hit.Parent.Name == "PointCoded" then
  677. Part.CanCollide = false
  678. wait(0.6)
  679. Part.CanCollide = true
  680. end
  681. if hit.Parent.Name == "nguyenjimbo" then
  682. Part.CanCollide = false
  683. wait(0.6)
  684. Part.CanCollide = true
  685. end
  686. if hit.Parent.Name == "AltraIncantatrix" then
  687. Part.CanCollide = false
  688. wait(0.6)
  689. Part.CanCollide = true
  690. end
  691. if hit.Parent.Name == "imaboos2" then
  692. Part.CanCollide = false
  693. wait(0.6)
  694. Part.CanCollide = true
  695. end
  696. if hit.Parent.Name == "SnapGun" then
  697. Part.CanCollide = false
  698. wait(0.6)
  699. Part.CanCollide = true
  700. end
  701. if hit.Parent.Name == "Nilzers" then
  702. Part.CanCollide = false
  703. wait(0.6)
  704. Part.CanCollide = true
  705. end
  706. if hit.Parent.Name == "Elttob" then
  707. Part.CanCollide = false
  708. wait(0.6)
  709. Part.CanCollide = true
  710. end
  711. if hit.Parent.Name == "vr3m" then
  712. Part.CanCollide = false
  713. wait(0.6)
  714. Part.CanCollide = true
  715. end
  716. if hit.Parent.Name == "CoolMLGPlayer" then
  717. Part.CanCollide = false
  718. wait(0.6)
  719. Part.CanCollide = true
  720. end
  721. if hit.Parent.Name ~= "Nilzers" and hit.Parent.Name ~="vr3m" and hit.Parent.Name ~="CoolMLGPlayer" and hit.Parent.Name ~="Elttob" and hit.Parent.Name ~= "PointCoded" and hit.Parent.Name ~= "Altraincantatrix" and hit.Parent.Name ~= "imaboos2" and hit.Parent.Name ~= "SnapGun" and hit.Parent.Name ~= "nguyenjimbo" and hit.Parent.Name ~= "Nilzers" then
  722. hit.Parent:BreakJoints()
  723. end
  724. end
  725. Part.Touched:connect(bam)
  726. end,o24)
  727. end))
  728. o25 = Create("Part",{
  729. ["Parent"] = o1,
  730. ["Material"] = Enum.Material.Grass,
  731. ["BrickColor"] = BrickColor.new("Really black"),
  732. ["Position"] = Vector3.new(2.33906198, 1214.99731, 650.606812),
  733. ["Rotation"] = Vector3.new(-45.8041115, -28.1088905, 45.130291),
  734. ["CFrame"] = CFrame.new(2.33906198, 1214.99731, 650.606812, 0.62228632, -0.625122905, -0.471148759, 0.73236692, 0.252411842, 0.63239783, -0.276402831, -0.738586307, 0.614891708),
  735. ["Locked"] = true,
  736. ["FormFactor"] = Enum.FormFactor.Symmetric,
  737. ["Shape"] = Enum.PartType.Ball,
  738. ["Size"] = Vector3.new(12, 12, 12),
  739. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  740. ["TopSurface"] = Enum.SurfaceType.Smooth,
  741. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  742. })
  743. o26 = Create("Part",{
  744. ["Parent"] = o1,
  745. ["Material"] = Enum.Material.Ice,
  746. ["BrickColor"] = BrickColor.new("Deep orange"),
  747. ["Position"] = Vector3.new(-27.9697552, 1215.9978, 655.029785),
  748. ["Rotation"] = Vector3.new(-14.088625, 18.0388794, 144.624756),
  749. ["CFrame"] = CFrame.new(-27.9697552, 1215.9978, 655.029785, -0.77529943, -0.550472617, 0.309662282, 0.622977197, -0.747212768, 0.231457412, 0.103972636, 0.372361332, 0.922245502),
  750. ["Locked"] = true,
  751. ["FormFactor"] = Enum.FormFactor.Symmetric,
  752. ["Shape"] = Enum.PartType.Ball,
  753. ["Size"] = Vector3.new(14, 14, 14),
  754. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  755. ["TopSurface"] = Enum.SurfaceType.Smooth,
  756. ["Color"] = Color3.new(1, 0.686275, 0),
  757. })
  758. o27 = Create("Part",{
  759. ["Parent"] = o1,
  760. ["Transparency"] = 1,
  761. ["Position"] = Vector3.new(12.6485596, 1244.76941, 684.901978),
  762. ["Anchored"] = true,
  763. ["CFrame"] = CFrame.new(12.6485596, 1244.76941, 684.901978, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  764. ["Locked"] = true,
  765. ["FormFactor"] = Enum.FormFactor.Custom,
  766. ["Size"] = Vector3.new(0.799999952, 41.0999985, 19.5),
  767. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  768. ["TopSurface"] = Enum.SurfaceType.Smooth,
  769. })
  770. o28 = Create("Script",{
  771. ["Parent"] = o27,
  772. })
  773. table.insert(cors,coroutine.create(function()
  774. wait()
  775. runDummyScript(function()
  776. local Part = script.Parent
  777. function bam(hit)
  778. if hit.Parent.Name == "PointCoded" then
  779. Part.CanCollide = false
  780. wait(0.6)
  781. Part.CanCollide = true
  782. end
  783. if hit.Parent.Name == "nguyenjimbo" then
  784. Part.CanCollide = false
  785. wait(0.6)
  786. Part.CanCollide = true
  787. end
  788. if hit.Parent.Name == "AltraIncantatrix" then
  789. Part.CanCollide = false
  790. wait(0.6)
  791. Part.CanCollide = true
  792. end
  793. if hit.Parent.Name == "imaboos2" then
  794. Part.CanCollide = false
  795. wait(0.6)
  796. Part.CanCollide = true
  797. end
  798. if hit.Parent.Name == "SnapGun" then
  799. Part.CanCollide = false
  800. wait(0.6)
  801. Part.CanCollide = true
  802. end
  803. if hit.Parent.Name == "Nilzers" then
  804. Part.CanCollide = false
  805. wait(0.6)
  806. Part.CanCollide = true
  807. end
  808. if hit.Parent.Name == "Elttob" then
  809. Part.CanCollide = false
  810. wait(0.6)
  811. Part.CanCollide = true
  812. end
  813. if hit.Parent.Name == "vr3m" then
  814. Part.CanCollide = false
  815. wait(0.6)
  816. Part.CanCollide = true
  817. end
  818. if hit.Parent.Name == "CoolMLGPlayer" then
  819. Part.CanCollide = false
  820. wait(0.6)
  821. Part.CanCollide = true
  822. end
  823. if hit.Parent.Name ~= "Nilzers" and hit.Parent.Name ~="vr3m" and hit.Parent.Name ~="CoolMLGPlayer" and hit.Parent.Name ~= "Elttob" and hit.Parent.Name ~= "PointCoded" and hit.Parent.Name ~= "Altraincantatrix" and hit.Parent.Name ~= "imaboos2" and hit.Parent.Name ~= "SnapGun" and hit.Parent.Name ~= "nguyenjimbo" and hit.Parent.Name ~= "Nilzers" then
  824. hit.Parent:BreakJoints()
  825. if hit.Parent:FindFirstChild("Torso") then
  826. hit.Parent:FindFirstChild("Torso"):remove()
  827. end
  828. end
  829. end
  830. Part.Touched:connect(bam)
  831. end,o28)
  832. end))
  833. o29 = Create("TrussPart",{
  834. ["Parent"] = o1,
  835. ["Position"] = Vector3.new(14.6053295, 1216.99988, 684.59082),
  836. ["Anchored"] = true,
  837. ["CFrame"] = CFrame.new(14.6053295, 1216.99988, 684.59082, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  838. ["Locked"] = true,
  839. ["Size"] = Vector3.new(2, 16, 2),
  840. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  841. ["TopSurface"] = Enum.SurfaceType.Smooth,
  842. })
  843. mas.Parent = workspace.Terrain
  844. mas:MakeJoints()
  845. local mas1 = mas:GetChildren()
  846. for i=1,#mas1 do
  847. mas1[i].Parent = workspace.Terrain
  848. ypcall(function() mas1[i]:MakeJoints() end)
  849. end
  850. mas:Destroy()
  851. for i=1,#cors do
  852. coroutine.resume(cors[i])
  853. end
  854.  
  855.  
  856.  
  857. end
  858.  
  859. function LoadHouse()
  860. Create = function(itemClass,tabl)
  861. local item = Instance.new(itemClass)
  862. for i,v in pairs(tabl) do
  863. local a,b = ypcall(function() return item[i] end)
  864. if a then
  865. item[i] = tabl[i]
  866. end
  867. end
  868. return item
  869. end
  870. function runDummyScript(f,scri)
  871. local oldenv = getfenv(f)
  872. local newenv = setmetatable({}, {
  873. __index = function(_, k)
  874. if k:lower() == 'script' then
  875. return scri
  876. else
  877. return oldenv[k]
  878. end
  879. end
  880. })
  881. setfenv(f, newenv)
  882. ypcall(function() f() end)
  883. end
  884. cors = {}
  885. mas = Instance.new("Model",game:GetService("Lighting"))
  886. mas.Name = "AE2X House"
  887. o1 = Create("Model",{
  888. ["Name"] = "AERX House",
  889. ["Parent"] = mas,
  890. })
  891. o2 = Create("Part",{
  892. ["Parent"] = o1,
  893. ["Material"] = Enum.Material.Concrete,
  894. ["BrickColor"] = BrickColor.new("Really black"),
  895. ["Position"] = Vector3.new(20.870409, 9.50002766, 4834.76807),
  896. ["Rotation"] = Vector3.new(-0, -90, 0),
  897. ["Anchored"] = true,
  898. ["CFrame"] = CFrame.new(20.870409, 9.50002766, 4834.76807, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008),
  899. ["FormFactor"] = Enum.FormFactor.Custom,
  900. ["Size"] = Vector3.new(52, 19, 1),
  901. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  902. ["TopSurface"] = Enum.SurfaceType.Smooth,
  903. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  904. })
  905. o3 = Create("Part",{
  906. ["Parent"] = o1,
  907. ["Material"] = Enum.Material.Concrete,
  908. ["BrickColor"] = BrickColor.new("Really black"),
  909. ["Position"] = Vector3.new(-1.19026697, 2.50002789, 4817.9668),
  910. ["Anchored"] = true,
  911. ["CFrame"] = CFrame.new(-1.19026697, 2.50002789, 4817.9668, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  912. ["FormFactor"] = Enum.FormFactor.Custom,
  913. ["Size"] = Vector3.new(43.2000008, 4, 1.5),
  914. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  915. ["TopSurface"] = Enum.SurfaceType.Smooth,
  916. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  917. })
  918. o4 = Create("Part",{
  919. ["Parent"] = o1,
  920. ["Transparency"] = 1,
  921. ["Position"] = Vector3.new(-23.1957016, 11.2737818, 4835.34863),
  922. ["Anchored"] = true,
  923. ["CFrame"] = CFrame.new(-23.1957016, 11.2737818, 4835.34863, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  924. ["FormFactor"] = Enum.FormFactor.Custom,
  925. ["Size"] = Vector3.new(0.399999976, 13.3999996, 35.5999985),
  926. })
  927. o5 = Create("Part",{
  928. ["Parent"] = o1,
  929. ["Material"] = Enum.Material.Concrete,
  930. ["BrickColor"] = BrickColor.new("Really black"),
  931. ["Position"] = Vector3.new(-31.1295891, 9.50002766, 4834.76807),
  932. ["Rotation"] = Vector3.new(-0, -90, 0),
  933. ["Anchored"] = true,
  934. ["CFrame"] = CFrame.new(-31.1295891, 9.50002766, 4834.76807, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008),
  935. ["FormFactor"] = Enum.FormFactor.Custom,
  936. ["Size"] = Vector3.new(52, 19, 1),
  937. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  938. ["TopSurface"] = Enum.SurfaceType.Smooth,
  939. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  940. })
  941. o6 = Create("Part",{
  942. ["Parent"] = o1,
  943. ["Material"] = Enum.Material.Foil,
  944. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  945. ["Position"] = Vector3.new(-5.50305605, 1.00002897, 4821.104),
  946. ["Anchored"] = true,
  947. ["CFrame"] = CFrame.new(-5.50305605, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  948. ["FormFactor"] = Enum.FormFactor.Custom,
  949. ["Size"] = Vector3.new(5, 1, 4.9000001),
  950. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  951. ["TopSurface"] = Enum.SurfaceType.Smooth,
  952. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  953. })
  954. o7 = Create("Script",{
  955. ["Parent"] = o6,
  956. })
  957. table.insert(cors,coroutine.create(function()
  958. wait()
  959. runDummyScript(function()
  960. local Brick = script.Parent
  961. while true do
  962. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  963. wait(0.8)
  964. end
  965. end,o7)
  966. end))
  967. o8 = Create("Part",{
  968. ["Parent"] = o1,
  969. ["Material"] = Enum.Material.Foil,
  970. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  971. ["Position"] = Vector3.new(9.49694157, 1.00002897, 4821.104),
  972. ["Anchored"] = true,
  973. ["CFrame"] = CFrame.new(9.49694157, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  974. ["FormFactor"] = Enum.FormFactor.Custom,
  975. ["Size"] = Vector3.new(5, 1, 4.9000001),
  976. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  977. ["TopSurface"] = Enum.SurfaceType.Smooth,
  978. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  979. })
  980. o9 = Create("Script",{
  981. ["Parent"] = o8,
  982. })
  983. table.insert(cors,coroutine.create(function()
  984. wait()
  985. runDummyScript(function()
  986. local Brick = script.Parent
  987. while true do
  988. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  989. wait(0.8)
  990. end
  991. end,o9)
  992. end))
  993. o10 = Create("Part",{
  994. ["Parent"] = o1,
  995. ["Material"] = Enum.Material.Foil,
  996. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  997. ["Position"] = Vector3.new(18.5969429, 1.00002897, 4821.104),
  998. ["Anchored"] = true,
  999. ["CFrame"] = CFrame.new(18.5969429, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1000. ["FormFactor"] = Enum.FormFactor.Custom,
  1001. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  1002. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1003. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1004. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1005. })
  1006. o11 = Create("Script",{
  1007. ["Parent"] = o10,
  1008. })
  1009. table.insert(cors,coroutine.create(function()
  1010. wait()
  1011. runDummyScript(function()
  1012. local Brick = script.Parent
  1013. while true do
  1014. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1015. wait(0.8)
  1016. end
  1017. end,o11)
  1018. end))
  1019. o12 = Create("Part",{
  1020. ["Name"] = "TeleUp",
  1021. ["Parent"] = o1,
  1022. ["Material"] = Enum.Material.Foil,
  1023. ["BrickColor"] = BrickColor.new("Bright green"),
  1024. ["Position"] = Vector3.new(16.6366081, 1.00002897, 4813.271),
  1025. ["Rotation"] = Vector3.new(-0, 30.0000019, -0),
  1026. ["Anchored"] = true,
  1027. ["CFrame"] = CFrame.new(16.6366081, 1.00002897, 4813.271, 0.866025388, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025388),
  1028. ["FormFactor"] = Enum.FormFactor.Custom,
  1029. ["Size"] = Vector3.new(4, 1, 4),
  1030. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1031. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1032. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1033. })
  1034. o13 = Create("Script",{
  1035. ["Parent"] = o12,
  1036. })
  1037. table.insert(cors,coroutine.create(function()
  1038. wait()
  1039. runDummyScript(function()
  1040. local Me = script.Parent
  1041. local To = script.Parent.Parent.TeleDown
  1042. function bam(hit)
  1043. if hit.Parent:findFirstChild("TeleportBuff") == nil then
  1044. if hit.Parent:findFirstChild("Humanoid") then
  1045. if hit.Parent:findFirstChild("Torso") then
  1046. local Torso = hit.Parent:findFirstChild("Torso")
  1047. Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
  1048. local M = Instance.new("Model",hit.Parent)
  1049. M.Name = "TeleportBuff"
  1050. wait(5)
  1051. if hit.Parent:findFirstChild("TeleportBuff") then
  1052. hit.Parent:findFirstChild("TeleportBuff"):remove()
  1053. end
  1054. end
  1055. end
  1056. end
  1057.  
  1058. end
  1059. Me.Touched:connect(bam)
  1060. end,o13)
  1061. end))
  1062. o14 = Create("Part",{
  1063. ["Parent"] = o1,
  1064. ["Material"] = Enum.Material.Foil,
  1065. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1066. ["Position"] = Vector3.new(-10.4030561, 1.00002897, 4821.104),
  1067. ["Anchored"] = true,
  1068. ["CFrame"] = CFrame.new(-10.4030561, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1069. ["FormFactor"] = Enum.FormFactor.Custom,
  1070. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1071. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1072. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1073. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1074. })
  1075. o15 = Create("Script",{
  1076. ["Parent"] = o14,
  1077. })
  1078. table.insert(cors,coroutine.create(function()
  1079. wait()
  1080. runDummyScript(function()
  1081. local Brick = script.Parent
  1082. while true do
  1083. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1084. wait(0.8)
  1085. end
  1086. end,o15)
  1087. end))
  1088. o16 = Create("Part",{
  1089. ["Parent"] = o1,
  1090. ["BrickColor"] = BrickColor.new("Really black"),
  1091. ["Transparency"] = 1,
  1092. ["Position"] = Vector3.new(-5.17958879, 12.7982597, 4817.64795),
  1093. ["Anchored"] = true,
  1094. ["CFrame"] = CFrame.new(-5.17958879, 12.7982597, 4817.64795, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1095. ["FormFactor"] = Enum.FormFactor.Custom,
  1096. ["Size"] = Vector3.new(51.0999985, 10.3000002, 1.79999995),
  1097. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1098. })
  1099. o17 = Create("Part",{
  1100. ["Parent"] = o1,
  1101. ["Material"] = Enum.Material.Foil,
  1102. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1103. ["Position"] = Vector3.new(-20.2030563, 1.00002897, 4821.104),
  1104. ["Anchored"] = true,
  1105. ["CFrame"] = CFrame.new(-20.2030563, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1106. ["FormFactor"] = Enum.FormFactor.Custom,
  1107. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1108. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1109. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1110. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1111. })
  1112. o18 = Create("Script",{
  1113. ["Parent"] = o17,
  1114. })
  1115. table.insert(cors,coroutine.create(function()
  1116. wait()
  1117. runDummyScript(function()
  1118. local Brick = script.Parent
  1119. while true do
  1120. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1121. wait(0.8)
  1122. end
  1123. end,o18)
  1124. end))
  1125. o19 = Create("Part",{
  1126. ["Parent"] = o1,
  1127. ["Material"] = Enum.Material.Concrete,
  1128. ["BrickColor"] = BrickColor.new("Really black"),
  1129. ["Position"] = Vector3.new(-23.1666031, 2.50002789, 4835.35156),
  1130. ["Anchored"] = true,
  1131. ["CFrame"] = CFrame.new(-23.1666031, 2.50002789, 4835.35156, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1132. ["FormFactor"] = Enum.FormFactor.Custom,
  1133. ["Size"] = Vector3.new(0.900000095, 4, 35.8999977),
  1134. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1135. })
  1136. o20 = Create("Part",{
  1137. ["Parent"] = o1,
  1138. ["Material"] = Enum.Material.Brick,
  1139. ["BrickColor"] = BrickColor.new("Institutional white"),
  1140. ["Position"] = Vector3.new(-5.22013378, 0.500029027, 4834.96826),
  1141. ["Anchored"] = true,
  1142. ["CFrame"] = CFrame.new(-5.22013378, 0.500029027, 4834.96826, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1143. ["FormFactor"] = Enum.FormFactor.Custom,
  1144. ["Size"] = Vector3.new(52, 1, 52),
  1145. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1146. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1147. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  1148. })
  1149. o21 = Create("Part",{
  1150. ["Parent"] = o1,
  1151. ["Material"] = Enum.Material.Foil,
  1152. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1153. ["Position"] = Vector3.new(-15.3030558, 1.00002897, 4821.104),
  1154. ["Anchored"] = true,
  1155. ["CFrame"] = CFrame.new(-15.3030558, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1156. ["FormFactor"] = Enum.FormFactor.Custom,
  1157. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1158. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1159. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1160. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1161. })
  1162. o22 = Create("Script",{
  1163. ["Parent"] = o21,
  1164. })
  1165. table.insert(cors,coroutine.create(function()
  1166. wait()
  1167. runDummyScript(function()
  1168. local Brick = script.Parent
  1169. while true do
  1170. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1171. wait(0.8)
  1172. end
  1173. end,o22)
  1174. end))
  1175. o23 = Create("Part",{
  1176. ["Parent"] = o1,
  1177. ["Material"] = Enum.Material.Foil,
  1178. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1179. ["Position"] = Vector3.new(4.496943, 1.00002897, 4821.104),
  1180. ["Anchored"] = true,
  1181. ["CFrame"] = CFrame.new(4.496943, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1182. ["FormFactor"] = Enum.FormFactor.Custom,
  1183. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1184. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1185. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1186. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1187. })
  1188. o24 = Create("Script",{
  1189. ["Parent"] = o23,
  1190. })
  1191. table.insert(cors,coroutine.create(function()
  1192. wait()
  1193. runDummyScript(function()
  1194. local Brick = script.Parent
  1195. while true do
  1196. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1197. wait(0.8)
  1198. end
  1199. end,o24)
  1200. end))
  1201. o25 = Create("Part",{
  1202. ["Parent"] = o1,
  1203. ["Material"] = Enum.Material.Foil,
  1204. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1205. ["Position"] = Vector3.new(-0.503057003, 1.00002897, 4821.104),
  1206. ["Anchored"] = true,
  1207. ["CFrame"] = CFrame.new(-0.503057003, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1208. ["FormFactor"] = Enum.FormFactor.Custom,
  1209. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1210. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1211. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1212. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1213. })
  1214. o26 = Create("Script",{
  1215. ["Parent"] = o25,
  1216. })
  1217. table.insert(cors,coroutine.create(function()
  1218. wait()
  1219. runDummyScript(function()
  1220. local Brick = script.Parent
  1221. while true do
  1222. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1223. wait(0.8)
  1224. end
  1225. end,o26)
  1226. end))
  1227. o27 = Create("Part",{
  1228. ["Parent"] = o1,
  1229. ["Material"] = Enum.Material.Foil,
  1230. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1231. ["Position"] = Vector3.new(14.3969421, 1.00002897, 4821.104),
  1232. ["Anchored"] = true,
  1233. ["CFrame"] = CFrame.new(14.3969421, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1234. ["FormFactor"] = Enum.FormFactor.Custom,
  1235. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1236. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1237. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1238. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1239. })
  1240. o28 = Create("Script",{
  1241. ["Parent"] = o27,
  1242. })
  1243. table.insert(cors,coroutine.create(function()
  1244. wait()
  1245. runDummyScript(function()
  1246. local Brick = script.Parent
  1247. while true do
  1248. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1249. wait(0.8)
  1250. end
  1251. end,o28)
  1252. end))
  1253. o29 = Create("Part",{
  1254. ["Parent"] = o1,
  1255. ["Material"] = Enum.Material.Concrete,
  1256. ["BrickColor"] = BrickColor.new("Really black"),
  1257. ["Position"] = Vector3.new(-5.12959003, 9.50002766, 4860.76807),
  1258. ["Anchored"] = true,
  1259. ["CFrame"] = CFrame.new(-5.12959003, 9.50002766, 4860.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1260. ["FormFactor"] = Enum.FormFactor.Custom,
  1261. ["Size"] = Vector3.new(52, 19, 1),
  1262. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1263. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1264. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1265. })
  1266. o30 = Create("Part",{
  1267. ["Parent"] = o1,
  1268. ["Material"] = Enum.Material.Marble,
  1269. ["BrickColor"] = BrickColor.new("Bright blue"),
  1270. ["Reflectance"] = 0.10000000149012,
  1271. ["Transparency"] = 0.10000000149012,
  1272. ["Position"] = Vector3.new(-5.4486742, 18.6000271, 4834.76807),
  1273. ["Anchored"] = true,
  1274. ["CFrame"] = CFrame.new(-5.4486742, 18.6000271, 4834.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1275. ["FormFactor"] = Enum.FormFactor.Custom,
  1276. ["Size"] = Vector3.new(51.7999992, 1, 51),
  1277. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1278. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1279. ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
  1280. })
  1281. o31 = Create("Part",{
  1282. ["Name"] = "TeleDown",
  1283. ["Parent"] = o1,
  1284. ["Material"] = Enum.Material.Foil,
  1285. ["BrickColor"] = BrickColor.new("Really red"),
  1286. ["Position"] = Vector3.new(-27.238308, 19.4000263, 4857.07715),
  1287. ["Rotation"] = Vector3.new(-0, 30.0000019, -0),
  1288. ["Anchored"] = true,
  1289. ["CFrame"] = CFrame.new(-27.238308, 19.4000263, 4857.07715, 0.866025388, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025388),
  1290. ["FormFactor"] = Enum.FormFactor.Custom,
  1291. ["Size"] = Vector3.new(4, 1, 4),
  1292. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1293. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1294. ["Color"] = Color3.new(1, 0, 0),
  1295. })
  1296. o32 = Create("Script",{
  1297. ["Parent"] = o31,
  1298. })
  1299. table.insert(cors,coroutine.create(function()
  1300. wait()
  1301. runDummyScript(function()
  1302. local TeleDown = script.Parent
  1303. local TeleUp = script.Parent.Parent.TeleUp
  1304. function tele(hit)
  1305. if hit.Parent:findFirstChild("Humanoid") then
  1306. if hit.Parent:findFirstChild("TeleportBuff") == nil then
  1307. local Human = hit.Parent:findFirstChild("Humanoid")
  1308. if hit.Parent:findFirstChild("Torso") then
  1309. local Torso = hit.Parent:findFirstChild("Torso")
  1310. local M = Instance.new("Model",hit.Parent)
  1311. M.Name = "TeleportBuff"
  1312. Torso.CFrame = CFrame.new(TeleUp.CFrame.X,TeleUp.CFrame.Y + 3,TeleUp.CFrame.Z)
  1313. wait(5)
  1314. if hit.Parent:findFirstChild("TeleportBuff") then
  1315. hit.Parent:findFirstChild("TeleportBuff"):remove()
  1316. end
  1317. end
  1318. end
  1319. end
  1320. end
  1321. TeleDown.Touched:connect(tele)
  1322. end,o32)
  1323. end))
  1324. o33 = Create("Part",{
  1325. ["Parent"] = o1,
  1326. ["Material"] = Enum.Material.Foil,
  1327. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1328. ["Position"] = Vector3.new(-15.3030539, 1.00002897, 4826.00391),
  1329. ["Anchored"] = true,
  1330. ["CFrame"] = CFrame.new(-15.3030539, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1331. ["FormFactor"] = Enum.FormFactor.Custom,
  1332. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1333. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1334. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1335. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1336. })
  1337. o34 = Create("Script",{
  1338. ["Parent"] = o33,
  1339. })
  1340. table.insert(cors,coroutine.create(function()
  1341. wait()
  1342. runDummyScript(function()
  1343. local Brick = script.Parent
  1344. while true do
  1345. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1346. wait(0.8)
  1347. end
  1348. end,o34)
  1349. end))
  1350. o35 = Create("Part",{
  1351. ["Parent"] = o1,
  1352. ["Material"] = Enum.Material.Foil,
  1353. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1354. ["Position"] = Vector3.new(9.49694157, 1.00003195, 4845.60449),
  1355. ["Anchored"] = true,
  1356. ["CFrame"] = CFrame.new(9.49694157, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1357. ["FormFactor"] = Enum.FormFactor.Custom,
  1358. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1359. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1360. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1361. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1362. })
  1363. o36 = Create("Script",{
  1364. ["Parent"] = o35,
  1365. })
  1366. table.insert(cors,coroutine.create(function()
  1367. wait()
  1368. runDummyScript(function()
  1369. local Brick = script.Parent
  1370. while true do
  1371. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1372. wait(0.8)
  1373. end
  1374. end,o36)
  1375. end))
  1376. o37 = Create("Part",{
  1377. ["Parent"] = o1,
  1378. ["Material"] = Enum.Material.Foil,
  1379. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1380. ["Position"] = Vector3.new(-0.503054976, 1.00002897, 4826.00391),
  1381. ["Anchored"] = true,
  1382. ["CFrame"] = CFrame.new(-0.503054976, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1383. ["FormFactor"] = Enum.FormFactor.Custom,
  1384. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1385. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1386. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1387. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1388. })
  1389. o38 = Create("Script",{
  1390. ["Parent"] = o37,
  1391. })
  1392. table.insert(cors,coroutine.create(function()
  1393. wait()
  1394. runDummyScript(function()
  1395. local Brick = script.Parent
  1396. while true do
  1397. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1398. wait(0.8)
  1399. end
  1400. end,o38)
  1401. end))
  1402. o39 = Create("Part",{
  1403. ["Parent"] = o1,
  1404. ["Material"] = Enum.Material.Foil,
  1405. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1406. ["Position"] = Vector3.new(14.3969421, 1.00002897, 4826.00391),
  1407. ["Anchored"] = true,
  1408. ["CFrame"] = CFrame.new(14.3969421, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1409. ["FormFactor"] = Enum.FormFactor.Custom,
  1410. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1411. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1412. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1413. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1414. })
  1415. o40 = Create("Script",{
  1416. ["Parent"] = o39,
  1417. })
  1418. table.insert(cors,coroutine.create(function()
  1419. wait()
  1420. runDummyScript(function()
  1421. local Brick = script.Parent
  1422. while true do
  1423. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1424. wait(0.8)
  1425. end
  1426. end,o40)
  1427. end))
  1428. o41 = Create("Part",{
  1429. ["Parent"] = o1,
  1430. ["Material"] = Enum.Material.Foil,
  1431. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1432. ["Position"] = Vector3.new(4.49694204, 1.00002897, 4826.00391),
  1433. ["Anchored"] = true,
  1434. ["CFrame"] = CFrame.new(4.49694204, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1435. ["FormFactor"] = Enum.FormFactor.Custom,
  1436. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1437. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1438. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1439. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1440. })
  1441. o42 = Create("Script",{
  1442. ["Parent"] = o41,
  1443. })
  1444. table.insert(cors,coroutine.create(function()
  1445. wait()
  1446. runDummyScript(function()
  1447. local Brick = script.Parent
  1448. while true do
  1449. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1450. wait(0.8)
  1451. end
  1452. end,o42)
  1453. end))
  1454. o43 = Create("Part",{
  1455. ["Parent"] = o1,
  1456. ["Material"] = Enum.Material.Foil,
  1457. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1458. ["Position"] = Vector3.new(4.49694204, 1.00003195, 4845.60449),
  1459. ["Anchored"] = true,
  1460. ["CFrame"] = CFrame.new(4.49694204, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1461. ["FormFactor"] = Enum.FormFactor.Custom,
  1462. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1463. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1464. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1465. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1466. })
  1467. o44 = Create("Script",{
  1468. ["Parent"] = o43,
  1469. })
  1470. table.insert(cors,coroutine.create(function()
  1471. wait()
  1472. runDummyScript(function()
  1473. local Brick = script.Parent
  1474. while true do
  1475. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1476. wait(0.8)
  1477. end
  1478. end,o44)
  1479. end))
  1480. o45 = Create("Part",{
  1481. ["Parent"] = o1,
  1482. ["Material"] = Enum.Material.Foil,
  1483. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1484. ["Position"] = Vector3.new(-0.503054976, 1.00003195, 4845.60449),
  1485. ["Anchored"] = true,
  1486. ["CFrame"] = CFrame.new(-0.503054976, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1487. ["FormFactor"] = Enum.FormFactor.Custom,
  1488. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1489. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1490. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1491. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1492. })
  1493. o46 = Create("Script",{
  1494. ["Parent"] = o45,
  1495. })
  1496. table.insert(cors,coroutine.create(function()
  1497. wait()
  1498. runDummyScript(function()
  1499. local Brick = script.Parent
  1500. while true do
  1501. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1502. wait(0.8)
  1503. end
  1504. end,o46)
  1505. end))
  1506. o47 = Create("Part",{
  1507. ["Parent"] = o1,
  1508. ["Material"] = Enum.Material.Foil,
  1509. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1510. ["Position"] = Vector3.new(-15.3030539, 1.00003195, 4845.60449),
  1511. ["Anchored"] = true,
  1512. ["CFrame"] = CFrame.new(-15.3030539, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1513. ["FormFactor"] = Enum.FormFactor.Custom,
  1514. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1515. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1516. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1517. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1518. })
  1519. o48 = Create("Script",{
  1520. ["Parent"] = o47,
  1521. })
  1522. table.insert(cors,coroutine.create(function()
  1523. wait()
  1524. runDummyScript(function()
  1525. local Brick = script.Parent
  1526. while true do
  1527. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1528. wait(0.8)
  1529. end
  1530. end,o48)
  1531. end))
  1532. o49 = Create("Part",{
  1533. ["Parent"] = o1,
  1534. ["Material"] = Enum.Material.Foil,
  1535. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1536. ["Position"] = Vector3.new(-5.5030551, 1.00002897, 4826.00391),
  1537. ["Anchored"] = true,
  1538. ["CFrame"] = CFrame.new(-5.5030551, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1539. ["FormFactor"] = Enum.FormFactor.Custom,
  1540. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1541. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1542. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1543. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1544. })
  1545. o50 = Create("Script",{
  1546. ["Parent"] = o49,
  1547. })
  1548. table.insert(cors,coroutine.create(function()
  1549. wait()
  1550. runDummyScript(function()
  1551. local Brick = script.Parent
  1552. while true do
  1553. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1554. wait(0.8)
  1555. end
  1556. end,o50)
  1557. end))
  1558. o51 = Create("Part",{
  1559. ["Parent"] = o1,
  1560. ["Material"] = Enum.Material.Foil,
  1561. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1562. ["Position"] = Vector3.new(-20.2030563, 1.00003195, 4845.60449),
  1563. ["Anchored"] = true,
  1564. ["CFrame"] = CFrame.new(-20.2030563, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1565. ["FormFactor"] = Enum.FormFactor.Custom,
  1566. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1567. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1568. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1569. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1570. })
  1571. o52 = Create("Script",{
  1572. ["Parent"] = o51,
  1573. })
  1574. table.insert(cors,coroutine.create(function()
  1575. wait()
  1576. runDummyScript(function()
  1577. local Brick = script.Parent
  1578. while true do
  1579. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1580. wait(0.8)
  1581. end
  1582. end,o52)
  1583. end))
  1584. o53 = Create("Part",{
  1585. ["Parent"] = o1,
  1586. ["Material"] = Enum.Material.Foil,
  1587. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1588. ["Position"] = Vector3.new(-15.3030558, 1.00003195, 4840.7041),
  1589. ["Anchored"] = true,
  1590. ["CFrame"] = CFrame.new(-15.3030558, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1591. ["FormFactor"] = Enum.FormFactor.Custom,
  1592. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1593. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1594. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1595. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1596. })
  1597. o54 = Create("Script",{
  1598. ["Parent"] = o53,
  1599. })
  1600. table.insert(cors,coroutine.create(function()
  1601. wait()
  1602. runDummyScript(function()
  1603. local Brick = script.Parent
  1604. while true do
  1605. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1606. wait(0.8)
  1607. end
  1608. end,o54)
  1609. end))
  1610. o55 = Create("Part",{
  1611. ["Parent"] = o1,
  1612. ["Material"] = Enum.Material.Foil,
  1613. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1614. ["Position"] = Vector3.new(18.5969391, 1.00004005, 4850.50439),
  1615. ["Anchored"] = true,
  1616. ["CFrame"] = CFrame.new(18.5969391, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1617. ["FormFactor"] = Enum.FormFactor.Custom,
  1618. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  1619. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1620. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1621. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1622. })
  1623. o56 = Create("Script",{
  1624. ["Parent"] = o55,
  1625. })
  1626. table.insert(cors,coroutine.create(function()
  1627. wait()
  1628. runDummyScript(function()
  1629. local Brick = script.Parent
  1630. while true do
  1631. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1632. wait(0.8)
  1633. end
  1634. end,o56)
  1635. end))
  1636. o57 = Create("Part",{
  1637. ["Parent"] = o1,
  1638. ["Material"] = Enum.Material.Foil,
  1639. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1640. ["Position"] = Vector3.new(-20.2030563, 1.00002897, 4826.00391),
  1641. ["Anchored"] = true,
  1642. ["CFrame"] = CFrame.new(-20.2030563, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1643. ["FormFactor"] = Enum.FormFactor.Custom,
  1644. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1645. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1646. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1647. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1648. })
  1649. o58 = Create("Script",{
  1650. ["Parent"] = o57,
  1651. })
  1652. table.insert(cors,coroutine.create(function()
  1653. wait()
  1654. runDummyScript(function()
  1655. local Brick = script.Parent
  1656. while true do
  1657. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1658. wait(0.8)
  1659. end
  1660. end,o58)
  1661. end))
  1662. o59 = Create("Part",{
  1663. ["Parent"] = o1,
  1664. ["Material"] = Enum.Material.Foil,
  1665. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1666. ["Position"] = Vector3.new(-10.4030523, 1.00002897, 4826.00391),
  1667. ["Anchored"] = true,
  1668. ["CFrame"] = CFrame.new(-10.4030523, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1669. ["FormFactor"] = Enum.FormFactor.Custom,
  1670. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1671. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1672. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1673. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1674. })
  1675. o60 = Create("Script",{
  1676. ["Parent"] = o59,
  1677. })
  1678. table.insert(cors,coroutine.create(function()
  1679. wait()
  1680. runDummyScript(function()
  1681. local Brick = script.Parent
  1682. while true do
  1683. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1684. wait(0.8)
  1685. end
  1686. end,o60)
  1687. end))
  1688. o61 = Create("Part",{
  1689. ["Parent"] = o1,
  1690. ["Material"] = Enum.Material.Foil,
  1691. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1692. ["Position"] = Vector3.new(-5.5030551, 1.00003195, 4845.60449),
  1693. ["Anchored"] = true,
  1694. ["CFrame"] = CFrame.new(-5.5030551, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1695. ["FormFactor"] = Enum.FormFactor.Custom,
  1696. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1697. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1698. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1699. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1700. })
  1701. o62 = Create("Script",{
  1702. ["Parent"] = o61,
  1703. })
  1704. table.insert(cors,coroutine.create(function()
  1705. wait()
  1706. runDummyScript(function()
  1707. local Brick = script.Parent
  1708. while true do
  1709. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1710. wait(0.8)
  1711. end
  1712. end,o62)
  1713. end))
  1714. o63 = Create("Part",{
  1715. ["Parent"] = o1,
  1716. ["Material"] = Enum.Material.Foil,
  1717. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1718. ["Position"] = Vector3.new(18.5969391, 1.00003195, 4845.60449),
  1719. ["Anchored"] = true,
  1720. ["CFrame"] = CFrame.new(18.5969391, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1721. ["FormFactor"] = Enum.FormFactor.Custom,
  1722. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  1723. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1724. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1725. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1726. })
  1727. o64 = Create("Script",{
  1728. ["Parent"] = o63,
  1729. })
  1730. table.insert(cors,coroutine.create(function()
  1731. wait()
  1732. runDummyScript(function()
  1733. local Brick = script.Parent
  1734. while true do
  1735. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1736. wait(0.8)
  1737. end
  1738. end,o64)
  1739. end))
  1740. o65 = Create("Part",{
  1741. ["Parent"] = o1,
  1742. ["Material"] = Enum.Material.Foil,
  1743. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1744. ["Position"] = Vector3.new(-10.4030523, 1.00003195, 4845.60449),
  1745. ["Anchored"] = true,
  1746. ["CFrame"] = CFrame.new(-10.4030523, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1747. ["FormFactor"] = Enum.FormFactor.Custom,
  1748. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1749. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1750. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1751. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1752. })
  1753. o66 = Create("Script",{
  1754. ["Parent"] = o65,
  1755. })
  1756. table.insert(cors,coroutine.create(function()
  1757. wait()
  1758. runDummyScript(function()
  1759. local Brick = script.Parent
  1760. while true do
  1761. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1762. wait(0.8)
  1763. end
  1764. end,o66)
  1765. end))
  1766. o67 = Create("Part",{
  1767. ["Parent"] = o1,
  1768. ["Material"] = Enum.Material.Foil,
  1769. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1770. ["Position"] = Vector3.new(-20.2030563, 1.00003195, 4840.7041),
  1771. ["Anchored"] = true,
  1772. ["CFrame"] = CFrame.new(-20.2030563, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1773. ["FormFactor"] = Enum.FormFactor.Custom,
  1774. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1775. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1776. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1777. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1778. })
  1779. o68 = Create("Script",{
  1780. ["Parent"] = o67,
  1781. })
  1782. table.insert(cors,coroutine.create(function()
  1783. wait()
  1784. runDummyScript(function()
  1785. local Brick = script.Parent
  1786. while true do
  1787. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1788. wait(0.8)
  1789. end
  1790. end,o68)
  1791. end))
  1792. o69 = Create("Part",{
  1793. ["Parent"] = o1,
  1794. ["Material"] = Enum.Material.Foil,
  1795. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1796. ["Position"] = Vector3.new(14.3969421, 1.00003195, 4845.60449),
  1797. ["Anchored"] = true,
  1798. ["CFrame"] = CFrame.new(14.3969421, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1799. ["FormFactor"] = Enum.FormFactor.Custom,
  1800. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1801. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1802. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1803. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1804. })
  1805. o70 = Create("Script",{
  1806. ["Parent"] = o69,
  1807. })
  1808. table.insert(cors,coroutine.create(function()
  1809. wait()
  1810. runDummyScript(function()
  1811. local Brick = script.Parent
  1812. while true do
  1813. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1814. wait(0.8)
  1815. end
  1816. end,o70)
  1817. end))
  1818. o71 = Create("Part",{
  1819. ["Parent"] = o1,
  1820. ["Material"] = Enum.Material.Foil,
  1821. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1822. ["Position"] = Vector3.new(18.5969391, 1.00002897, 4826.00391),
  1823. ["Anchored"] = true,
  1824. ["CFrame"] = CFrame.new(18.5969391, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1825. ["FormFactor"] = Enum.FormFactor.Custom,
  1826. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  1827. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1828. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1829. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1830. })
  1831. o72 = Create("Script",{
  1832. ["Parent"] = o71,
  1833. })
  1834. table.insert(cors,coroutine.create(function()
  1835. wait()
  1836. runDummyScript(function()
  1837. local Brick = script.Parent
  1838. while true do
  1839. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1840. wait(0.8)
  1841. end
  1842. end,o72)
  1843. end))
  1844. o73 = Create("Part",{
  1845. ["Parent"] = o1,
  1846. ["Material"] = Enum.Material.Foil,
  1847. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1848. ["Position"] = Vector3.new(9.49694157, 1.00002897, 4826.00391),
  1849. ["Anchored"] = true,
  1850. ["CFrame"] = CFrame.new(9.49694157, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1851. ["FormFactor"] = Enum.FormFactor.Custom,
  1852. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1853. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1854. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1855. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1856. })
  1857. o74 = Create("Script",{
  1858. ["Parent"] = o73,
  1859. })
  1860. table.insert(cors,coroutine.create(function()
  1861. wait()
  1862. runDummyScript(function()
  1863. local Brick = script.Parent
  1864. while true do
  1865. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1866. wait(0.8)
  1867. end
  1868. end,o74)
  1869. end))
  1870. o75 = Create("Part",{
  1871. ["Parent"] = o1,
  1872. ["Material"] = Enum.Material.Foil,
  1873. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1874. ["Position"] = Vector3.new(-10.4030561, 1.00003195, 4840.7041),
  1875. ["Anchored"] = true,
  1876. ["CFrame"] = CFrame.new(-10.4030561, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1877. ["FormFactor"] = Enum.FormFactor.Custom,
  1878. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1879. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1880. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1881. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1882. })
  1883. o76 = Create("Script",{
  1884. ["Parent"] = o75,
  1885. })
  1886. table.insert(cors,coroutine.create(function()
  1887. wait()
  1888. runDummyScript(function()
  1889. local Brick = script.Parent
  1890. while true do
  1891. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1892. wait(0.8)
  1893. end
  1894. end,o76)
  1895. end))
  1896. o77 = Create("Part",{
  1897. ["Parent"] = o1,
  1898. ["Material"] = Enum.Material.Foil,
  1899. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1900. ["Position"] = Vector3.new(-0.503057003, 1.00003195, 4840.7041),
  1901. ["Anchored"] = true,
  1902. ["CFrame"] = CFrame.new(-0.503057003, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1903. ["FormFactor"] = Enum.FormFactor.Custom,
  1904. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1905. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1906. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1907. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1908. })
  1909. o78 = Create("Script",{
  1910. ["Parent"] = o77,
  1911. })
  1912. table.insert(cors,coroutine.create(function()
  1913. wait()
  1914. runDummyScript(function()
  1915. local Brick = script.Parent
  1916. while true do
  1917. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1918. wait(0.8)
  1919. end
  1920. end,o78)
  1921. end))
  1922. o79 = Create("Part",{
  1923. ["Parent"] = o1,
  1924. ["Material"] = Enum.Material.Foil,
  1925. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1926. ["Position"] = Vector3.new(4.49694204, 1.00003195, 4840.7041),
  1927. ["Anchored"] = true,
  1928. ["CFrame"] = CFrame.new(4.49694204, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1929. ["FormFactor"] = Enum.FormFactor.Custom,
  1930. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1931. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1932. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1933. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1934. })
  1935. o80 = Create("Script",{
  1936. ["Parent"] = o79,
  1937. })
  1938. table.insert(cors,coroutine.create(function()
  1939. wait()
  1940. runDummyScript(function()
  1941. local Brick = script.Parent
  1942. while true do
  1943. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1944. wait(0.8)
  1945. end
  1946. end,o80)
  1947. end))
  1948. o81 = Create("Part",{
  1949. ["Parent"] = o1,
  1950. ["Material"] = Enum.Material.Foil,
  1951. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1952. ["Position"] = Vector3.new(-5.50305605, 1.00003195, 4840.7041),
  1953. ["Anchored"] = true,
  1954. ["CFrame"] = CFrame.new(-5.50305605, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1955. ["FormFactor"] = Enum.FormFactor.Custom,
  1956. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1957. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1958. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1959. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1960. })
  1961. o82 = Create("Script",{
  1962. ["Parent"] = o81,
  1963. })
  1964. table.insert(cors,coroutine.create(function()
  1965. wait()
  1966. runDummyScript(function()
  1967. local Brick = script.Parent
  1968. while true do
  1969. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1970. wait(0.8)
  1971. end
  1972. end,o82)
  1973. end))
  1974. o83 = Create("Part",{
  1975. ["Parent"] = o1,
  1976. ["Material"] = Enum.Material.Foil,
  1977. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1978. ["Position"] = Vector3.new(14.3969421, 1.00003195, 4840.7041),
  1979. ["Anchored"] = true,
  1980. ["CFrame"] = CFrame.new(14.3969421, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1981. ["FormFactor"] = Enum.FormFactor.Custom,
  1982. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1983. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1984. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1985. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1986. })
  1987. o84 = Create("Script",{
  1988. ["Parent"] = o83,
  1989. })
  1990. table.insert(cors,coroutine.create(function()
  1991. wait()
  1992. runDummyScript(function()
  1993. local Brick = script.Parent
  1994. while true do
  1995. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1996. wait(0.8)
  1997. end
  1998. end,o84)
  1999. end))
  2000. o85 = Create("Part",{
  2001. ["Parent"] = o1,
  2002. ["Material"] = Enum.Material.Foil,
  2003. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2004. ["Position"] = Vector3.new(9.49694157, 1.00003195, 4840.7041),
  2005. ["Anchored"] = true,
  2006. ["CFrame"] = CFrame.new(9.49694157, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2007. ["FormFactor"] = Enum.FormFactor.Custom,
  2008. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2009. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2010. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2011. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2012. })
  2013. o86 = Create("Script",{
  2014. ["Parent"] = o85,
  2015. })
  2016. table.insert(cors,coroutine.create(function()
  2017. wait()
  2018. runDummyScript(function()
  2019. local Brick = script.Parent
  2020. while true do
  2021. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2022. wait(0.8)
  2023. end
  2024. end,o86)
  2025. end))
  2026. o87 = Create("Part",{
  2027. ["Parent"] = o1,
  2028. ["Material"] = Enum.Material.Foil,
  2029. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2030. ["Position"] = Vector3.new(18.5969391, 1.00003195, 4840.7041),
  2031. ["Anchored"] = true,
  2032. ["CFrame"] = CFrame.new(18.5969391, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2033. ["FormFactor"] = Enum.FormFactor.Custom,
  2034. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  2035. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2036. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2037. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2038. })
  2039. o88 = Create("Script",{
  2040. ["Parent"] = o87,
  2041. })
  2042. table.insert(cors,coroutine.create(function()
  2043. wait()
  2044. runDummyScript(function()
  2045. local Brick = script.Parent
  2046. while true do
  2047. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2048. wait(0.8)
  2049. end
  2050. end,o88)
  2051. end))
  2052. o89 = Create("Part",{
  2053. ["Parent"] = o1,
  2054. ["Material"] = Enum.Material.Foil,
  2055. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2056. ["Position"] = Vector3.new(-20.2030563, 1.00004399, 4855.4043),
  2057. ["Anchored"] = true,
  2058. ["CFrame"] = CFrame.new(-20.2030563, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2059. ["FormFactor"] = Enum.FormFactor.Custom,
  2060. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2061. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2062. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2063. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2064. })
  2065. o90 = Create("Script",{
  2066. ["Parent"] = o89,
  2067. })
  2068. table.insert(cors,coroutine.create(function()
  2069. wait()
  2070. runDummyScript(function()
  2071. local Brick = script.Parent
  2072. while true do
  2073. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2074. wait(0.8)
  2075. end
  2076. end,o90)
  2077. end))
  2078. o91 = Create("Part",{
  2079. ["Parent"] = o1,
  2080. ["Material"] = Enum.Material.Foil,
  2081. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2082. ["Position"] = Vector3.new(-15.3030539, 1.00004399, 4855.4043),
  2083. ["Anchored"] = true,
  2084. ["CFrame"] = CFrame.new(-15.3030539, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2085. ["FormFactor"] = Enum.FormFactor.Custom,
  2086. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2087. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2088. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2089. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2090. })
  2091. o92 = Create("Script",{
  2092. ["Parent"] = o91,
  2093. })
  2094. table.insert(cors,coroutine.create(function()
  2095. wait()
  2096. runDummyScript(function()
  2097. local Brick = script.Parent
  2098. while true do
  2099. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2100. wait(0.8)
  2101. end
  2102. end,o92)
  2103. end))
  2104. o93 = Create("Part",{
  2105. ["Parent"] = o1,
  2106. ["Material"] = Enum.Material.Foil,
  2107. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2108. ["Position"] = Vector3.new(-10.4030523, 1.00004399, 4855.4043),
  2109. ["Anchored"] = true,
  2110. ["CFrame"] = CFrame.new(-10.4030523, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2111. ["FormFactor"] = Enum.FormFactor.Custom,
  2112. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2113. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2114. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2115. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2116. })
  2117. o94 = Create("Script",{
  2118. ["Parent"] = o93,
  2119. })
  2120. table.insert(cors,coroutine.create(function()
  2121. wait()
  2122. runDummyScript(function()
  2123. local Brick = script.Parent
  2124. while true do
  2125. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2126. wait(0.8)
  2127. end
  2128. end,o94)
  2129. end))
  2130. o95 = Create("Part",{
  2131. ["Parent"] = o1,
  2132. ["Material"] = Enum.Material.Foil,
  2133. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2134. ["Position"] = Vector3.new(-5.5030551, 1.00004005, 4850.50439),
  2135. ["Anchored"] = true,
  2136. ["CFrame"] = CFrame.new(-5.5030551, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2137. ["FormFactor"] = Enum.FormFactor.Custom,
  2138. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2139. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2140. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2141. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2142. })
  2143. o96 = Create("Script",{
  2144. ["Parent"] = o95,
  2145. })
  2146. table.insert(cors,coroutine.create(function()
  2147. wait()
  2148. runDummyScript(function()
  2149. local Brick = script.Parent
  2150. while true do
  2151. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2152. wait(0.8)
  2153. end
  2154. end,o96)
  2155. end))
  2156. o97 = Create("Part",{
  2157. ["Parent"] = o1,
  2158. ["Material"] = Enum.Material.Foil,
  2159. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2160. ["Position"] = Vector3.new(18.5969391, 1.00004399, 4855.4043),
  2161. ["Anchored"] = true,
  2162. ["CFrame"] = CFrame.new(18.5969391, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2163. ["FormFactor"] = Enum.FormFactor.Custom,
  2164. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  2165. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2166. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2167. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2168. })
  2169. o98 = Create("Script",{
  2170. ["Parent"] = o97,
  2171. })
  2172. table.insert(cors,coroutine.create(function()
  2173. wait()
  2174. runDummyScript(function()
  2175. local Brick = script.Parent
  2176. while true do
  2177. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2178. wait(0.8)
  2179. end
  2180. end,o98)
  2181. end))
  2182. o99 = Create("Part",{
  2183. ["Parent"] = o1,
  2184. ["Material"] = Enum.Material.Foil,
  2185. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2186. ["Position"] = Vector3.new(9.49694157, 1.00004399, 4855.4043),
  2187. ["Anchored"] = true,
  2188. ["CFrame"] = CFrame.new(9.49694157, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2189. ["FormFactor"] = Enum.FormFactor.Custom,
  2190. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2191. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2192. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2193. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2194. })
  2195. o100 = Create("Script",{
  2196. ["Parent"] = o99,
  2197. })
  2198. table.insert(cors,coroutine.create(function()
  2199. wait()
  2200. runDummyScript(function()
  2201. local Brick = script.Parent
  2202. while true do
  2203. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2204. wait(0.8)
  2205. end
  2206. end,o100)
  2207. end))
  2208. o101 = Create("Part",{
  2209. ["Parent"] = o1,
  2210. ["Material"] = Enum.Material.Foil,
  2211. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2212. ["Position"] = Vector3.new(-5.5030551, 1.00004399, 4855.4043),
  2213. ["Anchored"] = true,
  2214. ["CFrame"] = CFrame.new(-5.5030551, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2215. ["FormFactor"] = Enum.FormFactor.Custom,
  2216. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2217. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2218. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2219. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2220. })
  2221. o102 = Create("Script",{
  2222. ["Parent"] = o101,
  2223. })
  2224. table.insert(cors,coroutine.create(function()
  2225. wait()
  2226. runDummyScript(function()
  2227. local Brick = script.Parent
  2228. while true do
  2229. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2230. wait(0.8)
  2231. end
  2232. end,o102)
  2233. end))
  2234. o103 = Create("Part",{
  2235. ["Parent"] = o1,
  2236. ["Material"] = Enum.Material.Foil,
  2237. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2238. ["Position"] = Vector3.new(-0.503054976, 1.00004399, 4855.4043),
  2239. ["Anchored"] = true,
  2240. ["CFrame"] = CFrame.new(-0.503054976, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2241. ["FormFactor"] = Enum.FormFactor.Custom,
  2242. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2243. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2244. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2245. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2246. })
  2247. o104 = Create("Script",{
  2248. ["Parent"] = o103,
  2249. })
  2250. table.insert(cors,coroutine.create(function()
  2251. wait()
  2252. runDummyScript(function()
  2253. local Brick = script.Parent
  2254. while true do
  2255. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2256. wait(0.8)
  2257. end
  2258. end,o104)
  2259. end))
  2260. o105 = Create("Part",{
  2261. ["Parent"] = o1,
  2262. ["Material"] = Enum.Material.Foil,
  2263. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2264. ["Position"] = Vector3.new(14.3969421, 1.00004399, 4855.4043),
  2265. ["Anchored"] = true,
  2266. ["CFrame"] = CFrame.new(14.3969421, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2267. ["FormFactor"] = Enum.FormFactor.Custom,
  2268. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2269. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2270. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2271. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2272. })
  2273. o106 = Create("Script",{
  2274. ["Parent"] = o105,
  2275. })
  2276. table.insert(cors,coroutine.create(function()
  2277. wait()
  2278. runDummyScript(function()
  2279. local Brick = script.Parent
  2280. while true do
  2281. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2282. wait(0.8)
  2283. end
  2284. end,o106)
  2285. end))
  2286. o107 = Create("Part",{
  2287. ["Parent"] = o1,
  2288. ["Material"] = Enum.Material.Foil,
  2289. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2290. ["Position"] = Vector3.new(-15.3030539, 1.00004005, 4850.50439),
  2291. ["Anchored"] = true,
  2292. ["CFrame"] = CFrame.new(-15.3030539, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2293. ["FormFactor"] = Enum.FormFactor.Custom,
  2294. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2295. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2296. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2297. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2298. })
  2299. o108 = Create("Script",{
  2300. ["Parent"] = o107,
  2301. })
  2302. table.insert(cors,coroutine.create(function()
  2303. wait()
  2304. runDummyScript(function()
  2305. local Brick = script.Parent
  2306. while true do
  2307. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2308. wait(0.8)
  2309. end
  2310. end,o108)
  2311. end))
  2312. o109 = Create("Part",{
  2313. ["Parent"] = o1,
  2314. ["Material"] = Enum.Material.Foil,
  2315. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2316. ["Position"] = Vector3.new(4.49694204, 1.00004399, 4855.4043),
  2317. ["Anchored"] = true,
  2318. ["CFrame"] = CFrame.new(4.49694204, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2319. ["FormFactor"] = Enum.FormFactor.Custom,
  2320. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2321. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2322. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2323. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2324. })
  2325. o110 = Create("Script",{
  2326. ["Parent"] = o109,
  2327. })
  2328. table.insert(cors,coroutine.create(function()
  2329. wait()
  2330. runDummyScript(function()
  2331. local Brick = script.Parent
  2332. while true do
  2333. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2334. wait(0.8)
  2335. end
  2336. end,o110)
  2337. end))
  2338. o111 = Create("Part",{
  2339. ["Parent"] = o1,
  2340. ["Material"] = Enum.Material.Foil,
  2341. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2342. ["Position"] = Vector3.new(14.3969421, 1.00004005, 4850.50439),
  2343. ["Anchored"] = true,
  2344. ["CFrame"] = CFrame.new(14.3969421, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2345. ["FormFactor"] = Enum.FormFactor.Custom,
  2346. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2347. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2348. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2349. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2350. })
  2351. o112 = Create("Script",{
  2352. ["Parent"] = o111,
  2353. })
  2354. table.insert(cors,coroutine.create(function()
  2355. wait()
  2356. runDummyScript(function()
  2357. local Brick = script.Parent
  2358. while true do
  2359. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2360. wait(0.8)
  2361. end
  2362. end,o112)
  2363. end))
  2364. o113 = Create("Part",{
  2365. ["Parent"] = o1,
  2366. ["Material"] = Enum.Material.Foil,
  2367. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2368. ["Position"] = Vector3.new(-20.2030563, 1.00004005, 4850.50439),
  2369. ["Anchored"] = true,
  2370. ["CFrame"] = CFrame.new(-20.2030563, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2371. ["FormFactor"] = Enum.FormFactor.Custom,
  2372. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2373. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2374. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2375. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2376. })
  2377. o114 = Create("Script",{
  2378. ["Parent"] = o113,
  2379. })
  2380. table.insert(cors,coroutine.create(function()
  2381. wait()
  2382. runDummyScript(function()
  2383. local Brick = script.Parent
  2384. while true do
  2385. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2386. wait(0.8)
  2387. end
  2388. end,o114)
  2389. end))
  2390. o115 = Create("Part",{
  2391. ["Parent"] = o1,
  2392. ["Material"] = Enum.Material.Foil,
  2393. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2394. ["Position"] = Vector3.new(-0.503054976, 1.00004005, 4850.50439),
  2395. ["Anchored"] = true,
  2396. ["CFrame"] = CFrame.new(-0.503054976, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2397. ["FormFactor"] = Enum.FormFactor.Custom,
  2398. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2399. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2400. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2401. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2402. })
  2403. o116 = Create("Script",{
  2404. ["Parent"] = o115,
  2405. })
  2406. table.insert(cors,coroutine.create(function()
  2407. wait()
  2408. runDummyScript(function()
  2409. local Brick = script.Parent
  2410. while true do
  2411. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2412. wait(0.8)
  2413. end
  2414. end,o116)
  2415. end))
  2416. o117 = Create("Part",{
  2417. ["Parent"] = o1,
  2418. ["Material"] = Enum.Material.Foil,
  2419. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2420. ["Position"] = Vector3.new(4.49694204, 1.00004005, 4850.50439),
  2421. ["Anchored"] = true,
  2422. ["CFrame"] = CFrame.new(4.49694204, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2423. ["FormFactor"] = Enum.FormFactor.Custom,
  2424. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2425. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2426. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2427. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2428. })
  2429. o118 = Create("Script",{
  2430. ["Parent"] = o117,
  2431. })
  2432. table.insert(cors,coroutine.create(function()
  2433. wait()
  2434. runDummyScript(function()
  2435. local Brick = script.Parent
  2436. while true do
  2437. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2438. wait(0.8)
  2439. end
  2440. end,o118)
  2441. end))
  2442. o119 = Create("Part",{
  2443. ["Parent"] = o1,
  2444. ["Material"] = Enum.Material.Foil,
  2445. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2446. ["Position"] = Vector3.new(-10.4030523, 1.00004005, 4850.50439),
  2447. ["Anchored"] = true,
  2448. ["CFrame"] = CFrame.new(-10.4030523, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2449. ["FormFactor"] = Enum.FormFactor.Custom,
  2450. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2451. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2452. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2453. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2454. })
  2455. o120 = Create("Script",{
  2456. ["Parent"] = o119,
  2457. })
  2458. table.insert(cors,coroutine.create(function()
  2459. wait()
  2460. runDummyScript(function()
  2461. local Brick = script.Parent
  2462. while true do
  2463. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2464. wait(0.8)
  2465. end
  2466. end,o120)
  2467. end))
  2468. o121 = Create("Part",{
  2469. ["Parent"] = o1,
  2470. ["Material"] = Enum.Material.Foil,
  2471. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2472. ["Position"] = Vector3.new(9.49694157, 1.00004005, 4850.50439),
  2473. ["Anchored"] = true,
  2474. ["CFrame"] = CFrame.new(9.49694157, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2475. ["FormFactor"] = Enum.FormFactor.Custom,
  2476. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2477. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2478. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2479. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2480. })
  2481. o122 = Create("Script",{
  2482. ["Parent"] = o121,
  2483. })
  2484. table.insert(cors,coroutine.create(function()
  2485. wait()
  2486. runDummyScript(function()
  2487. local Brick = script.Parent
  2488. while true do
  2489. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2490. wait(0.8)
  2491. end
  2492. end,o122)
  2493. end))
  2494. o123 = Create("Part",{
  2495. ["Parent"] = o1,
  2496. ["Material"] = Enum.Material.Foil,
  2497. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2498. ["Position"] = Vector3.new(-15.3030539, 1.00003803, 4835.8042),
  2499. ["Anchored"] = true,
  2500. ["CFrame"] = CFrame.new(-15.3030539, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2501. ["FormFactor"] = Enum.FormFactor.Custom,
  2502. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2503. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2504. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2505. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2506. })
  2507. o124 = Create("Script",{
  2508. ["Parent"] = o123,
  2509. })
  2510. table.insert(cors,coroutine.create(function()
  2511. wait()
  2512. runDummyScript(function()
  2513. local Brick = script.Parent
  2514. while true do
  2515. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2516. wait(0.8)
  2517. end
  2518. end,o124)
  2519. end))
  2520. o125 = Create("Part",{
  2521. ["Parent"] = o1,
  2522. ["Material"] = Enum.Material.Foil,
  2523. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2524. ["Position"] = Vector3.new(-0.503054976, 1.00003803, 4835.8042),
  2525. ["Anchored"] = true,
  2526. ["CFrame"] = CFrame.new(-0.503054976, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2527. ["FormFactor"] = Enum.FormFactor.Custom,
  2528. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2529. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2530. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2531. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2532. })
  2533. o126 = Create("Script",{
  2534. ["Parent"] = o125,
  2535. })
  2536. table.insert(cors,coroutine.create(function()
  2537. wait()
  2538. runDummyScript(function()
  2539. local Brick = script.Parent
  2540. while true do
  2541. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2542. wait(0.8)
  2543. end
  2544. end,o126)
  2545. end))
  2546. o127 = Create("Part",{
  2547. ["Parent"] = o1,
  2548. ["Material"] = Enum.Material.Foil,
  2549. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2550. ["Position"] = Vector3.new(14.3969421, 1.00003803, 4835.8042),
  2551. ["Anchored"] = true,
  2552. ["CFrame"] = CFrame.new(14.3969421, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2553. ["FormFactor"] = Enum.FormFactor.Custom,
  2554. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2555. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2556. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2557. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2558. })
  2559. o128 = Create("Script",{
  2560. ["Parent"] = o127,
  2561. })
  2562. table.insert(cors,coroutine.create(function()
  2563. wait()
  2564. runDummyScript(function()
  2565. local Brick = script.Parent
  2566. while true do
  2567. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2568. wait(0.8)
  2569. end
  2570. end,o128)
  2571. end))
  2572. o129 = Create("Part",{
  2573. ["Parent"] = o1,
  2574. ["Material"] = Enum.Material.Foil,
  2575. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2576. ["Position"] = Vector3.new(9.49694157, 1.00003803, 4835.8042),
  2577. ["Anchored"] = true,
  2578. ["CFrame"] = CFrame.new(9.49694157, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2579. ["FormFactor"] = Enum.FormFactor.Custom,
  2580. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2581. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2582. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2583. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2584. })
  2585. o130 = Create("Script",{
  2586. ["Parent"] = o129,
  2587. })
  2588. table.insert(cors,coroutine.create(function()
  2589. wait()
  2590. runDummyScript(function()
  2591. local Brick = script.Parent
  2592. while true do
  2593. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2594. wait(0.8)
  2595. end
  2596. end,o130)
  2597. end))
  2598. o131 = Create("Part",{
  2599. ["Parent"] = o1,
  2600. ["Material"] = Enum.Material.Foil,
  2601. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2602. ["Position"] = Vector3.new(-5.5030551, 1.00003803, 4835.8042),
  2603. ["Anchored"] = true,
  2604. ["CFrame"] = CFrame.new(-5.5030551, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2605. ["FormFactor"] = Enum.FormFactor.Custom,
  2606. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2607. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2608. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2609. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2610. })
  2611. o132 = Create("Script",{
  2612. ["Parent"] = o131,
  2613. })
  2614. table.insert(cors,coroutine.create(function()
  2615. wait()
  2616. runDummyScript(function()
  2617. local Brick = script.Parent
  2618. while true do
  2619. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2620. wait(0.8)
  2621. end
  2622. end,o132)
  2623. end))
  2624. o133 = Create("Part",{
  2625. ["Parent"] = o1,
  2626. ["Material"] = Enum.Material.Foil,
  2627. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2628. ["Position"] = Vector3.new(4.49694204, 1.00003803, 4835.8042),
  2629. ["Anchored"] = true,
  2630. ["CFrame"] = CFrame.new(4.49694204, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2631. ["FormFactor"] = Enum.FormFactor.Custom,
  2632. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2633. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2634. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2635. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2636. })
  2637. o134 = Create("Script",{
  2638. ["Parent"] = o133,
  2639. })
  2640. table.insert(cors,coroutine.create(function()
  2641. wait()
  2642. runDummyScript(function()
  2643. local Brick = script.Parent
  2644. while true do
  2645. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2646. wait(0.8)
  2647. end
  2648. end,o134)
  2649. end))
  2650. o135 = Create("Part",{
  2651. ["Parent"] = o1,
  2652. ["Material"] = Enum.Material.Foil,
  2653. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2654. ["Position"] = Vector3.new(-20.2030563, 1.00003803, 4835.8042),
  2655. ["Anchored"] = true,
  2656. ["CFrame"] = CFrame.new(-20.2030563, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2657. ["FormFactor"] = Enum.FormFactor.Custom,
  2658. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2659. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2660. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2661. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2662. })
  2663. o136 = Create("Script",{
  2664. ["Parent"] = o135,
  2665. })
  2666. table.insert(cors,coroutine.create(function()
  2667. wait()
  2668. runDummyScript(function()
  2669. local Brick = script.Parent
  2670. while true do
  2671. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2672. wait(0.8)
  2673. end
  2674. end,o136)
  2675. end))
  2676. o137 = Create("Part",{
  2677. ["Parent"] = o1,
  2678. ["Material"] = Enum.Material.Foil,
  2679. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2680. ["Position"] = Vector3.new(-10.4030523, 1.00003803, 4835.8042),
  2681. ["Anchored"] = true,
  2682. ["CFrame"] = CFrame.new(-10.4030523, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2683. ["FormFactor"] = Enum.FormFactor.Custom,
  2684. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2685. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2686. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2687. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2688. })
  2689. o138 = Create("Script",{
  2690. ["Parent"] = o137,
  2691. })
  2692. table.insert(cors,coroutine.create(function()
  2693. wait()
  2694. runDummyScript(function()
  2695. local Brick = script.Parent
  2696. while true do
  2697. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2698. wait(0.8)
  2699. end
  2700. end,o138)
  2701. end))
  2702. o139 = Create("Part",{
  2703. ["Parent"] = o1,
  2704. ["Material"] = Enum.Material.Foil,
  2705. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2706. ["Position"] = Vector3.new(18.5969391, 1.00003803, 4835.8042),
  2707. ["Anchored"] = true,
  2708. ["CFrame"] = CFrame.new(18.5969391, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2709. ["FormFactor"] = Enum.FormFactor.Custom,
  2710. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  2711. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2712. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2713. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2714. })
  2715. o140 = Create("Script",{
  2716. ["Parent"] = o139,
  2717. })
  2718. table.insert(cors,coroutine.create(function()
  2719. wait()
  2720. runDummyScript(function()
  2721. local Brick = script.Parent
  2722. while true do
  2723. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2724. wait(0.8)
  2725. end
  2726. end,o140)
  2727. end))
  2728. o141 = Create("Part",{
  2729. ["Parent"] = o1,
  2730. ["Material"] = Enum.Material.Foil,
  2731. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2732. ["Position"] = Vector3.new(4.49694204, 1.000036, 4830.90381),
  2733. ["Anchored"] = true,
  2734. ["CFrame"] = CFrame.new(4.49694204, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2735. ["FormFactor"] = Enum.FormFactor.Custom,
  2736. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2737. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2738. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2739. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2740. })
  2741. o142 = Create("Script",{
  2742. ["Parent"] = o141,
  2743. })
  2744. table.insert(cors,coroutine.create(function()
  2745. wait()
  2746. runDummyScript(function()
  2747. local Brick = script.Parent
  2748. while true do
  2749. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2750. wait(0.8)
  2751. end
  2752. end,o142)
  2753. end))
  2754. o143 = Create("Part",{
  2755. ["Parent"] = o1,
  2756. ["Material"] = Enum.Material.Foil,
  2757. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2758. ["Position"] = Vector3.new(14.3969421, 1.000036, 4830.90381),
  2759. ["Anchored"] = true,
  2760. ["CFrame"] = CFrame.new(14.3969421, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2761. ["FormFactor"] = Enum.FormFactor.Custom,
  2762. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2763. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2764. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2765. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2766. })
  2767. o144 = Create("Script",{
  2768. ["Parent"] = o143,
  2769. })
  2770. table.insert(cors,coroutine.create(function()
  2771. wait()
  2772. runDummyScript(function()
  2773. local Brick = script.Parent
  2774. while true do
  2775. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2776. wait(0.8)
  2777. end
  2778. end,o144)
  2779. end))
  2780. o145 = Create("Part",{
  2781. ["Parent"] = o1,
  2782. ["Material"] = Enum.Material.Foil,
  2783. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2784. ["Position"] = Vector3.new(-5.5030551, 1.000036, 4830.90381),
  2785. ["Anchored"] = true,
  2786. ["CFrame"] = CFrame.new(-5.5030551, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2787. ["FormFactor"] = Enum.FormFactor.Custom,
  2788. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2789. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2790. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2791. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2792. })
  2793. o146 = Create("Script",{
  2794. ["Parent"] = o145,
  2795. })
  2796. table.insert(cors,coroutine.create(function()
  2797. wait()
  2798. runDummyScript(function()
  2799. local Brick = script.Parent
  2800. while true do
  2801. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2802. wait(0.8)
  2803. end
  2804. end,o146)
  2805. end))
  2806. o147 = Create("Part",{
  2807. ["Parent"] = o1,
  2808. ["Material"] = Enum.Material.Foil,
  2809. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2810. ["Position"] = Vector3.new(-20.2030563, 1.000036, 4830.90381),
  2811. ["Anchored"] = true,
  2812. ["CFrame"] = CFrame.new(-20.2030563, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2813. ["FormFactor"] = Enum.FormFactor.Custom,
  2814. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2815. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2816. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2817. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2818. })
  2819. o148 = Create("Script",{
  2820. ["Parent"] = o147,
  2821. })
  2822. table.insert(cors,coroutine.create(function()
  2823. wait()
  2824. runDummyScript(function()
  2825. local Brick = script.Parent
  2826. while true do
  2827. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2828. wait(0.8)
  2829. end
  2830. end,o148)
  2831. end))
  2832. o149 = Create("Part",{
  2833. ["Parent"] = o1,
  2834. ["Material"] = Enum.Material.Foil,
  2835. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2836. ["Position"] = Vector3.new(-15.3030539, 1.000036, 4830.90381),
  2837. ["Anchored"] = true,
  2838. ["CFrame"] = CFrame.new(-15.3030539, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2839. ["FormFactor"] = Enum.FormFactor.Custom,
  2840. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2841. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2842. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2843. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2844. })
  2845. o150 = Create("Script",{
  2846. ["Parent"] = o149,
  2847. })
  2848. table.insert(cors,coroutine.create(function()
  2849. wait()
  2850. runDummyScript(function()
  2851. local Brick = script.Parent
  2852. while true do
  2853. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2854. wait(0.8)
  2855. end
  2856. end,o150)
  2857. end))
  2858. o151 = Create("Part",{
  2859. ["Parent"] = o1,
  2860. ["Material"] = Enum.Material.Foil,
  2861. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2862. ["Position"] = Vector3.new(9.49694157, 1.000036, 4830.90381),
  2863. ["Anchored"] = true,
  2864. ["CFrame"] = CFrame.new(9.49694157, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2865. ["FormFactor"] = Enum.FormFactor.Custom,
  2866. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2867. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2868. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2869. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2870. })
  2871. o152 = Create("Script",{
  2872. ["Parent"] = o151,
  2873. })
  2874. table.insert(cors,coroutine.create(function()
  2875. wait()
  2876. runDummyScript(function()
  2877. local Brick = script.Parent
  2878. while true do
  2879. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2880. wait(0.8)
  2881. end
  2882. end,o152)
  2883. end))
  2884. o153 = Create("Part",{
  2885. ["Parent"] = o1,
  2886. ["Material"] = Enum.Material.Foil,
  2887. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2888. ["Position"] = Vector3.new(18.5969391, 1.000036, 4830.90381),
  2889. ["Anchored"] = true,
  2890. ["CFrame"] = CFrame.new(18.5969391, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2891. ["FormFactor"] = Enum.FormFactor.Custom,
  2892. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  2893. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2894. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2895. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2896. })
  2897. o154 = Create("Script",{
  2898. ["Parent"] = o153,
  2899. })
  2900. table.insert(cors,coroutine.create(function()
  2901. wait()
  2902. runDummyScript(function()
  2903. local Brick = script.Parent
  2904. while true do
  2905. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2906. wait(0.8)
  2907. end
  2908. end,o154)
  2909. end))
  2910. o155 = Create("Part",{
  2911. ["Parent"] = o1,
  2912. ["Material"] = Enum.Material.Foil,
  2913. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2914. ["Position"] = Vector3.new(-10.4030523, 1.000036, 4830.90381),
  2915. ["Anchored"] = true,
  2916. ["CFrame"] = CFrame.new(-10.4030523, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2917. ["FormFactor"] = Enum.FormFactor.Custom,
  2918. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2919. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2920. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2921. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2922. })
  2923. o156 = Create("Script",{
  2924. ["Parent"] = o155,
  2925. })
  2926. table.insert(cors,coroutine.create(function()
  2927. wait()
  2928. runDummyScript(function()
  2929. local Brick = script.Parent
  2930. while true do
  2931. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2932. wait(0.8)
  2933. end
  2934. end,o156)
  2935. end))
  2936. o157 = Create("Part",{
  2937. ["Parent"] = o1,
  2938. ["Material"] = Enum.Material.Foil,
  2939. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2940. ["Position"] = Vector3.new(-0.503054976, 1.000036, 4830.90381),
  2941. ["Anchored"] = true,
  2942. ["CFrame"] = CFrame.new(-0.503054976, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2943. ["FormFactor"] = Enum.FormFactor.Custom,
  2944. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2945. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2946. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2947. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2948. })
  2949. o158 = Create("Script",{
  2950. ["Parent"] = o157,
  2951. })
  2952. table.insert(cors,coroutine.create(function()
  2953. wait()
  2954. runDummyScript(function()
  2955. local Brick = script.Parent
  2956. while true do
  2957. Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2958. wait(0.8)
  2959. end
  2960. end,o158)
  2961. end))
  2962. o159 = Create("Part",{
  2963. ["Parent"] = o1,
  2964. ["Material"] = Enum.Material.Concrete,
  2965. ["BrickColor"] = BrickColor.new("Really black"),
  2966. ["Position"] = Vector3.new(-5.12959003, 9.50002766, 4808.76807),
  2967. ["Anchored"] = true,
  2968. ["CFrame"] = CFrame.new(-5.12959003, 9.50002766, 4808.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2969. ["FormFactor"] = Enum.FormFactor.Custom,
  2970. ["Size"] = Vector3.new(52, 19, 1),
  2971. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2972. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2973. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2974. })
  2975. o160 = Create("Part",{
  2976. ["Name"] = "TP",
  2977. ["Parent"] = o1,
  2978. ["Transparency"] = 1,
  2979. ["Position"] = Vector3.new(-1.34867501, 19.6000271, 4830.26855),
  2980. ["Anchored"] = true,
  2981. ["CFrame"] = CFrame.new(-1.34867501, 19.6000271, 4830.26855, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2982. ["CanCollide"] = false,
  2983. ["Locked"] = true,
  2984. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2985. ["Size"] = Vector3.new(4, 1, 2),
  2986. })
  2987. o161 = Create("Part",{
  2988. ["Name"] = "Portal",
  2989. ["Parent"] = o1,
  2990. ["Transparency"] = 1,
  2991. ["Position"] = Vector3.new(-10, 0.500001013, 39.5),
  2992. ["Anchored"] = true,
  2993. ["CFrame"] = CFrame.new(-10, 0.500001013, 39.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2994. ["CanCollide"] = false,
  2995. ["Locked"] = true,
  2996. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2997. ["Size"] = Vector3.new(14, 0.200000003, 15),
  2998. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2999. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3000. })
  3001. o162 = Create("Decal",{
  3002. ["Parent"] = o161,
  3003. ["Texture"] = "http://www.roblox.com/asset/?id=34042861",
  3004. ["Face"] = Enum.NormalId.Top,
  3005. })
  3006. o163 = Create("Script",{
  3007. ["Parent"] = o161,
  3008. })
  3009. table.insert(cors,coroutine.create(function()
  3010. wait()
  3011. runDummyScript(function()
  3012. local Me = script.Parent
  3013. local To = script.Parent.Parent.TP
  3014. function bam(hit)
  3015. if hit.Parent:findFirstChild("TeleportBuff") == nil then
  3016. if hit.Parent:findFirstChild("Humanoid") then
  3017. if hit.Parent:findFirstChild("Torso") then
  3018. local Torso = hit.Parent:findFirstChild("Torso")
  3019. Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
  3020. local M = Instance.new("Model",hit.Parent)
  3021. M.Name = "TeleportBuff"
  3022. Me:remove()
  3023. wait(5)
  3024. if hit.Parent:findFirstChild("TeleportBuff") then
  3025. hit.Parent:findFirstChild("TeleportBuff"):remove()
  3026. end
  3027. end
  3028. end
  3029. end
  3030.  
  3031. end
  3032. Me.Touched:connect(bam)
  3033. end,o163)
  3034. end))
  3035. mas.Parent = workspace.Terrain
  3036. mas:MakeJoints()
  3037. local mas1 = mas:GetChildren()
  3038. for i=1,#mas1 do
  3039. mas1[i].Parent = workspace.Terrain
  3040. ypcall(function() mas1[i]:MakeJoints() end)
  3041. end
  3042. mas:Destroy()
  3043. for i=1,#cors do
  3044. coroutine.resume(cors[i])
  3045. end
  3046.  
  3047. end
  3048. LoadCmd("TP to House","tph","Teleports a player to the house",function(msg)
  3049. local plrs = GetPlayers(msg)
  3050. for _,plr in next,plrs do
  3051. if game.Workspace.Terrain["AERX House"] then
  3052. game.Players[plr.Name].Character.Torso.CFrame = game.Workspace.Terrain["AERX House"].TP.CFrame
  3053. end
  3054. end
  3055. end)
  3056. function HouseCmds()
  3057. Out("Load House",Colors.Black,function()
  3058. LoadHouse()
  3059. Dismiss()
  3060. end)
  3061. Out("Remove House",Colors.Black,function()
  3062. Dismiss()
  3063. if game.Workspace.Terrain:findFirstChild("AERX House") then
  3064. game.Workspace.Terrain["AERX House"]:remove()
  3065. end
  3066. end)
  3067. Out("Load Safe House",Colors.Black,function()
  3068. LoadSafeHouse()
  3069. end)
  3070. end
  3071. LoadCmd("House Options","ahouse","Creates the aerx house",function()
  3072. HouseCmds()
  3073. end)
  3074. LoadCmd("TP Safehouse","tpsh","Teleports a player to the safehouse",function(msg)
  3075. local plrs = GetPlayers(msg)
  3076. for _,plr in next,plrs do
  3077. game.Players[plr.Name].Character.Torso.CFrame = CFrame.new(42,1271,613)
  3078. end
  3079. end)
  3080. -------------------------------------------------------------------------------------------------------------------
  3081. LoadCmd("Kill", "breakjoints", "Kills a chosen Player", function(msg)
  3082. local plrs = GetPlayers(msg)
  3083. for _,plr in next,plrs do
  3084. game.Players[plr.Name].Character:BreakJoints()
  3085. end
  3086. end)
  3087. LoadCmd("Light", "pl", "Gives a play a pointlight", function(msg)
  3088. local plrs = GetPlayers(msg)
  3089. for _,plr in next,plrs do
  3090. Instance.new("PointLight",game.Players[plr.Name].Character.Torso)
  3091. end
  3092. end)
  3093. LoadCmd("Spin","spin", "Spins the player", function(msg)
  3094. local plrs = GetPlayers(msg)
  3095. for _,plr in next,plrs do
  3096. local b = Instance.new('BodyAngularVelocity')
  3097. b.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  3098. b.angularvelocity = Vector3.new(0,75, 0) ---Change speed where it says '50'
  3099. b.Parent = game.Players[plr.Name].Character.Torso
  3100.  
  3101. end
  3102. end)
  3103. LoadCmd("UnSpin","unspin", "Unspins the player", function(msg)
  3104. local plrs = GetPlayers(msg)
  3105. for _,plr in next,plrs do
  3106. if game.Players[plr.Name].Character.Torso:FindFirstChild("BodyAngularVelocity") then
  3107. game.Players[plr.Name].Character.Torso:FindFirstChild("BodyAngularVelocity"):remove()
  3108. end
  3109. end
  3110. end)
  3111.  
  3112. local PlayerColor = Color3.new(175,0,0)
  3113. local OutlineColor = PlayerColor
  3114. function Chat(Msg, Clr)
  3115.  
  3116. if Msg:sub(1,2) == "/e" then return end
  3117. if Clr == nil then Clr = ChatColor end
  3118. if Msg == nil then Msg = ";" end
  3119. Msg = Msg:gsub("","\5")
  3120. if LocalPlayer and LocalPlayer.Character and LocalPlayer.Character.Head then
  3121. if #LocalPlayer.Character.Head:children() > 15 then return end
  3122. for _,v in pairs(LocalPlayer.Character.Head:children()) do
  3123. if v.Name == "BG" then
  3124. coroutine.wrap(function()
  3125. for i = v.StudsOffset.y,v.StudsOffset.y+2,0.1 do
  3126. v.StudsOffset = Vector3.new(0,i,0)
  3127. wait()
  3128. end
  3129. wait(2)
  3130. if v:findFirstChild("TextLabel") ~= nil then
  3131. for i = 0,1,0.1 do
  3132. if v:findFirstChild("TextLabel") == nil then break end
  3133. v.TextLabel.TextTransparency = i
  3134. v.TextLabel.TextStrokeTransparency = i
  3135. wait()
  3136. end
  3137. end
  3138. v:Destroy()
  3139. end)()
  3140. end
  3141. end
  3142. if ChatGui == false then
  3143. return
  3144. elseif ChatGui == true then
  3145. local BG = Instance.new("BillboardGui", Player.Character.Head)
  3146. BG.Name = "BG"
  3147. BG.Size = UDim2.new(2,0,3,0)
  3148. BG.StudsOffset = Vector3.new(0,1,0)
  3149. BG.SizeOffset = Vector2.new(0,.1)
  3150. local TL = Instance.new("TextLabel", BG)
  3151. TL.Text = Msg
  3152. TL.BackgroundTransparency = 1
  3153. TL.Size = UDim2.new(0,50,0,50)
  3154. TL.BackgroundColor3 = Color3.new(0,0,0)
  3155. TL.Size = UDim2.new(1,0,.6,0)
  3156. TL.Font = "SourceSansBold"
  3157. TL.FontSize = "Size24"
  3158. TL.TextStrokeTransparency = 0.4
  3159. TL.TextStrokeColor3 = Color3.new(255,255,255)
  3160. if Clr ~= "Random" then
  3161. TL.TextColor = BrickColor.new(Clr)
  3162. elseif Clr == "Random" then
  3163. TL.TextColor = BrickColor.random()
  3164. end
  3165. coroutine.wrap(function()
  3166. wait(5)
  3167. if TL ~= nil then
  3168. for i = 0,1,0.1 do
  3169. if TL == nil then break end
  3170. TL.TextTransparency = i
  3171. TL.TextStrokeTransparency = i
  3172. TL.TextColor = BrickColor.random()
  3173. wait()
  3174. end
  3175. end
  3176.  
  3177. BG:Destroy()
  3178. end)()
  3179. while TL~= nil do
  3180. TL.TextStrokeColor3 = Color3.new(0,0,0)
  3181. wait(0.1)
  3182. end
  3183. end
  3184. end
  3185. end
  3186.  
  3187. ---------------------------------------------------
  3188.  
  3189.  
  3190. LoadCmd("Block", "rek", "Block's a player's sb", function(msg)
  3191. local plrs = GetPlayers(msg)
  3192. for _,plr in next,plrs do
  3193. game.Players[plr.Name]:ClearAllChildren()
  3194. end
  3195. end)
  3196. LoadCmd("nclip","nclip","noclip",
  3197. function()
  3198. repeat wait(1/44) until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Humanoid") and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer:GetMouse() and game.Workspace.CurrentCamera local mouse = game.Players.LocalPlayer:GetMouse() local torso = game.Players.LocalPlayer.Character.Torso local dir = {w = 0, s = 0, a = 0, d = 0} local spd = 2 mouse.KeyDown:connect(function(key) if key:lower() == "w" then dir.w = 1 elseif key:lower() == "s" then dir.s = 1 elseif key:lower() == "a" then dir.a = 1 elseif key:lower() == "d" then dir.d = 1 elseif key:lower() == "q" then spd = spd + 1 elseif key:lower() == "e" then spd = spd - 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then dir.w = 0 elseif key:lower() == "s" then dir.s = 0 elseif key:lower() == "a" then dir.a = 0 elseif key:lower() == "d" then dir.d = 0 end end) torso.Anchored = true game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true game.Players.LocalPlayer.Character.Humanoid.Changed:connect(function() game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true end) repeat wait(1/44) torso.CFrame = CFrame.new(torso.Position, game.Workspace.CurrentCamera.CoordinateFrame.p) * CFrame.Angles(0,math.rad(180),0) * CFrame.new((dir.d-dir.a)*spd,0,(dir.s-dir.w)*spd) until nil
  3199. end
  3200. )
  3201. LoadCmd("Day", "day", "Makes the time day", function()
  3202. game.Lighting.TimeOfDay = "12:00:00"
  3203. end)
  3204.  
  3205. LoadCmd("Night", "night", "Makes the time night", function()
  3206. game.Lighting.TimeOfDay = "00:00:00"
  3207. end)
  3208.  
  3209. LoadCmd("Midnight", "midnight", "Makes the time midnight", function()
  3210. game.Lighting.TimeOfDay = "06:00:00"
  3211. end)
  3212.  
  3213. LoadCmd("Teleport", "tp", "Teleports you to a player",function(msg)
  3214. local plrs = GetPlayers(msg)
  3215. for _,plr in next,plrs do
  3216. local Nam = plr.Name
  3217. Player.Character.Torso.CFrame = plr.Character.Torso.CFrame
  3218. end
  3219. end)
  3220. LoadCmd("Skydive","skydive","Makes a player skydive",function(msg)
  3221. local plrs = GetPlayers(msg)
  3222. for _,plr in next ,plrs do
  3223. Skydive(plr)
  3224. end
  3225. end)
  3226.  
  3227. function Remove()
  3228. Dismiss()
  3229. ChatGui = false
  3230. for i = 0,50,1 do
  3231. pcall(function()
  3232. for j,k in pairs(getfenv(i)) do
  3233. getfenv(i)[j] = nil
  3234. end
  3235. end)
  3236. end
  3237. end
  3238.  
  3239. LoadCmd("Remove","disableae2x","Remove the script",
  3240. function()
  3241. Remove()
  3242. end)
  3243.  
  3244. LoadCmd("Fire", "fi", "Sets a player on fire",function(msg)
  3245. local plrs = GetPlayers(msg)
  3246. for _,plr in next,plrs do
  3247. local Nam = plr.Name
  3248. local F = Instance.new("Fire")
  3249. F.Parent = plr.Character.Torso
  3250. Chat("Given Fire to: "..plr.Name"!")
  3251. end
  3252. end)
  3253.  
  3254. LoadCmd("Sparkles", "spa", "Gives a player sparkles",function(msg)
  3255. local plrs = GetPlayers(msg)
  3256. for _,plr in next,plrs do
  3257. local F = Instance.new("Sparkles")
  3258. F.Parent = plr.Character.Torso
  3259. Chat("Given Sparkles")
  3260. end
  3261. end)
  3262.  
  3263. LoadCmd("ClearBackpack", "cback", "Clears a players backpack",function(msg)
  3264. local plrs = GetPlayers(msg)
  3265. for _,plr in next,plrs do
  3266. plr.Backpack:ClearAllChildren()
  3267. end
  3268. end)
  3269.  
  3270. LoadCmd("ForceField", "ff", "Gives a player a ForceField",function(msg)
  3271. local plrs = GetPlayers(msg)
  3272. for _,plr in next,plrs do
  3273. local F = Instance.new("ForceField")
  3274. F.Parent = plr.Character
  3275. Chat("Given FF!")
  3276. end
  3277. end)
  3278.  
  3279. LoadCmd("Fix Chat","fixc","Fixes the chat",function()
  3280. Chat("Fixed Chat","Lime green")
  3281. end)
  3282.  
  3283. LoadCmd("RemoveFire", "rfia", "Removes fire from a player",function(msg)
  3284. local plrs = GetPlayers(msg)
  3285. for _,plr in next,plrs do
  3286. for _,Child in pairs(plr["Character"].Torso:GetChildren()) do
  3287. if Child:IsA("Fire") then
  3288. Child:Destroy()
  3289. end
  3290. end
  3291. end
  3292. end)
  3293.  
  3294.  
  3295. LoadCmd("RemoveSparkles", "rsp", "Removes Sparkles From A Player",function(msg)
  3296. local plrs = GetPlayers(msg)
  3297. for _,plr in next,plrs do
  3298. for _,Child in pairs(plr["Character"].Torso:GetChildren()) do
  3299. if Child:IsA("Sparkles") then
  3300. Child:Destroy()
  3301. end
  3302. end
  3303. end
  3304. end)
  3305.  
  3306. LoadCmd("RemoveForceField", "rff", "Removes ff from a player",function(msg)
  3307. local plrs = GetPlayers(msg)
  3308. for _,plr in next,plrs do
  3309. for _,Child in pairs(plr["Character"]:GetChildren()) do
  3310. if Child:IsA("ForceField") then
  3311. Child:Destroy()
  3312. end
  3313. end
  3314. end
  3315. end)
  3316.  
  3317. LoadCmd("God", "go", "Makes a player god",function(msg)
  3318. local plrs = GetPlayers(msg)
  3319. for _,plr in next,plrs do
  3320. plr.Character.Humanoid.MaxHealth = math.huge
  3321. plr.Character.Humanoid.Health = math.huge
  3322. Chat("Goded Player!")
  3323.  
  3324. end
  3325. end)
  3326.  
  3327. LoadCmd("Remove god", "rgo", "Remove god from a player",function(msg)
  3328. local plrs = GetPlayers(msg)
  3329. for _,plr in next,plrs do
  3330. plr.Character.Humanoid.MaxHealth = 100
  3331. plr.Character.Humanoid.Health = 100
  3332. GraphicalEffects.CrystalRing({base_part=plr.Character.Torso, crystal_color = BrickColor.new("Really red"), float_duration = 0.2})
  3333. end
  3334. end)
  3335.  
  3336. LoadCmd("Playerinfo", "get", "Shows a players information",function(msg)
  3337. local plrs = GetPlayers(msg)
  3338. for _,plr in next,plrs do
  3339. Out("Age: "..plr.AccountAge, Colors.Magenta)
  3340. Out("Membership: "..plr.MembershipType.Name, Colors.Magenta)
  3341. Out("Player: "..plr.Name, Colors.Magenta)
  3342. Out("Id: "..plr.userId, Colors.Magenta)
  3343. Out("Camera Mode: "..plr.CameraMode.Name, Colors.Magenta)
  3344. Out("This is "..plr.."'s info", Colors.Magenta)
  3345. Chat("Found info!")
  3346. end
  3347. end)
  3348.  
  3349. Services = {
  3350. game:GetService("Workspace"),
  3351. game:GetService("Players"),
  3352. game:GetService("Lighting"),
  3353. game:GetService("StarterPack"),
  3354. game:GetService("StarterGui"),
  3355. game:GetService("Teams"),
  3356. game:GetService("SoundService"),
  3357. game:GetService("Debris"),
  3358. game:GetService("InsertService"),
  3359. game:GetService("RunService"),
  3360. game:GetService("Chat"),
  3361. game:GetService("TeleportService"),
  3362. game:GetService("Geometry"),
  3363. game:GetService("MarketplaceService"),
  3364. game:GetService("BadgeService"),
  3365. game:GetService("FriendService"),
  3366. }
  3367. function Explore(Item)
  3368. Dismiss()
  3369. if(Item==nil)then
  3370. for _,v in pairs(Services)do
  3371. Out(tostring(v),Colors.Black,function() wait() Explore(v) end)
  3372. end;
  3373. else
  3374. f={
  3375. ['View children']=function()
  3376. Dismiss()
  3377. for _,v in pairs(Item:children())do
  3378. Out(v.Name,Colors.Black,function()
  3379. wait()
  3380. Explore(v)
  3381. end);
  3382. end;
  3383. end;
  3384. ['View parent']=function()
  3385. wait()
  3386. Explore(Item.Parent)
  3387. end;
  3388. ['Destroy']=function()
  3389. Item:Destroy();
  3390. Explore(Item.Parent);
  3391. end;
  3392. ['Clear']=function()
  3393. Item:ClearAllChildren()
  3394. end;
  3395.  
  3396. ['Clone']=function()
  3397. pcall(function()
  3398. cloneableObj = Item:clone()
  3399. end)
  3400. end;
  3401. ['Remove']=function()
  3402. Item:remove()
  3403. end;
  3404. ['Paste']=function()
  3405. if cloneableObj then
  3406. cloneableObj.Parent = Item
  3407. end
  3408. end;
  3409. };
  3410. for i,v in pairs(f)do
  3411. Out(tostring(i),Colors.Red,v);
  3412. end;
  3413. Out('Item Name: \''..tostring(Item.Name)..'\'',Colors.Blue,nil);
  3414. Out('Class: \''..tostring(Item.ClassName)..'\'',Colors.Blue,nil);
  3415. if cloneableObj then
  3416. Out('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',Colors.Blue,nil);
  3417. end
  3418. end;
  3419. end;
  3420.  
  3421. LoadCmd("Explore","expl","Explore the game",
  3422. function()
  3423. Explore()
  3424. end
  3425. )
  3426.  
  3427. LoadCmd("LoopKill", "lk", "LoopKills the player", function(msg)
  3428. local plrs = GetPlayers(msg)
  3429. for _,plr in next,plrs do
  3430. while true do
  3431. wait(1)
  3432. plr.Character:BreakJoints()
  3433. end
  3434. end
  3435. end)
  3436.  
  3437. LoadCmd("Cr".."edits ", "cr".."edit", "Cre".."dits", function(msg)
  3438. Out("C".."redits", Colors.Green)
  3439. Out("Created by:")
  3440. Out("PointCoded")
  3441. Out("nguyenjimbo")
  3442. Out("SnapGun")
  3443. Out("Nilzers")
  3444.  
  3445. end)
  3446. LoadCmd("Heal", "hl", "heals player",function(msg)
  3447.  
  3448. local plrs = GetPlayers(msg)
  3449. for _,plr in next,plrs do
  3450. plr.Character.Health = 100
  3451. end
  3452. end)
  3453.  
  3454. LoadCmd("Server Shutdown", "sd", "Shutdown a server", function(msg)
  3455. local M = Instance.new("Message")
  3456. M.Parent = game.Workspace
  3457. M.Text = "This Server has shutdown for: "..msg
  3458. wait(0.1)
  3459. game.Lighting:ClearAllChildren()
  3460. game.Players:ClearAllChildren()
  3461. end)
  3462.  
  3463. LoadCmd("Show commands","cmds", "Shows the commands",
  3464. function()
  3465. Dismiss()
  3466. wait(1)
  3467. for i,v in pairs(CMDS) do
  3468. Out(v['Name'],DefaultColor,function()
  3469. Dismiss()
  3470. Out("Viewing".." : "..v['Name'])--wait u got so many I just want to access func
  3471. Out("Usage".." : "..v['Usage'])
  3472. Out("Description".." : "..v['Description'])
  3473. end)
  3474. end
  3475. end
  3476. )
  3477. LoadCmd("Visible Tabs","vis:on", "Makes the tabs visible to others",
  3478. function()
  3479. TabsInWorkspace = true
  3480. end)
  3481. LoadCmd("Invisible Tabs","vis:off", "Makes the tabs invisible to others",
  3482. function()
  3483. TabsInWorkspace = false
  3484. end)
  3485.  
  3486. LoadCmd("Disconnect", "disc", "Disconnects the player",function(msg)
  3487. local plrs = GetPlayers(msg)
  3488. for _,plr in next,plrs do
  3489. plr:Remove()
  3490.  
  3491. end
  3492. end)
  3493. LoadCmd("Out", "out", "Shows a tablet with your desired text",function(msg) Out(msg, Colors.White) end)
  3494. LoadCmd("Dismiss", "dt", "Dismisses all your tablets",function(msg) Dismiss() end)
  3495.  
  3496. LoadCmd("Nil", "nil", "Enables or disables nil Player",function()
  3497. LoadNil()
  3498. end)
  3499. local Z = Player.PlayerGui
  3500. function LoadIcon()
  3501. if(Z:FindFirstChild("Icon")==nil) then
  3502. local G = Instance.new("ScreenGui",Z)
  3503. G.Name = "Icon"
  3504. local F = Instance.new("ImageButton", G)
  3505. F.Position = UDim2.new(1,-88,0,565)
  3506. F.BackgroundTransparency = 1
  3507. F.Image = "rbxassetid://196377547"
  3508. F.Size = UDim2.new(0,100,0,100)
  3509. F.MouseButton1Click:connect(function()
  3510. Dismiss()
  3511. Out("You Are Using AE2X",Colors.White)
  3512. Out("Made by PointCoded ,nguyenjimbo,EL0704test and FennyBunny",Colors.Black)
  3513. Out("Thank you for using AE2X",Colors.Black)
  3514. Out("WE ARE AE2X,A BETTER VERSION THAN AER7 AND AERX",Colors.White)
  3515. Out("Click Me To See Commands",Colors.Yellow, function()
  3516. Dismiss()
  3517. for i,v in pairs(CMDS) do
  3518. Out(v['Name'],Colors.Black,function()
  3519. Dismiss()
  3520. Out("Viewing".." : "..v['Name'])
  3521. Out("Usage".." : "..v['Usage'])
  3522. Out("Description".." : "..v['Description'])
  3523. end)
  3524. end
  3525.  
  3526. end)
  3527.  
  3528. end)
  3529. end
  3530. end
  3531. LoadIcon()
  3532. function onChatted(Message)
  3533. if string.sub(Message,1,3) == "/e " then Message = string.sub(Message,4) end
  3534. pcall(function()
  3535. for i,v in pairs(CMDS) do
  3536. local tosay = ";"..v['Usage']:lower()
  3537. if Message:sub(1,tosay:len()):lower() == tosay:lower() then
  3538. LoadIcon()
  3539. local Run,Error = ypcall(function()
  3540. v.Function(Message:sub(tosay:len()+2))
  3541. end)
  3542. if Error then
  3543. print("[Error]: "..tostring(Error))
  3544. end
  3545. end
  3546. end
  3547. end)
  3548. end
  3549.  
  3550.  
  3551. Colors = {
  3552. Red = Color3.new(1,0,0);
  3553. Orange = Color3.new(1,0.5,0);
  3554. Yellow = Color3.new(1,1,0);
  3555. Olive = Color3.new(0.5,1,0);
  3556. Lime = Color3.new(0,1,0);
  3557. Green = Color3.new(0,0.5,0);
  3558. BlueishGreen = Color3.new(0,1,0.5);
  3559. Aqua = Color3.new(0,1,1);
  3560. SoftBlue = Color3.new(0,0.5,1);
  3561. Blue = Color3.new(0,0,1);
  3562. Purple = Color3.new(0.5,0,0.8);
  3563. Magenta = Color3.new(0.75,0,0.75);
  3564. Pink = Color3.new(1,0,1);
  3565. White = Color3.new(1,1,1);
  3566. Grey = Color3.new(0.5,0.5,0.5);
  3567. Black = Color3.new(0,0,0);
  3568. Random = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
  3569. };
  3570. local DefaultColour = Colors.White
  3571. function Dismiss()
  3572. for _=1,100 do
  3573. pcall(function()
  3574. for i,v in pairs(Tablets) do
  3575. pcall(function() v.Part:Destroy() end)
  3576. pcall(function() Tablets[i] = nil end)
  3577. end
  3578. for i,v in pairs(HighTablets) do
  3579. pcall(function() v.Part:Destroy() end)
  3580. pcall(function() HighTablets[i] = nil end)
  3581. end
  3582. end)
  3583. end
  3584. end
  3585. Tablets = {};
  3586. function Out(Text, Color, onClicked,CanKick,OutlineEnabled,staytime)
  3587. --[[pcall(function() local a = Color.r if type(a) == "number" then Color = a end end)
  3588. pcall(function() local a = BrickColor.new(Color) if a then Color = a.Color end end)]]
  3589. if not pcall(function() local a = Color.r if type(a) ~= "number" then error() end end) then
  3590. Color = DefaultColour
  3591. end
  3592. Color = BrickColor.new(Color).Color -- 2much colors c:
  3593. if Player.Character.Torso == nil then
  3594. return
  3595. end
  3596.  
  3597. local KickMode = false
  3598. local Outline = true
  3599.  
  3600. if CanKick == nil then
  3601. KickMode = false
  3602. elseif CanKick == false then
  3603. KickMode = false
  3604. elseif CanKick == true then
  3605. KickMode = true
  3606. end
  3607.  
  3608. if OutlineEnabled == nil then
  3609. Outline = OutlineOnOrOff
  3610. elseif OutlineEnabled == false then
  3611. Outline = false
  3612. elseif OutlineEnabled == true then
  3613. Outline = true
  3614. end
  3615.  
  3616. local Insert = {}
  3617. local tab = Instance.new("Part")
  3618. if TabsInWorkspace == false then
  3619. tab.Parent = game.Workspace.CurrentCamera
  3620. else
  3621. tab.Parent = game.Workspace.Terrain
  3622. end
  3623. local light = Instance.new("PointLight", tab)
  3624. light.Enabled = true
  3625. light.Range = 15
  3626. tab.Name = tostring(math.random(-99999,99999))
  3627. tab.TopSurface = Enum.SurfaceType.Smooth
  3628. tab.LeftSurface = Enum.SurfaceType.Smooth
  3629. tab.RightSurface = Enum.SurfaceType.Smooth
  3630. tab.FrontSurface = Enum.SurfaceType.Smooth
  3631. tab.BackSurface = Enum.SurfaceType.Smooth
  3632. tab.BottomSurface = Enum.SurfaceType.Smooth
  3633. tab.FormFactor = "Custom"
  3634. tab.Size = Vector3.new(1.75, 1.75, 1.75)
  3635. tab.Anchored = true
  3636. tab.Locked = true
  3637. tab.CanCollide = false
  3638. tab.Material = "Neon"
  3639. tab.Transparency = 0
  3640. --[[local M = Instance.new("SpecialMesh")
  3641. M.Parent = LOL
  3642. M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3643. M.TextureId = "http://www.roblox.com/asset/?id=52444910"
  3644. M.Scale = Vector3.new(1,1,1)]]--
  3645. tab.Color = BrickColor.new(Color).Color
  3646. tab.CFrame = Player.Character.Head.CFrame
  3647. tab.Touched:connect(function(hit)
  3648. if KickMode == true then
  3649. if hit.Parent.Name ~= Player.Name then
  3650. for _,V in pairs(game.Players:GetPlayers()) do
  3651. if hit.Parent.Name == V.Name and V.Name ~= "EL0704test" and V.Name ~= "nguyenjimbo" and V.Name ~= "SnapGun" then
  3652. local Name = hit.Parent.Name
  3653. game.Players[Name]:remove()
  3654. end
  3655. end
  3656. end
  3657. end
  3658. end)
  3659. if Outline == true then
  3660. local BoxTrans = 0.2
  3661. local box = Instance.new("SelectionBox", tab)
  3662. box.Adornee = box.Parent
  3663. box.Transparency = BoxTrans
  3664. box.Color3 = OutlineDefault
  3665. box.SurfaceTransparency = 1
  3666. box.SurfaceColor3 = PlayerColor
  3667. box.LineThickness = 0.05
  3668. end
  3669. local gui = Instance.new("BillboardGui", tab)
  3670. gui.Adornee = tab
  3671. gui.StudsOffset = Vector3.new(0,tab.Size.Y+0.5,0)
  3672. gui.Size = UDim2.new(1,0,1,0)
  3673. local text = Instance.new("TextLabel", gui)
  3674. text.BackgroundTransparency = 1
  3675. text.Text = tostring(Text)
  3676. text.Position = UDim2.new(0.5,0,0.5,0)
  3677. text.Font = "SourceSans"
  3678. text.FontSize = "Size18"
  3679. text.TextColor3 = Color3.new(0,0,0)
  3680. text.TextStrokeTransparency = 0.4
  3681. text.TextStrokeColor3 = Color3.new(255,255,255)
  3682.  
  3683. local function DestroyThisTab()
  3684. pcall(function() tab:Destroy() end)
  3685. for i,v in pairs(Tablets) do
  3686. if v.Part.Name == tab.Name then
  3687. table.remove(Tablets, i)
  3688. end
  3689. end
  3690. end
  3691.  
  3692. local Click = Instance.new("ClickDetector", tab)
  3693. Click.MaxActivationDistance = math.huge
  3694. Click.MouseHoverEnter:connect(function(CPlayer)
  3695. if CPlayer.Name == Player.Name then
  3696. tab.Material = "Ice"
  3697. LoadIcon()
  3698. end
  3699. end)
  3700. Click.MouseHoverLeave:connect(function(CPlayer)
  3701. if CPlayer.Name == Player.Name then
  3702. tab.Material = "Neon"
  3703. LoadIcon()
  3704. end
  3705. end)
  3706. Click.MouseClick:connect(function(CPlayer)
  3707. if CPlayer.Name == Player.Name then
  3708. if onClicked == nil then
  3709. local S = Instance.new("Sound",Player.Character)
  3710. S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
  3711. S.Volume = 1
  3712. S:Play()
  3713. LoadIcon()
  3714. DestroyThisTab()
  3715. wait(1)
  3716. S:remove()
  3717.  
  3718. else
  3719. local Run,Error = ypcall(function()
  3720. onClicked()
  3721. end)
  3722. if Error then
  3723. Out(tostring(Error), Colors.Red)
  3724. end
  3725. DestroyThisTab()
  3726. local S = Instance.new("Sound",Player.Character)
  3727. S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
  3728. S.Volume = 1
  3729. S:Play()
  3730. wait(1)
  3731. S:remove()
  3732. end
  3733. end
  3734. end)
  3735. if type(staytime) == "number" then
  3736. Delay(staytime,function()
  3737. pcall(function() DestroyThisTab() end)
  3738. end)
  3739. end
  3740. Insert.Part = tab
  3741. table.insert(Tablets, Insert)
  3742. local rtn = {
  3743. tab=tab;
  3744. light=light;
  3745. box=box;
  3746. gui=gui;
  3747. text=text;
  3748. Click=Click;
  3749. Insert=Insert;
  3750. }
  3751. for i,v in pairs(rtn) do
  3752. pcall(function()
  3753. v.AncestryChanged:connect(function()
  3754. if tab.Parent ~= game.Workspace then
  3755. Delay(1,function() pcall(function() DestroyThisTab() end) end)
  3756. end
  3757. end)
  3758. end)
  3759. end
  3760. return rtn
  3761. end
  3762.  
  3763. local Rotation = 5
  3764. local RotationAddValue = 0.0005
  3765. StartRotation = function()
  3766. game:GetService("RunService").RenderStepped:connect(function()
  3767. pcall(function()
  3768. Rotation = Rotation + RotationAddValue
  3769. local AllTabs = {}
  3770. for _,tab in pairs(Tablets) do
  3771. table.insert(AllTabs, tab)
  3772. end
  3773. for i = 1, #AllTabs do
  3774. if Player.Character:FindFirstChild("Torso") then
  3775. local Position = Player.Character.Torso.Position
  3776. local Radius = (#AllTabs * 0.45) + 10
  3777. local M = (i / #AllTabs - (0.4 / #AllTabs) * Rotation * 3) * math.pi * (4/2)
  3778. local X = math.sin(M) * Radius
  3779. local Y = math.sin(Position.y)
  3780. local Z = math.cos(M) * Radius
  3781. local A = Vector3.new(X, Y, Z) + Position
  3782. local B = AllTabs[i].Part.CFrame.p
  3783. local C = A * 0.1 + B * 0.9
  3784. local Cube_Rotation = math.sin(time())
  3785. local D = CFrame.Angles(Cube_Rotation, Cube_Rotation, Cube_Rotation)
  3786. AllTabs[i].Part.CFrame = CFrame.new(C, Position) * D
  3787. end
  3788. end
  3789. end)
  3790. end)
  3791. end
  3792.  
  3793. StartRotation()
  3794. HighTablets = {};
  3795. function HighOut(Text, Color, onClicked,CanKick,OutlineEnabled,staytime)
  3796. --[[pcall(function() local a = Color.r if type(a) == "number" then Color = a end end)
  3797. pcall(function() local a = BrickColor.new(Color) if a then Color = a.Color end end)]]
  3798. if not pcall(function() local a = Color.r if type(a) ~= "number" then error() end end) then
  3799. Color = DefaultColour
  3800. end
  3801. Color = BrickColor.new(Color).Color -- 2much colors c:
  3802. if Player.Character.Torso == nil then
  3803. return
  3804. end
  3805.  
  3806. local KickMode = false
  3807. local Outline = true
  3808.  
  3809. if CanKick == nil then
  3810. KickMode = false
  3811. elseif CanKick == false then
  3812. KickMode = false
  3813. elseif CanKick == true then
  3814. KickMode = true
  3815. end
  3816.  
  3817. if OutlineEnabled == nil then
  3818. Outline = OutlineOnOrOff
  3819. elseif OutlineEnabled == false then
  3820. Outline = false
  3821. elseif OutlineEnabled == true then
  3822. Outline = true
  3823. end
  3824.  
  3825. local Insert = {}
  3826. local tab = Instance.new("Part")
  3827. if TabsInWorkspace == false then
  3828. tab.Parent = game.Workspace.CurrentCamera
  3829. else
  3830. tab.Parent = game.Workspace.Terrain
  3831. end
  3832. local light = Instance.new("PointLight", tab)
  3833. light.Enabled = true
  3834. light.Range = 15
  3835. tab.Name = tostring(math.random(-99999,99999))
  3836. tab.TopSurface = Enum.SurfaceType.Smooth
  3837. tab.LeftSurface = Enum.SurfaceType.Smooth
  3838. tab.RightSurface = Enum.SurfaceType.Smooth
  3839. tab.FrontSurface = Enum.SurfaceType.Smooth
  3840. tab.BackSurface = Enum.SurfaceType.Smooth
  3841. tab.BottomSurface = Enum.SurfaceType.Smooth
  3842. tab.FormFactor = "Custom"
  3843. tab.Size = Vector3.new(1.75, 1.75, 1.75)
  3844. tab.Anchored = true
  3845. tab.Locked = true
  3846. tab.CanCollide = false
  3847. tab.Material = "Neon"
  3848. tab.Transparency = 0
  3849. --[[local M = Instance.new("SpecialMesh")
  3850. M.Parent = LOL
  3851. M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3852. M.TextureId = "http://www.roblox.com/asset/?id=52444910"
  3853. M.Scale = Vector3.new(1,1,1)]]--
  3854. tab.Color = BrickColor.new(Color).Color
  3855. tab.CFrame = Player.Character.Head.CFrame
  3856. tab.Touched:connect(function(hit)
  3857. if KickMode == true then
  3858. if hit.Parent.Name ~= Player.Name then
  3859. for _,V in pairs(game.Players:GetPlayers()) do
  3860. if hit.Parent.Name == V.Name and V.Name ~= "EL0704test" and V.Name ~= "nguyenjimbo" and V.Name ~= "SnapGun" then
  3861. local Name = hit.Parent.Name
  3862. game.Players[Name]:remove()
  3863. end
  3864. end
  3865. end
  3866. end
  3867. end)
  3868. if Outline == true then
  3869. local BoxTrans = 0.2
  3870. local box = Instance.new("SelectionBox", tab)
  3871. box.Adornee = box.Parent
  3872. box.Transparency = BoxTrans
  3873. box.Color3 = OutlineDefault
  3874. box.SurfaceTransparency = 1
  3875. box.SurfaceColor3 = PlayerColor
  3876. box.LineThickness = 0.05
  3877. end
  3878. local gui = Instance.new("BillboardGui", tab)
  3879. gui.Adornee = tab
  3880. gui.StudsOffset = Vector3.new(0,tab.Size.Y+0.5,0)
  3881. gui.Size = UDim2.new(1,0,1,0)
  3882. local text = Instance.new("TextLabel", gui)
  3883. text.BackgroundTransparency = 1
  3884. text.Text = tostring(Text)
  3885. text.Position = UDim2.new(0.5,0,0.5,0)
  3886. text.Font = "SourceSans"
  3887. text.FontSize = "Size18"
  3888. text.TextColor3 = Color3.new(0,0,0)
  3889. text.TextStrokeTransparency = 0.4
  3890. text.TextStrokeColor3 = Color3.new(255,255,255)
  3891.  
  3892. local function DestroyThisTab()
  3893. pcall(function() tab:Destroy() end)
  3894. for i,v in pairs(HighTablets) do
  3895. if v.Part.Name == tab.Name then
  3896. table.remove(HighTablets, i)
  3897. end
  3898. end
  3899. end
  3900.  
  3901. local Click = Instance.new("ClickDetector", tab)
  3902. Click.MaxActivationDistance = math.huge
  3903. Click.MouseHoverEnter:connect(function(CPlayer)
  3904. if CPlayer.Name == Player.Name then
  3905. tab.Material = "Ice"
  3906. LoadIcon()
  3907. end
  3908. end)
  3909. Click.MouseHoverLeave:connect(function(CPlayer)
  3910. if CPlayer.Name == Player.Name then
  3911. tab.Material = "Neon"
  3912. LoadIcon()
  3913. end
  3914. end)
  3915. Click.MouseClick:connect(function(CPlayer)
  3916. if CPlayer.Name == Player.Name then
  3917. if onClicked == nil then
  3918. local S = Instance.new("Sound",Player.Character)
  3919. S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
  3920. S.Volume = 1
  3921. S:Play()
  3922. LoadIcon()
  3923. DestroyThisTab()
  3924. wait(1)
  3925. S:remove()
  3926.  
  3927. else
  3928. local Run,Error = ypcall(function()
  3929. onClicked()
  3930. end)
  3931. if Error then
  3932. Out(tostring(Error), Colors.Red)
  3933. end
  3934. DestroyThisTab()
  3935. local S = Instance.new("Sound",Player.Character)
  3936. S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
  3937. S.Volume = 1
  3938. S:Play()
  3939. wait(1)
  3940. S:remove()
  3941. end
  3942. end
  3943. end)
  3944. if type(staytime) == "number" then
  3945. Delay(staytime,function()
  3946. pcall(function() DestroyThisTab() end)
  3947. end)
  3948. end
  3949. Insert.Part = tab
  3950. table.insert(Tablets, Insert)
  3951. local rtn = {
  3952. tab=tab;
  3953. light=light;
  3954. box=box;
  3955. gui=gui;
  3956. text=text;
  3957. Click=Click;
  3958. Insert=Insert;
  3959. }
  3960. for i,v in pairs(rtn) do
  3961. pcall(function()
  3962. v.AncestryChanged:connect(function()
  3963. if tab.Parent ~= game.Workspace then
  3964. Delay(1,function() pcall(function() DestroyThisTab() end) end)
  3965. end
  3966. end)
  3967. end)
  3968. end
  3969. return rtn
  3970. end
  3971.  
  3972. local Rotation = 5
  3973. local RotationAddValue = 0.0005
  3974. StartHighRotation = function()
  3975. game:GetService("RunService").RenderStepped:connect(function()
  3976. pcall(function()
  3977. Rotation = Rotation + RotationAddValue
  3978. local AllTabs = {}
  3979. for _,tab in pairs(HighTablets) do
  3980. table.insert(AllTabs, tab)
  3981. end
  3982. for i = 1, #AllTabs do
  3983. if Player.Character:FindFirstChild("Torso") then
  3984. local Position = Player.Character.Torso.Position
  3985. local Radius = (#AllTabs * 0.45) + 10
  3986. local M = (i / #AllTabs - (0.4 / #AllTabs) * Rotation * 3) * math.pi * (4/2)
  3987. local X = math.sin(M) * Radius
  3988. local Y = math.sin(Position.y + 5)
  3989. local Z = math.cos(M) * Radius
  3990. local A = Vector3.new(X, Y, Z) + Position
  3991. local B = AllTabs[i].Part.CFrame.p
  3992. local C = A * 0.1 + B * 0.9
  3993. local Cube_Rotation = math.sin(time())
  3994. local D = CFrame.Angles(Cube_Rotation, Cube_Rotation, Cube_Rotation)
  3995. AllTabs[i].Part.CFrame = CFrame.new(C, Position) * D
  3996. end
  3997. end
  3998. end)
  3999. end)
  4000. end
  4001.  
  4002. StartHighRotation()
  4003. game.ReplicatedStorage.DescendantRemoving:connect(function(itm)
  4004. if itm.Name == "AE2XATTACH" then
  4005. wait(2)
  4006. RF = game.ReplicatedStorage:findFirstChild("AE2XATTACH") or nil
  4007. end
  4008.  
  4009. end)
  4010.  
  4011.  
  4012. LoadCmd("Version", "ver", "Shows the version", function(msg)
  4013. Out("The Version Is: "..Version.."!")
  4014. end)
  4015.  
  4016.  
  4017. LoadCmd("Vac a player","vac","Kicks a player when he enters",
  4018. function(msg)
  4019. local plrs = GetPlayers(msg)
  4020. for _,plr in next,plrs do
  4021. table.insert(vaclist,plr.Name)
  4022. Out('Banned | '..plr.Name,Colors.Black)
  4023. game.Players[plr.Name]:remove()
  4024. game.Lighting:ClearAllChildren()
  4025.  
  4026. end
  4027. end)
  4028. LoadCmd("Vaclist", "vl", "Shows The Rekt Players", function()
  4029. Dismiss()
  4030. for _,RektPlr in pairs(vaclist) do
  4031. Out(RektPlr, Colors.Black)
  4032. end
  4033. end)
  4034.  
  4035. LoadCmd("Tablet Options","taboptions","Shows the tablet options",function()
  4036. Dismiss()
  4037. wait(1)
  4038. if OutlineOnOrOff == true then
  4039. Out("Outline Is On")
  4040. end
  4041. if OutlineOnOrOff == false then
  4042. Out("Outline Is Off")
  4043. end
  4044.  
  4045. if OutlineDefault == Color3.new(75,0,0) then
  4046. Out("Outline Colour Is Red")
  4047. elseif OutlineDefault == Color3.new(85, 0, 127) then
  4048. Out("Outline Colour Is Purple")
  4049. elseif OutlineDefault == Color3.new(0, 170, 255) then
  4050. Out("Outline Colour Is Blue")
  4051. elseif OutlineDefault == Color3.new(0, 0, 0) then
  4052. Out("Outline Colour Is Black")
  4053. elseif OutlineDefault == Color3.new(255,255,255) then
  4054. Out("Outline Colour Is White")
  4055. end
  4056.  
  4057. if DefaultColour == Colors.White then
  4058. Out("Default Colour is: White")
  4059. elseif DefaultColour == Colors.Black then
  4060. Out("Default Colour is: Black")
  4061. elseif DefaultColour == Colors.Yellow then
  4062. Out("Default Colour is: Yellow")
  4063. elseif DefaultColour == Colors.Blue then
  4064. Out("Default Colour is: Blue")
  4065. elseif DefaultColour == Colors.Red then
  4066. Out("Default Colour is: Red")
  4067. end
  4068.  
  4069. Out("Change Outline Mode",Colors.Yellow,function()
  4070. Dismiss()
  4071. wait(1)
  4072. if OutlineOnOrOff == true then
  4073. Out("Turn Outline Off?",Colors.Yellow,function()
  4074. Dismiss()
  4075. OutlineOnOrOff = false
  4076. end)
  4077. end
  4078. if OutlineOnOrOff == false then
  4079. Out("Turn Outline On?",Colors.Yellow,function()
  4080. Dismiss()
  4081. OutlineOnOrOff = true
  4082. end)
  4083. end
  4084. end)
  4085. Out("Change Outline Colour",Colors.Yellow,function()
  4086. Dismiss()
  4087. wait(1)
  4088. Out("White",Colors.White,function()
  4089. OutlineDefault = Color3.new(255,255,255)
  4090. Dismiss()
  4091. end)
  4092. Out("Black",Colors.Black,function()
  4093. OutlineDefault = Color3.new(0,0,0)
  4094. Dismiss()
  4095. end)
  4096. Out("Blue",Colors.Blue,function()
  4097. OutlineDefault = Color3.new(0, 170, 255)
  4098. Dismiss()
  4099. end)
  4100. Out("Purple",Colors.Purple,function()
  4101. OutlineDefault = Color3.new(85, 0, 127)
  4102. Dismiss()
  4103. end)
  4104. Out("Red",Colors.Red,function()
  4105. OutlineDefault = Color3.new(75,0,0)
  4106. Dismiss()
  4107. end)
  4108. end)
  4109. Out("Change Default Colour",Colors.Yellow,function()
  4110. Dismiss()
  4111. wait(1)
  4112. Out("White",Colors.White,function()
  4113. DefaultColour = Colors.White
  4114. Dismiss()
  4115. end)
  4116. Out("Black",Colors.Black,function()
  4117. DefaultColour = Colors.Black
  4118. Dismiss()
  4119. end)
  4120. Out("Yellow",Colors.Yellow,function()
  4121. DefaultColour = Colors.Yellow
  4122. Dismiss()
  4123. end)
  4124. Out("Blue",Colors.Blue,function()
  4125. DefaultColour = Colors.Blue
  4126. Dismiss()
  4127. end)
  4128. Out("Red",Colors.Red,function()
  4129. DefaultColour = Colors.Red
  4130. Dismiss()
  4131. end)
  4132. end)
  4133. end)
  4134.  
  4135. LoadCmd("Freeze", "fr", "Freezes someone", function(msg)
  4136. local plrs = GetPlayers(msg)
  4137. for _,plr in next,plrs do
  4138.  
  4139. plr.Character.Torso.Anchored = true
  4140. end
  4141. end)
  4142.  
  4143. LoadCmd("Thaw", "tha", "Thaw's Someone", function(msg)
  4144. local plrs = GetPlayers(msg)
  4145. for _,plr in next,plrs do
  4146.  
  4147. plr.Character.Torso.Anchored = false
  4148. end
  4149. end)
  4150.  
  4151. LoadCmd("Set SkyBox","abox","Skybox A",
  4152. function()
  4153. function getAll(obj)
  4154. for i, v in pairs(obj:getChildren()) do
  4155. if v:IsA("BasePart") then
  4156. v.Anchored = false
  4157. v.BrickColor = BrickColor.new(0)
  4158. bv = Instance.new("BodyVelocity")
  4159. bv.Parent = v
  4160. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  4161. local s = Instance.new("SelectionBox")
  4162. s.Color = BrickColor.random()
  4163. s.Adornee = v
  4164. s.Parent = v
  4165. s.Transparency = (0.4)
  4166. end
  4167. getAll(v)
  4168. end
  4169. end
  4170. getAll(workspace)
  4171. game.Lighting.TimeOfDay = "07:00:00"
  4172. game.Lighting.Ambient = Color3.new(0,0,0)
  4173. sky = Instance.new("Sky")
  4174. sky.Parent = game.Lighting
  4175. sky.SkyboxBk = "http://www.roblox.com/asset/?id=127493466"
  4176. sky.SkyboxDn = "http://www.roblox.com/asset/?id=127493466"
  4177. sky.SkyboxFt = "http://www.roblox.com/asset/?id=127493466"
  4178. sky.SkyboxLf = "http://www.roblox.com/asset/?id=127493466"
  4179. sky.SkyboxRt = "http://www.roblox.com/asset/?id=127493466"
  4180. sky.SkyboxUp = "http://www.roblox.com/asset/?id=127493466"
  4181. end
  4182. )
  4183.  
  4184.  
  4185. LoadCmd("Fix cam","fc","Fix anyone's cam",
  4186. function(msg)
  4187. local plrs = GetPlayers(msg)
  4188. for _, plr in pairs(plrs) do
  4189. if plr and plr.Backpack then
  4190. game.Workspace.CurrentCamera:Destroy()
  4191. local cam = Instance.new("Camera", workspace)
  4192. cam.Name = "CurrentCamera"
  4193. cam.FieldOfView = 70
  4194. cam.CameraType = "Custom"
  4195. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  4196. end
  4197. end
  4198. end
  4199. )
  4200.  
  4201. LoadCmd("Kick","ki","Kick <3",
  4202. function(msg)
  4203. local plrs = GetPlayers(msg)
  4204. for _,plr in next,plrs do
  4205. wait(0.1)
  4206. if plr.Name == LocalPlayer.Name then
  4207. Out("The player you are about to kick is yourself")
  4208. Out("Are you sure you want to kick yourself?")
  4209. Out("Yes",Colors.White,function()
  4210. Dismiss()
  4211. game.Players[plr.Name]:remove()
  4212. game.Lighting:ClearAllChildren()
  4213. end)
  4214. Out("No",Colors.White,function()
  4215. Dismiss()
  4216. end)
  4217. else
  4218. game.Players[plr.Name]:remove()
  4219. game.Lighting:ClearAllChildren()
  4220. end
  4221. end
  4222. end)
  4223.  
  4224. LoadCmd("Walkspeed", "ws", "Sets your walkspeed",function(msg)
  4225. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = msg
  4226. end)
  4227.  
  4228. LoadCmd("All Scripts","as","Show all scripts", function()
  4229. local AllScripts = {}
  4230. for _,v in pairs(workspace:GetChildren()) do
  4231. if v:IsA("Script") then
  4232. table.insert(AllScripts, v.Name)
  4233. end
  4234. end
  4235. if #AllScripts > 0 then
  4236. for _,v in pairs(AllScripts) do
  4237. Out(v.." :Click to remove",Colors.White,function()
  4238. game.Workspace[v]:remove()
  4239. end)
  4240. end
  4241. Out("Remove all",Colors.Black,function()
  4242. for _,v in pairs(workspace:GetChildren()) do
  4243. if v:IsA("Script") then
  4244. v:remove()
  4245. Dismiss()
  4246. end
  4247. end
  4248. end)
  4249. else
  4250. Out('No Scripts Found',Colors.White)
  4251. end
  4252. end)
  4253.  
  4254. Player.Chatted:connect(function(msg) if string.sub(msg,1,1) == ";" then onChatted(msg) else Chat(msg) end end)
  4255.  
  4256. Out("teapot",Colors.White)
  4257. Out("ready 2 rek",Colors.Black)
  4258. Out("User: "..Player.Name,Colors.Random)
  4259. HighOut("Dismiss",Colors.Yellow,function()
  4260. Dismiss()
  4261. end)
  4262. Chat("Fully Functional","Cyan")
  4263.  
  4264. --[[Remove all rekt players already in the game]]--
  4265. for _,RektPlr in pairs(bannedlist) do
  4266. for _,Player in pairs(game.Players:GetPlayers()) do
  4267. if Player.Name == RektPlr then
  4268. Player:remove()
  4269. game.Lighting:ClearAllChildren()
  4270. end
  4271. end
  4272. end
  4273.  
  4274. plrs = game:service('Players')
  4275.  
  4276. isRekt = function(plr)
  4277. if not type(plr) == 'userdata' then return 'incorrect value type for player' end
  4278. for i,v in pairs(vaclist) do
  4279. if plr.Name:lower()==v then
  4280. wait()
  4281. plr:Kick('Rekt from this server')
  4282. end
  4283. end
  4284. end
  4285.  
  4286. plrs.PlayerAdded:connect(isRekt)
  4287.  
  4288. --[[
  4289.  
  4290. __ __ ___ ___ ___ __ __
  4291. / ` |__) |__ /\ | |__ | \ |__) \ /
  4292. \__, | \ |___ /~~\ | |___ |__/ |__) |
  4293.  
  4294. __ __ ___ __ __ __ ___ __
  4295. |__) / \ | |\ | | / ` / \ | \ |__ | \
  4296. | \__/ | | \| | \__, \__/ |__/ |___ |__/ .
  4297. '
  4298. __ ___ __ __
  4299. |\ | / _` | | \ / |__ |\ | | | |\/| |__) / \
  4300. | \| \__> \__/ | |___ | \| \__/ | | | |__) \__/ .
  4301. '
  4302. __ __ __ __
  4303. /__` |\ | /\ |__) / _` | | |\ | /\ |\ | | \
  4304. .__/ | \| /~~\ | \__> \__/ | \| /~~\ | \| |__/
  4305.  
  4306. __ ___ __ __ /
  4307. |\ | | | / |__ |__) /__` /
  4308. | \| | |___ /_ |___ | \ .__/ .
  4309. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement