Advertisement
Guest User

Untitled

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