View difference between Paste ID: bZnLeQYS and dZPP8pVn
SHOW: | | - or go back to the newest paste.
1
--Leaked by FluffyHax
2
--AE2X Stormed
3
4
--[[Created By PointCoded, nguyenjimbo, Nilzer, SnapGun and Zaidia]]--
5
																																																																																													--[[
6
 ¦¦¦¦¦+ ¦¦¦¦¦¦¦+¦¦¦¦¦¦+ ¦¦+  ¦¦+
7
¦¦+--¦¦+¦¦+----++----¦¦++¦¦+¦¦++
8
¦¦¦¦¦¦¦¦¦¦¦¦¦+   ¦¦¦¦¦++ +¦¦¦++ 
9
¦¦+--¦¦¦¦¦+--+  ¦¦+---+  ¦¦+¦¦+ 
10
¦¦¦  ¦¦¦¦¦¦¦¦¦¦+¦¦¦¦¦¦¦+¦¦++ ¦¦+
11
+-+  +-++------++------++-+  +-+
12
                                
13
																																																																																																																																							--]]
14
15
wait()
16
local Player = game.Players.LocalPlayer
17
local Char = Player.Character
18
local Camera = game.Workspace.CurrentCamera 
19
local Lighting = game.Lighting
20
local YourName = Player.Name
21
local ClickSound = "130794851"
22
local Mouse = Player:GetMouse()
23
local Players = game.Players
24
local Cam = game.Workspace.CurrentCamera
25
local OutlineOnOrOff = false
26
local UserInterface = game:service'UserInputService'
27
local bannedlist = {"TORNADO11191alt","TORNADO11191","hrocks1"}
28
local OutlineDefault = Color3.new(255,255,255)
29
local Disco = false
30
local ChatColor = "Really black"
31
local ChatGui = true
32
--[[================REDFINES================]]--
33
local LocalPlayer = Player
34
local char = Char
35
local Terrain = game.Workspace.Terrain
36
local DefaultColor = DefaultColour
37
--[[================Protections=============]]--
38
local DontTouchBypassers = {"PointCoded","nguyenjimbo","SnapGun","Nilzers","jplt","v3rm","CrE4TiioN123","AltraIncantatrix","Elttob"}
39
local EnviromentalBypassers = {"PointCoded","nguyenjimbo","SnapGun","Nilzers","jplt","v3rm","CrE4TiioN123","Elttob"}
40
local CantBeKicked = {"PointCoded","nguyenjimbo","SnapGun","Nilzers","jplt","v3rm","CrE4TiioN123","AltraIncantatrix","Elttob"}
41
--[[================Bypass==================]]--
42-
local CMDS = {};
42+
local CMDS = {}!
43
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
44
if script ~= true then
45
print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
46
else
47
print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
48
end
49
--[[[================Skydive================]]--
50
function Skydive(player)
51
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)
52
end
53
--[[[================Players================]]--
54
function GetPlayers(str)
55-
    local found = {};
55+
    local found = {}!
56
    if str == "all" then
57
        for i,v in pairs(game.Players:children()) do
58
            if v:IsA("Player") then table.insert(found,v) end
59
        end
60
    else
61
        for i,v in pairs(game.Players:children()) do
62
            if string.match(v.Name:lower(), str:lower()) and v:IsA("Player") then
63
                table.insert(found,v)
64
            end
65
        end
66
    end
67
    return found
68
end
69
70
--[[=================Cmds===================]]--
71
function LoadCmd(nme, usg, desc,func)
72
    table.insert(CMDS, {['Name']=nme, ['Usage']=usg, ['Description']=desc, ['Function']=func})
73
end
74
75
LoadCmd("Kick Tab","donttouch","Creates a tab that kicks people on touch",function(msg)
76
	Dismiss()
77
		for i=1,msg do
78
			Out("Dont Touch Me",Colors.Black,nil,true,false)
79
	end
80
end)
81
82
LoadCmd("Chat Options","chat","Shows the chat functions",function()
83
	Dismiss()
84
	Out("Chat Off",Colors.White,function()
85
	        ChatGui = false
86
	        Dismiss()
87
        end)
88
        Out("Chat On",Colors.White,function()
89
	        ChatGui = true
90
	        Dismiss()
91
        end)
92
        Out("Chat Colour",Colors.White,function()
93
			Dismiss()
94
			ShowChatColours()
95
	        end)
96
end)
97
--Created by PointCoded
98
function ShowChatColours()
99
	wait(1)
100
	Out("Black",Colors.Black,function()
101
		ChatColor = "Black"
102
		Dismiss()
103
	end)
104
	Out("Camo",Colors.Green,function()
105
		ChatColor = "Camo"
106
		Dismiss()
107
	end)
108
	Out("Cyan",Colors.Blue,function()
109
		ChatColor = "Cyan"
110
		Dismiss()
111
	end)
112
	Out("White",Colors.White,function()
113
		ChatColor = "White"
114
		Dismiss()
115
	end)
116
	Out("Royal purple",Colors.Purple,function()
117
		ChatColor = "Royal purple"
118
		Dismiss()
119
	end)
120
end
121
local SoundNumber = 0
122
local MySound = {}
123
LoadCmd("Sound","snd","Loads A Sound",function(msg)
124
	Dismiss()
125
	SoundNumber = SoundNumber + 1
126
	MySound = SoundNumber
127
	local Sound = Instance.new("Sound",game.Workspace)
128
	Sound.SoundId = "http://www.roblox.com/Asset/?id="..msg
129
	Sound:Play()
130
	game:GetService("RunService").RenderStepped:connect(function()
131
		if Sound == nil and MySound  == SoundNumber then
132
			local Sound = Instance.new("Sound",game.Workspace)
133
			Sound.SoundId = "http://www.roblox.com/Asset/?id="..msg
134
			Sound:Play()
135
		elseif Sound == nil and MySound ~= SoundNumber then
136
			Sound:Stop()
137
			Sound:Remove()
138
		elseif Sound and Sound.IsPlaying == false then
139
			Sound:Play()
140
		end
141
	end)
142
	function SoundOptions(ChosenSound) 
143
	Out("Pitch = "..ChosenSound.Pitch)
144
	Out("Volume = "..ChosenSound.Volume)
145
	Out("Pitch + .1",nil,function()
146
		ChosenSound.Pitch = ChosenSound.Pitch + .1
147
		Dismiss()
148
		wait(.1)
149
		SoundOptions(ChosenSound)
150
	end)
151
	Out("Pitch - .1",nil,function()
152
		ChosenSound.Pitch = ChosenSound.Pitch - .1
153
		Dismiss()
154
		wait(.1)
155
		SoundOptions(ChosenSound)
156
	end)
157
	Out("Volume + .1",nil,function()
158
		ChosenSound.Volume = ChosenSound.Volume + .1
159
		Dismiss()
160
		wait(.1)
161
		SoundOptions(ChosenSound)
162
	end)
163
	Out("Volume - .1",nil,function()
164
		ChosenSound.Volume = ChosenSound.Volume - .1
165
		Dismiss()
166
		wait(.1)
167
		SoundOptions(ChosenSound)
168
	end)
169
	end
170
	SoundOptions(Sound)
171
end)
172
LoadCmd("Clean", "clr", "Clears Workspace", function()
173
   for index, child in ipairs(Workspace:GetChildren()) do
174
                if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
175
                        pcall(child.Destroy, child)
176
                end
177
        end
178
        local base = Instance.new("Part")
179
        base.Anchored = true
180
	    base.BrickColor = BrickColor.new("Camo")
181
	    base.Material = "Grass"
182
        base.Locked = true
183
        base.Name = "Base"
184
        base.Size = Vector3.new(512, 1.2, 512)
185
        base.Parent = Workspace
186
end)
187
LoadCmd("MegaClear","mclr","Mega Clear",function()
188
	for _,Thing in pairs (game.Workspace.Terrain:GetChildren()) do
189
		Thing:remove()
190
	end
191
	game.Workspace.Terrain:Clear()
192
	for index, child in ipairs(Workspace:GetChildren()) do
193
                if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
194
                        pcall(child.Destroy, child)
195
                end
196
        end
197
        local base = Instance.new("Part")
198
        base.Anchored = true
199
	    base.BrickColor = BrickColor.new("Camo")
200
	    base.Material = "Grass"
201
        base.Locked = true
202
        base.Name = "Base"
203
        base.Size = Vector3.new(512, 1.2, 512)
204
        base.Parent = Workspace
205
end)
206
LoadCmd("Loop Clear","lmclr","Loop mega clear",function()
207
	for i=1,500 do
208
		wait(0.1)
209
		for _,Thing in pairs (game.Workspace.Terrain:GetChildren()) do
210
		Thing:remove()
211
	end
212
	game.Workspace.Terrain:Clear()
213
	for index, child in ipairs(Workspace:GetChildren()) do
214
                if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
215
                        pcall(child.Destroy, child)
216
                end
217
        end
218
        local base = Instance.new("Part")
219
        base.Anchored = true
220
	    base.BrickColor = BrickColor.new("Camo")
221
	    base.Material = "Grass"
222
        base.Locked = true
223
        base.Name = "Base"
224
        base.Size = Vector3.new(512, 1.2, 512)
225
        base.Parent = Workspace
226
		end
227
	end)
228
---------------------------------------------------------------------------------------------------------------
229
--[[=====Load Scripts Bit=====]]--
230
231
232
233
function ShowScripts(Player)
234
	Out("The Player Is: "..Player.Name,Colors.Black)
235
end
236
237
LoadCmd("Script List","scrlist","Shows a list of scripts you could run on a player",function(msg)
238
	local plrs = GetPlayers(msg)
239
	for _,plr in next,plrs do
240
		Dismiss()
241
		ShowScripts(plr)
242
	end
243
end)
244
---------------------------------------------------------------------------------------------------------------
245
LoadCmd("ClearA","dta","Clears Terrain and all tabs",function()
246
      Dismiss()
247
      game.Workspace.Terrain:ClearAllChildren()
248
end)
249
250
--[[Disco stuff]]--
251
function c3lerp(a,b,t)
252
return Color3.new(a.r * (1-t) + (b.r*t),a.g * (1-t) + (b.g*t),a.b * (1-t) + (b.b*t))
253
end
254
l=game:service'Lighting'
255
Colorss={
256
Color3.new(1,0,0);
257
Color3.new(0,1,0);
258
Color3.new(0,0,1);
259
Color3.new(0,1,1);
260
Color3.new(1,0,1);
261
Color3.new(1,1,0);
262
}
263
264
function ShowDisco()
265
	Out("Disco On",Colors.Black,function()
266
		Disco = true
267
		Dismiss()
268
		while Disco do
269
local k=l.Ambient
270
local b=Colorss[math.random(1,#Colorss)]
271
local slow=100
272
for i=1, slow do
273
l.Ambient=c3lerp(k,b,i/slow)
274
wait()
275
end
276
end
277
	end)
278
	Out("Disco Off",Colors.Black,function()
279
		Disco = false
280
		Dismiss()
281
		end)
282
end
283
LoadCmd("rainbow","rainbow","Disco Options",function()
284
	Dismiss()
285
	wait(1)
286
	ShowDisco()
287
	end)
288
-------------------------------------------------------------------------------------------------------------------
289
function LoadSafeHouse()
290
Create = function(itemClass,tabl)
291
local item = Instance.new(itemClass)
292
for i,v in pairs(tabl) do
293
local a,b = ypcall(function() return item[i] end)
294
if a then
295
item[i] = tabl[i]
296
end
297
end
298
return item
299
end
300
function runDummyScript(f,scri)
301
local oldenv = getfenv(f)
302
local newenv = setmetatable({}, {
303
__index = function(_, k)
304
if k:lower() == 'script' then
305
return scri
306
else
307
return oldenv[k]
308
end
309
end
310
})
311
setfenv(f, newenv)
312
ypcall(function() f() end)
313
end
314
cors = {}
315
mas = Instance.new("Model",game:GetService("Lighting")) 
316
mas.Name = "AERX SafeHouse"
317
o1 = Create("Model",{
318
["Parent"] = mas,
319
})
320
o2 = Create("Part",{
321
["Parent"] = o1,
322
["Material"] = Enum.Material.Brick,
323
["BrickColor"] = BrickColor.new("Black"),
324
["Position"] = Vector3.new(3.44035411, 1241.5, 695.15918),
325
["Anchored"] = true,
326
["CFrame"] = CFrame.new(3.44035411, 1241.5, 695.15918, 1, 0, 0, 0, 1, 0, 0, 0, 1),
327
["Locked"] = true,
328
["FormFactor"] = Enum.FormFactor.Custom,
329
["Size"] = Vector3.new(87, 67, 2),
330
["BottomSurface"] = Enum.SurfaceType.Smooth,
331
["TopSurface"] = Enum.SurfaceType.Smooth,
332
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
333
})
334
o3 = Create("Part",{
335
["Parent"] = o1,
336
["Material"] = Enum.Material.Brick,
337
["BrickColor"] = BrickColor.new("Black"),
338
["Position"] = Vector3.new(46.4403534, 1241.5, 652.65918),
339
["Rotation"] = Vector3.new(0, 90, 0),
340
["Anchored"] = true,
341
["CFrame"] = CFrame.new(46.4403534, 1241.5, 652.65918, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008),
342
["Locked"] = true,
343
["FormFactor"] = Enum.FormFactor.Custom,
344
["Size"] = Vector3.new(86, 67, 2),
345
["BottomSurface"] = Enum.SurfaceType.Smooth,
346
["TopSurface"] = Enum.SurfaceType.Smooth,
347
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
348
})
349
o4 = Create("Part",{
350
["Parent"] = o1,
351
["Material"] = Enum.Material.Slate,
352
["BrickColor"] = BrickColor.new("Really black"),
353
["Position"] = Vector3.new(3.29072595, 1270.5, 652.773193),
354
["Anchored"] = true,
355
["CFrame"] = CFrame.new(3.29072595, 1270.5, 652.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
356
["Locked"] = true,
357
["FormFactor"] = Enum.FormFactor.Custom,
358
["Size"] = Vector3.new(85, 1, 84),
359
["BottomSurface"] = Enum.SurfaceType.Smooth,
360
["TopSurface"] = Enum.SurfaceType.Smooth,
361
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
362
})
363
o5 = Create("Part",{
364
["Name"] = "TeleDown",
365
["Parent"] = o1,
366
["Material"] = Enum.Material.Ice,
367
["BrickColor"] = BrickColor.new("Lime green"),
368
["Position"] = Vector3.new(42.7907257, 1271.09998, 613.773193),
369
["Anchored"] = true,
370
["CFrame"] = CFrame.new(42.7907257, 1271.09998, 613.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
371
["Locked"] = true,
372
["FormFactor"] = Enum.FormFactor.Custom,
373
["Size"] = Vector3.new(4, 1, 4),
374
["BottomSurface"] = Enum.SurfaceType.Smooth,
375
["TopSurface"] = Enum.SurfaceType.Smooth,
376
["Color"] = Color3.new(0, 1, 0),
377
})
378
o6 = Create("Script",{
379
["Parent"] = o5,
380
})
381
table.insert(cors,coroutine.create(function()
382
wait()
383
runDummyScript(function()
384
local TeleDown = script.Parent
385
local TeleUp = script.Parent.Parent.TeleUp
386
function tele(hit)
387
	if hit.Parent:findFirstChild("Humanoid") then
388
		if hit.Parent:findFirstChild("TeleportBuff") == nil then
389
		local Human = hit.Parent:findFirstChild("Humanoid")
390
		if hit.Parent:findFirstChild("Torso") then
391
			local Torso = hit.Parent:findFirstChild("Torso")
392
			local M = Instance.new("Model",hit.Parent)
393
			M.Name = "TeleportBuff"
394
			Torso.CFrame = CFrame.new(TeleUp.CFrame.X,TeleUp.CFrame.Y + 4,TeleUp.CFrame.Z)
395
			wait(5)
396
			if hit.Parent:findFirstChild("TeleportBuff") then
397
				hit.Parent:findFirstChild("TeleportBuff"):remove()
398
			end
399
		end
400
	end
401
	end
402
end
403
TeleDown.Touched:connect(tele)
404
end,o6)
405
end))
406
o7 = Create("Part",{
407
["Parent"] = o1,
408
["Material"] = Enum.Material.Brick,
409
["BrickColor"] = BrickColor.new("Black"),
410
["Position"] = Vector3.new(3.44035411, 1241.5, 610.15918),
411
["Anchored"] = true,
412
["CFrame"] = CFrame.new(3.44035411, 1241.5, 610.15918, 1, 0, 0, 0, 1, 0, 0, 0, 1),
413
["Locked"] = true,
414
["FormFactor"] = Enum.FormFactor.Custom,
415
["Size"] = Vector3.new(87, 67, 2),
416
["BottomSurface"] = Enum.SurfaceType.Smooth,
417
["TopSurface"] = Enum.SurfaceType.Smooth,
418
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
419
})
420
o8 = Create("Part",{
421
["Parent"] = o1,
422
["Material"] = Enum.Material.Brick,
423
["BrickColor"] = BrickColor.new("Black"),
424
["Position"] = Vector3.new(-39.5596466, 1241.5, 652.65918),
425
["Rotation"] = Vector3.new(0, 90, 0),
426
["Anchored"] = true,
427
["CFrame"] = CFrame.new(-39.5596466, 1241.5, 652.65918, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008),
428
["Locked"] = true,
429
["FormFactor"] = Enum.FormFactor.Custom,
430
["Size"] = Vector3.new(86, 67, 2),
431
["BottomSurface"] = Enum.SurfaceType.Smooth,
432
["TopSurface"] = Enum.SurfaceType.Smooth,
433
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
434
})
435
o9 = Create("Part",{
436
["Parent"] = o1,
437
["Transparency"] = 1,
438
["Position"] = Vector3.new(32.7708817, 1241.5, 617.539185),
439
["Anchored"] = true,
440
["CFrame"] = CFrame.new(32.7708817, 1241.5, 617.539185, 1, 0, 0, 0, 1, 0, 0, 0, 1),
441
["Locked"] = true,
442
["FormFactor"] = Enum.FormFactor.Custom,
443
["Size"] = Vector3.new(1, 57, 13),
444
["BottomSurface"] = Enum.SurfaceType.Smooth,
445
["TopSurface"] = Enum.SurfaceType.Smooth,
446
})
447
o10 = Create("Part",{
448
["Parent"] = o1,
449
["Transparency"] = 1,
450
["Position"] = Vector3.new(43.0705223, 1241.5, 623.269287),
451
["Anchored"] = true,
452
["CFrame"] = CFrame.new(43.0705223, 1241.5, 623.269287, 1, 0, 0, 0, 1, 0, 0, 0, 1),
453
["Locked"] = true,
454
["FormFactor"] = Enum.FormFactor.Custom,
455
["Size"] = Vector3.new(5, 57, 1),
456
["BottomSurface"] = Enum.SurfaceType.Smooth,
457
["TopSurface"] = Enum.SurfaceType.Smooth,
458
})
459
o11 = Create("Part",{
460
["Parent"] = o1,
461
["Material"] = Enum.Material.Brick,
462
["Position"] = Vector3.new(42.996212, 1210.99988, 623.353394),
463
["Anchored"] = true,
464
["CFrame"] = CFrame.new(42.996212, 1210.99988, 623.353394, 1, 0, 0, 0, 1, 0, 0, 0, 1),
465
["Locked"] = true,
466
["FormFactor"] = Enum.FormFactor.Custom,
467
["Size"] = Vector3.new(5, 5, 1),
468
["BottomSurface"] = Enum.SurfaceType.Smooth,
469
["TopSurface"] = Enum.SurfaceType.Smooth,
470
})
471
o12 = Create("Part",{
472
["Parent"] = o1,
473
["Material"] = Enum.Material.Brick,
474
["Position"] = Vector3.new(32.9446678, 1210.99988, 617.305786),
475
["Anchored"] = true,
476
["CFrame"] = CFrame.new(32.9446678, 1210.99988, 617.305786, 1, 0, 0, 0, 1, 0, 0, 0, 1),
477
["Locked"] = true,
478
["FormFactor"] = Enum.FormFactor.Custom,
479
["Size"] = Vector3.new(1, 5, 13),
480
["BottomSurface"] = Enum.SurfaceType.Smooth,
481
["TopSurface"] = Enum.SurfaceType.Smooth,
482
})
483
o13 = Create("Part",{
484
["Parent"] = o1,
485
["Material"] = Enum.Material.Wood,
486
["BrickColor"] = BrickColor.new("Really black"),
487
["Position"] = Vector3.new(3.29072595, 1208.5, 652.773193),
488
["Anchored"] = true,
489
["CFrame"] = CFrame.new(3.29072595, 1208.5, 652.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
490
["Locked"] = true,
491
["FormFactor"] = Enum.FormFactor.Custom,
492
["Size"] = Vector3.new(85, 1, 84),
493
["BottomSurface"] = Enum.SurfaceType.Smooth,
494
["TopSurface"] = Enum.SurfaceType.Smooth,
495
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
496
})
497
o14 = Create("Part",{
498
["Name"] = "TeleUp",
499
["Parent"] = o1,
500
["Material"] = Enum.Material.Ice,
501
["BrickColor"] = BrickColor.new("Really red"),
502
["Position"] = Vector3.new(42.3897552, 1208.99988, 614.059204),
503
["Anchored"] = true,
504
["CFrame"] = CFrame.new(42.3897552, 1208.99988, 614.059204, 1, 0, 0, 0, 1, 0, 0, 0, 1),
505
["Locked"] = true,
506
["FormFactor"] = Enum.FormFactor.Custom,
507
["Size"] = Vector3.new(4, 1, 4),
508
["BottomSurface"] = Enum.SurfaceType.Smooth,
509
["TopSurface"] = Enum.SurfaceType.Smooth,
510
["Color"] = Color3.new(1, 0, 0),
511
})
512
o15 = Create("Script",{
513
["Parent"] = o14,
514
})
515
table.insert(cors,coroutine.create(function()
516
wait()
517
runDummyScript(function()
518
local Me = script.Parent
519
local To = script.Parent.Parent.TeleDown
520
function bam(hit)
521
	if hit.Parent:findFirstChild("TeleportBuff") == nil then
522
		if hit.Parent:findFirstChild("Humanoid") then
523
			if hit.Parent:findFirstChild("Torso") then
524
				local Torso = hit.Parent:findFirstChild("Torso")
525
				Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
526
				local M = Instance.new("Model",hit.Parent)
527
				M.Name = "TeleportBuff"
528
				wait(5)
529
				if hit.Parent:findFirstChild("TeleportBuff") then
530
				hit.Parent:findFirstChild("TeleportBuff"):remove()
531
				end
532
			end
533
		end
534
	end
535
	
536
end
537
Me.Touched:connect(bam)
538
end,o15)
539
end))
540
o16 = Create("Part",{
541
["Name"] = "Particles",
542
["Parent"] = o1,
543
["Transparency"] = 1,
544
["Position"] = Vector3.new(-0.999996006, 1269.5, 653.999878),
545
["Anchored"] = true,
546
["CFrame"] = CFrame.new(-0.999996006, 1269.5, 653.999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
547
["Locked"] = true,
548
["FormFactor"] = Enum.FormFactor.Symmetric,
549
["Size"] = Vector3.new(4, 1, 2),
550
})
551
o17 = Create("PointLight",{
552
["Parent"] = o16,
553
["Color"] = Color3.new(0, 0, 0),
554
["Brightness"] = 4,
555
["Range"] = 50,
556
})
557
o18 = Create("ParticleEmitter",{
558
["Parent"] = o16,
559
["Rotation"] = NumberRange.new(50,50),
560
["Size"] = NumberSequence.new(0.20000000298023,0.20000000298023),
561
["LightEmission"] = 0.83999997377396,
562
["Texture"] = "http://www.roblox.com/asset/?id=300899453",
563
["Lifetime"] = NumberRange.new(8,10),
564
["RotSpeed"] = NumberRange.new(2,2),
565
["Speed"] = NumberRange.new(10,10),
566
["VelocitySpread"] = 20,
567
})
568
o19 = Create("Part",{
569
["Parent"] = o1,
570
["Material"] = Enum.Material.Grass,
571
["BrickColor"] = BrickColor.new("Camo"),
572
["Position"] = Vector3.new(-12.6446676, 1224.21948, 684.526611),
573
["Anchored"] = true,
574
["CFrame"] = CFrame.new(-12.6446676, 1224.21948, 684.526611, 1, 0, 0, 0, 1, 0, 0, 0, 1),
575
["Locked"] = true,
576
["FormFactor"] = Enum.FormFactor.Custom,
577
["Size"] = Vector3.new(52.5, 1, 19.3999996),
578
["BottomSurface"] = Enum.SurfaceType.Smooth,
579
["TopSurface"] = Enum.SurfaceType.Smooth,
580
["Color"] = Color3.new(0.227451, 0.490196, 0.0823529),
581
})
582
o20 = Create("Script",{
583
["Parent"] = o19,
584
})
585
table.insert(cors,coroutine.create(function()
586
wait()
587
runDummyScript(function()
588
local Part = script.Parent
589
function bam(hit)
590
	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
591
		hit.Parent:BreakJoints()
592
	end
593
end
594
Part.Touched:connect(bam)
595
end,o20)
596
end))
597
o21 = Create("Part",{
598
["Parent"] = o1,
599
["Material"] = Enum.Material.Marble,
600
["BrickColor"] = BrickColor.new("Bright blue"),
601
["Position"] = Vector3.new(17.1517639, 1216.75549, 626.127563),
602
["Rotation"] = Vector3.new(-67.9304962, -22.0438042, 29.2175961),
603
["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),
604
["Locked"] = true,
605
["FormFactor"] = Enum.FormFactor.Symmetric,
606
["Shape"] = Enum.PartType.Ball,
607
["Size"] = Vector3.new(15.6000004, 15.6000004, 15.6000004),
608
["BottomSurface"] = Enum.SurfaceType.Smooth,
609
["TopSurface"] = Enum.SurfaceType.Smooth,
610
["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
611
})
612
o22 = Create("Part",{
613
["Parent"] = o1,
614
["Material"] = Enum.Material.Pebble,
615
["BrickColor"] = BrickColor.new("Lime green"),
616
["Position"] = Vector3.new(-32.969986, 1212.49854, 625.882935),
617
["Rotation"] = Vector3.new(-131.485703, 45.7341461, 95.7716751),
618
["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),
619
["Locked"] = true,
620
["FormFactor"] = Enum.FormFactor.Symmetric,
621
["Shape"] = Enum.PartType.Ball,
622
["Size"] = Vector3.new(7, 7, 7),
623
["BottomSurface"] = Enum.SurfaceType.Smooth,
624
["TopSurface"] = Enum.SurfaceType.Smooth,
625
["Color"] = Color3.new(0, 1, 0),
626
})
627
o23 = Create("Part",{
628
["Parent"] = o1,
629
["Transparency"] = 1,
630
["Position"] = Vector3.new(-12.6862221, 1243.7196, 676.068115),
631
["Anchored"] = true,
632
["CFrame"] = CFrame.new(-12.6862221, 1243.7196, 676.068115, 1, 0, 0, 0, 1, 0, 0, 0, 1),
633
["Locked"] = true,
634
["FormFactor"] = Enum.FormFactor.Custom,
635
["Size"] = Vector3.new(50.5999985, 39, 1.20000005),
636
["BottomSurface"] = Enum.SurfaceType.Smooth,
637
["TopSurface"] = Enum.SurfaceType.Smooth,
638
})
639
o24 = Create("Script",{
640
["Parent"] = o23,
641
})
642
table.insert(cors,coroutine.create(function()
643
wait()
644
runDummyScript(function()
645
local Part = script.Parent
646
function bam(hit)
647
	if hit.Parent.Name == "PointCoded" then
648
		Part.CanCollide = false
649
		wait(0.6)
650
		Part.CanCollide = true
651
	end
652
	if hit.Parent.Name == "nguyenjimbo" then
653
		Part.CanCollide = false
654
		wait(0.6)
655
		Part.CanCollide = true
656
	end
657
	if hit.Parent.Name == "AltraIncantatrix" then
658
		Part.CanCollide = false
659
		wait(0.6)
660
		Part.CanCollide = true
661
	end
662
	if hit.Parent.Name == "imaboos2" then
663
		Part.CanCollide = false
664
		wait(0.6)
665
		Part.CanCollide = true
666
	end
667
	if hit.Parent.Name == "SnapGun" then
668
		Part.CanCollide = false
669
		wait(0.6)
670
		Part.CanCollide = true
671
	end
672
	if hit.Parent.Name == "Nilzers" then
673
		Part.CanCollide = false
674
		wait(0.6)
675
		Part.CanCollide = true
676
	end
677
	if hit.Parent.Name == "Elttob" then
678
		Part.CanCollide = false
679
		wait(0.6)
680
		Part.CanCollide = true
681
	end
682
	if hit.Parent.Name == "vr3m" then
683
		Part.CanCollide = false
684
		wait(0.6)
685
		Part.CanCollide = true
686
	end
687
	if hit.Parent.Name == "CoolMLGPlayer" then
688
		Part.CanCollide = false
689
		wait(0.6)
690
		Part.CanCollide = true
691
	end
692
	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
693
		hit.Parent:BreakJoints()
694
	end
695
end
696
Part.Touched:connect(bam)
697
end,o24)
698
end))
699
o25 = Create("Part",{
700
["Parent"] = o1,
701
["Material"] = Enum.Material.Grass,
702
["BrickColor"] = BrickColor.new("Really black"),
703
["Position"] = Vector3.new(2.33906198, 1214.99731, 650.606812),
704
["Rotation"] = Vector3.new(-45.8041115, -28.1088905, 45.130291),
705
["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),
706
["Locked"] = true,
707
["FormFactor"] = Enum.FormFactor.Symmetric,
708
["Shape"] = Enum.PartType.Ball,
709
["Size"] = Vector3.new(12, 12, 12),
710
["BottomSurface"] = Enum.SurfaceType.Smooth,
711
["TopSurface"] = Enum.SurfaceType.Smooth,
712
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
713
})
714
o26 = Create("Part",{
715
["Parent"] = o1,
716
["Material"] = Enum.Material.Ice,
717
["BrickColor"] = BrickColor.new("Deep orange"),
718
["Position"] = Vector3.new(-27.9697552, 1215.9978, 655.029785),
719
["Rotation"] = Vector3.new(-14.088625, 18.0388794, 144.624756),
720
["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),
721
["Locked"] = true,
722
["FormFactor"] = Enum.FormFactor.Symmetric,
723
["Shape"] = Enum.PartType.Ball,
724
["Size"] = Vector3.new(14, 14, 14),
725
["BottomSurface"] = Enum.SurfaceType.Smooth,
726
["TopSurface"] = Enum.SurfaceType.Smooth,
727
["Color"] = Color3.new(1, 0.686275, 0),
728
})
729
o27 = Create("Part",{
730
["Parent"] = o1,
731
["Transparency"] = 1,
732
["Position"] = Vector3.new(12.6485596, 1244.76941, 684.901978),
733
["Anchored"] = true,
734
["CFrame"] = CFrame.new(12.6485596, 1244.76941, 684.901978, 1, 0, 0, 0, 1, 0, 0, 0, 1),
735
["Locked"] = true,
736
["FormFactor"] = Enum.FormFactor.Custom,
737
["Size"] = Vector3.new(0.799999952, 41.0999985, 19.5),
738
["BottomSurface"] = Enum.SurfaceType.Smooth,
739
["TopSurface"] = Enum.SurfaceType.Smooth,
740
})
741
o28 = Create("Script",{
742
["Parent"] = o27,
743
})
744
table.insert(cors,coroutine.create(function()
745
wait()
746
runDummyScript(function()
747
local Part = script.Parent
748
function bam(hit)
749
	if hit.Parent.Name == "PointCoded" then
750
		Part.CanCollide = false
751
		wait(0.6)
752
		Part.CanCollide = true
753
	end
754
	if hit.Parent.Name == "nguyenjimbo" then
755
		Part.CanCollide = false
756
		wait(0.6)
757
		Part.CanCollide = true
758
	end
759
	if hit.Parent.Name == "AltraIncantatrix" then
760
		Part.CanCollide = false
761
		wait(0.6)
762
		Part.CanCollide = true
763
	end
764
	if hit.Parent.Name == "imaboos2" then
765
		Part.CanCollide = false
766
		wait(0.6)
767
		Part.CanCollide = true
768
	end
769
	if hit.Parent.Name == "SnapGun" then
770
		Part.CanCollide = false
771
		wait(0.6)
772
		Part.CanCollide = true
773
	end
774
	if hit.Parent.Name == "Nilzers" then
775
		Part.CanCollide = false
776
		wait(0.6)
777
		Part.CanCollide = true
778
	end
779
	if hit.Parent.Name == "Elttob" then
780
		Part.CanCollide = false
781
		wait(0.6)
782
		Part.CanCollide = true
783
	end
784
	if hit.Parent.Name == "vr3m" then
785
		Part.CanCollide = false
786
		wait(0.6)
787
		Part.CanCollide = true
788
	end
789
	if hit.Parent.Name == "CoolMLGPlayer" then
790
		Part.CanCollide = false
791
		wait(0.6)
792
		Part.CanCollide = true
793
	end
794
	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
795
		hit.Parent:BreakJoints()
796
		if hit.Parent:FindFirstChild("Torso") then
797
			hit.Parent:FindFirstChild("Torso"):remove()
798
		end
799
	end
800
end
801
Part.Touched:connect(bam)
802
end,o28)
803
end))
804
o29 = Create("TrussPart",{
805
["Parent"] = o1,
806
["Position"] = Vector3.new(14.6053295, 1216.99988, 684.59082),
807
["Anchored"] = true,
808
["CFrame"] = CFrame.new(14.6053295, 1216.99988, 684.59082, 1, 0, 0, 0, 1, 0, 0, 0, 1),
809
["Locked"] = true,
810
["Size"] = Vector3.new(2, 16, 2),
811
["BottomSurface"] = Enum.SurfaceType.Smooth,
812
["TopSurface"] = Enum.SurfaceType.Smooth,
813
})
814
mas.Parent = workspace.Terrain
815
mas:MakeJoints()
816
local mas1 = mas:GetChildren()
817
for i=1,#mas1 do
818
	mas1[i].Parent = workspace.Terrain 
819
	ypcall(function() mas1[i]:MakeJoints() end)
820
end
821
mas:Destroy()
822
for i=1,#cors do
823
coroutine.resume(cors[i])
824
end
825
826
        
827
        
828
end
829
830
function LoadHouse()
831
Create = function(itemClass,tabl)
832
local item = Instance.new(itemClass)
833
for i,v in pairs(tabl) do
834
local a,b = ypcall(function() return item[i] end)
835
if a then
836
item[i] = tabl[i]
837
end
838
end
839
return item
840
end
841
function runDummyScript(f,scri)
842
local oldenv = getfenv(f)
843
local newenv = setmetatable({}, {
844
__index = function(_, k)
845
if k:lower() == 'script' then
846
return scri
847
else
848
return oldenv[k]
849
end
850
end
851
})
852
setfenv(f, newenv)
853
ypcall(function() f() end)
854
end
855
cors = {}
856
mas = Instance.new("Model",game:GetService("Lighting")) 
857
mas.Name = "AE2X House"
858
o1 = Create("Model",{
859
["Name"] = "AERX House",
860
["Parent"] = mas,
861
})
862
o2 = Create("Part",{
863
["Parent"] = o1,
864
["Material"] = Enum.Material.Concrete,
865
["BrickColor"] = BrickColor.new("Really black"),
866
["Position"] = Vector3.new(20.870409, 9.50002766, 4834.76807),
867
["Rotation"] = Vector3.new(-0, -90, 0),
868
["Anchored"] = true,
869
["CFrame"] = CFrame.new(20.870409, 9.50002766, 4834.76807, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008),
870
["FormFactor"] = Enum.FormFactor.Custom,
871
["Size"] = Vector3.new(52, 19, 1),
872
["BottomSurface"] = Enum.SurfaceType.Smooth,
873
["TopSurface"] = Enum.SurfaceType.Smooth,
874
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
875
})
876
o3 = Create("Part",{
877
["Parent"] = o1,
878
["Material"] = Enum.Material.Concrete,
879
["BrickColor"] = BrickColor.new("Really black"),
880
["Position"] = Vector3.new(-1.19026697, 2.50002789, 4817.9668),
881
["Anchored"] = true,
882
["CFrame"] = CFrame.new(-1.19026697, 2.50002789, 4817.9668, 1, 0, 0, 0, 1, 0, 0, 0, 1),
883
["FormFactor"] = Enum.FormFactor.Custom,
884
["Size"] = Vector3.new(43.2000008, 4, 1.5),
885
["BottomSurface"] = Enum.SurfaceType.Smooth,
886
["TopSurface"] = Enum.SurfaceType.Smooth,
887
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
888
})
889
o4 = Create("Part",{
890
["Parent"] = o1,
891
["Transparency"] = 1,
892
["Position"] = Vector3.new(-23.1957016, 11.2737818, 4835.34863),
893
["Anchored"] = true,
894
["CFrame"] = CFrame.new(-23.1957016, 11.2737818, 4835.34863, 1, 0, 0, 0, 1, 0, 0, 0, 1),
895
["FormFactor"] = Enum.FormFactor.Custom,
896
["Size"] = Vector3.new(0.399999976, 13.3999996, 35.5999985),
897
})
898
o5 = Create("Part",{
899
["Parent"] = o1,
900
["Material"] = Enum.Material.Concrete,
901
["BrickColor"] = BrickColor.new("Really black"),
902
["Position"] = Vector3.new(-31.1295891, 9.50002766, 4834.76807),
903
["Rotation"] = Vector3.new(-0, -90, 0),
904
["Anchored"] = true,
905
["CFrame"] = CFrame.new(-31.1295891, 9.50002766, 4834.76807, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008),
906
["FormFactor"] = Enum.FormFactor.Custom,
907
["Size"] = Vector3.new(52, 19, 1),
908
["BottomSurface"] = Enum.SurfaceType.Smooth,
909
["TopSurface"] = Enum.SurfaceType.Smooth,
910
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
911
})
912
o6 = Create("Part",{
913
["Parent"] = o1,
914
["Material"] = Enum.Material.Foil,
915
["BrickColor"] = BrickColor.new("Bright bluish green"),
916
["Position"] = Vector3.new(-5.50305605, 1.00002897, 4821.104),
917
["Anchored"] = true,
918
["CFrame"] = CFrame.new(-5.50305605, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
919
["FormFactor"] = Enum.FormFactor.Custom,
920
["Size"] = Vector3.new(5, 1, 4.9000001),
921
["BottomSurface"] = Enum.SurfaceType.Smooth,
922
["TopSurface"] = Enum.SurfaceType.Smooth,
923
["Color"] = Color3.new(0, 0.560784, 0.611765),
924
})
925
o7 = Create("Script",{
926
["Parent"] = o6,
927
})
928
table.insert(cors,coroutine.create(function()
929
wait()
930
runDummyScript(function()
931
local Brick = script.Parent
932
while true do
933
	Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
934
	wait(0.8)
935
end
936
end,o7)
937
end))
938
o8 = Create("Part",{
939
["Parent"] = o1,
940
["Material"] = Enum.Material.Foil,
941
["BrickColor"] = BrickColor.new("Bright bluish green"),
942
["Position"] = Vector3.new(9.49694157, 1.00002897, 4821.104),
943
["Anchored"] = true,
944
["CFrame"] = CFrame.new(9.49694157, 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
o9 = Create("Script",{
952
["Parent"] = o8,
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,o9)
963
end))
964
o10 = Create("Part",{
965
["Parent"] = o1,
966
["Material"] = Enum.Material.Foil,
967
["BrickColor"] = BrickColor.new("Bright bluish green"),
968
["Position"] = Vector3.new(18.5969429, 1.00002897, 4821.104),
969
["Anchored"] = true,
970
["CFrame"] = CFrame.new(18.5969429, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
971
["FormFactor"] = Enum.FormFactor.Custom,
972
["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
973
["BottomSurface"] = Enum.SurfaceType.Smooth,
974
["TopSurface"] = Enum.SurfaceType.Smooth,
975
["Color"] = Color3.new(0, 0.560784, 0.611765),
976
})
977
o11 = Create("Script",{
978
["Parent"] = o10,
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,o11)
989
end))
990
o12 = Create("Part",{
991
["Name"] = "TeleUp",
992
["Parent"] = o1,
993
["Material"] = Enum.Material.Foil,
994
["BrickColor"] = BrickColor.new("Bright green"),
995
["Position"] = Vector3.new(16.6366081, 1.00002897, 4813.271),
996
["Rotation"] = Vector3.new(-0, 30.0000019, -0),
997
["Anchored"] = true,
998
["CFrame"] = CFrame.new(16.6366081, 1.00002897, 4813.271, 0.866025388, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025388),
999
["FormFactor"] = Enum.FormFactor.Custom,
1000
["Size"] = Vector3.new(4, 1, 4),
1001
["BottomSurface"] = Enum.SurfaceType.Smooth,
1002
["TopSurface"] = Enum.SurfaceType.Smooth,
1003
["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
1004
})
1005
o13 = Create("Script",{
1006
["Parent"] = o12,
1007
})
1008
table.insert(cors,coroutine.create(function()
1009
wait()
1010
runDummyScript(function()
1011
local Me = script.Parent
1012
local To = script.Parent.Parent.TeleDown
1013
function bam(hit)
1014
	if hit.Parent:findFirstChild("TeleportBuff") == nil then
1015
		if hit.Parent:findFirstChild("Humanoid") then
1016
			if hit.Parent:findFirstChild("Torso") then
1017
				local Torso = hit.Parent:findFirstChild("Torso")
1018
				Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
1019
				local M = Instance.new("Model",hit.Parent)
1020
				M.Name = "TeleportBuff"
1021
				wait(5)
1022
				if hit.Parent:findFirstChild("TeleportBuff") then
1023
				hit.Parent:findFirstChild("TeleportBuff"):remove()
1024
				end
1025
			end
1026
		end
1027
	end
1028
	
1029
end
1030
Me.Touched:connect(bam)
1031
end,o13)
1032
end))
1033
o14 = Create("Part",{
1034
["Parent"] = o1,
1035
["Material"] = Enum.Material.Foil,
1036
["BrickColor"] = BrickColor.new("Bright bluish green"),
1037
["Position"] = Vector3.new(-10.4030561, 1.00002897, 4821.104),
1038
["Anchored"] = true,
1039
["CFrame"] = CFrame.new(-10.4030561, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1040
["FormFactor"] = Enum.FormFactor.Custom,
1041
["Size"] = Vector3.new(5, 1, 4.9000001),
1042
["BottomSurface"] = Enum.SurfaceType.Smooth,
1043
["TopSurface"] = Enum.SurfaceType.Smooth,
1044
["Color"] = Color3.new(0, 0.560784, 0.611765),
1045
})
1046
o15 = Create("Script",{
1047
["Parent"] = o14,
1048
})
1049
table.insert(cors,coroutine.create(function()
1050
wait()
1051
runDummyScript(function()
1052
local Brick = script.Parent
1053
while true do
1054
	Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
1055
	wait(0.8)
1056
end
1057
end,o15)
1058
end))
1059
o16 = Create("Part",{
1060
["Parent"] = o1,
1061
["BrickColor"] = BrickColor.new("Really black"),
1062
["Transparency"] = 1,
1063
["Position"] = Vector3.new(-5.17958879, 12.7982597, 4817.64795),
1064
["Anchored"] = true,
1065
["CFrame"] = CFrame.new(-5.17958879, 12.7982597, 4817.64795, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1066
["FormFactor"] = Enum.FormFactor.Custom,
1067
["Size"] = Vector3.new(51.0999985, 10.3000002, 1.79999995),
1068
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1069
})
1070
o17 = Create("Part",{
1071
["Parent"] = o1,
1072
["Material"] = Enum.Material.Foil,
1073
["BrickColor"] = BrickColor.new("Bright bluish green"),
1074
["Position"] = Vector3.new(-20.2030563, 1.00002897, 4821.104),
1075
["Anchored"] = true,
1076
["CFrame"] = CFrame.new(-20.2030563, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1077
["FormFactor"] = Enum.FormFactor.Custom,
1078
["Size"] = Vector3.new(5, 1, 4.9000001),
1079
["BottomSurface"] = Enum.SurfaceType.Smooth,
1080
["TopSurface"] = Enum.SurfaceType.Smooth,
1081
["Color"] = Color3.new(0, 0.560784, 0.611765),
1082
})
1083
o18 = Create("Script",{
1084
["Parent"] = o17,
1085
})
1086
table.insert(cors,coroutine.create(function()
1087
wait()
1088
runDummyScript(function()
1089
local Brick = script.Parent
1090
while true do
1091
	Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
1092
	wait(0.8)
1093
end
1094
end,o18)
1095
end))
1096
o19 = Create("Part",{
1097
["Parent"] = o1,
1098
["Material"] = Enum.Material.Concrete,
1099
["BrickColor"] = BrickColor.new("Really black"),
1100
["Position"] = Vector3.new(-23.1666031, 2.50002789, 4835.35156),
1101
["Anchored"] = true,
1102
["CFrame"] = CFrame.new(-23.1666031, 2.50002789, 4835.35156, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1103
["FormFactor"] = Enum.FormFactor.Custom,
1104
["Size"] = Vector3.new(0.900000095, 4, 35.8999977),
1105
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1106
})
1107
o20 = Create("Part",{
1108
["Parent"] = o1,
1109
["Material"] = Enum.Material.Brick,
1110
["BrickColor"] = BrickColor.new("Institutional white"),
1111
["Position"] = Vector3.new(-5.22013378, 0.500029027, 4834.96826),
1112
["Anchored"] = true,
1113
["CFrame"] = CFrame.new(-5.22013378, 0.500029027, 4834.96826, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1114
["FormFactor"] = Enum.FormFactor.Custom,
1115
["Size"] = Vector3.new(52, 1, 52),
1116
["BottomSurface"] = Enum.SurfaceType.Smooth,
1117
["TopSurface"] = Enum.SurfaceType.Smooth,
1118
["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
1119
})
1120
o21 = Create("Part",{
1121
["Parent"] = o1,
1122
["Material"] = Enum.Material.Foil,
1123
["BrickColor"] = BrickColor.new("Bright bluish green"),
1124
["Position"] = Vector3.new(-15.3030558, 1.00002897, 4821.104),
1125
["Anchored"] = true,
1126
["CFrame"] = CFrame.new(-15.3030558, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1127
["FormFactor"] = Enum.FormFactor.Custom,
1128
["Size"] = Vector3.new(5, 1, 4.9000001),
1129
["BottomSurface"] = Enum.SurfaceType.Smooth,
1130
["TopSurface"] = Enum.SurfaceType.Smooth,
1131
["Color"] = Color3.new(0, 0.560784, 0.611765),
1132
})
1133
o22 = Create("Script",{
1134
["Parent"] = o21,
1135
})
1136
table.insert(cors,coroutine.create(function()
1137
wait()
1138
runDummyScript(function()
1139
local Brick = script.Parent
1140
while true do
1141
	Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
1142
	wait(0.8)
1143
end
1144
end,o22)
1145
end))
1146
o23 = Create("Part",{
1147
["Parent"] = o1,
1148
["Material"] = Enum.Material.Foil,
1149
["BrickColor"] = BrickColor.new("Bright bluish green"),
1150
["Position"] = Vector3.new(4.496943, 1.00002897, 4821.104),
1151
["Anchored"] = true,
1152
["CFrame"] = CFrame.new(4.496943, 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
o24 = Create("Script",{
1160
["Parent"] = o23,
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,o24)
1171
end))
1172
o25 = Create("Part",{
1173
["Parent"] = o1,
1174
["Material"] = Enum.Material.Foil,
1175
["BrickColor"] = BrickColor.new("Bright bluish green"),
1176
["Position"] = Vector3.new(-0.503057003, 1.00002897, 4821.104),
1177
["Anchored"] = true,
1178
["CFrame"] = CFrame.new(-0.503057003, 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
o26 = Create("Script",{
1186
["Parent"] = o25,
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,o26)
1197
end))
1198
o27 = Create("Part",{
1199
["Parent"] = o1,
1200
["Material"] = Enum.Material.Foil,
1201
["BrickColor"] = BrickColor.new("Bright bluish green"),
1202
["Position"] = Vector3.new(14.3969421, 1.00002897, 4821.104),
1203
["Anchored"] = true,
1204
["CFrame"] = CFrame.new(14.3969421, 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
o28 = Create("Script",{
1212
["Parent"] = o27,
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,o28)
1223
end))
1224
o29 = Create("Part",{
1225
["Parent"] = o1,
1226
["Material"] = Enum.Material.Concrete,
1227
["BrickColor"] = BrickColor.new("Really black"),
1228
["Position"] = Vector3.new(-5.12959003, 9.50002766, 4860.76807),
1229
["Anchored"] = true,
1230
["CFrame"] = CFrame.new(-5.12959003, 9.50002766, 4860.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1231
["FormFactor"] = Enum.FormFactor.Custom,
1232
["Size"] = Vector3.new(52, 19, 1),
1233
["BottomSurface"] = Enum.SurfaceType.Smooth,
1234
["TopSurface"] = Enum.SurfaceType.Smooth,
1235
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1236
})
1237
o30 = Create("Part",{
1238
["Parent"] = o1,
1239
["Material"] = Enum.Material.Marble,
1240
["BrickColor"] = BrickColor.new("Bright blue"),
1241
["Reflectance"] = 0.10000000149012,
1242
["Transparency"] = 0.10000000149012,
1243
["Position"] = Vector3.new(-5.4486742, 18.6000271, 4834.76807),
1244
["Anchored"] = true,
1245
["CFrame"] = CFrame.new(-5.4486742, 18.6000271, 4834.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1246
["FormFactor"] = Enum.FormFactor.Custom,
1247
["Size"] = Vector3.new(51.7999992, 1, 51),
1248
["BottomSurface"] = Enum.SurfaceType.Smooth,
1249
["TopSurface"] = Enum.SurfaceType.Smooth,
1250
["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
1251
})
1252
o31 = Create("Part",{
1253
["Name"] = "TeleDown",
1254
["Parent"] = o1,
1255
["Material"] = Enum.Material.Foil,
1256
["BrickColor"] = BrickColor.new("Really red"),
1257
["Position"] = Vector3.new(-27.238308, 19.4000263, 4857.07715),
1258
["Rotation"] = Vector3.new(-0, 30.0000019, -0),
1259
["Anchored"] = true,
1260
["CFrame"] = CFrame.new(-27.238308, 19.4000263, 4857.07715, 0.866025388, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025388),
1261
["FormFactor"] = Enum.FormFactor.Custom,
1262
["Size"] = Vector3.new(4, 1, 4),
1263
["BottomSurface"] = Enum.SurfaceType.Smooth,
1264
["TopSurface"] = Enum.SurfaceType.Smooth,
1265
["Color"] = Color3.new(1, 0, 0),
1266
})
1267
o32 = Create("Script",{
1268
["Parent"] = o31,
1269
})
1270
table.insert(cors,coroutine.create(function()
1271
wait()
1272
runDummyScript(function()
1273
local TeleDown = script.Parent
1274
local TeleUp = script.Parent.Parent.TeleUp
1275
function tele(hit)
1276
	if hit.Parent:findFirstChild("Humanoid") then
1277
		if hit.Parent:findFirstChild("TeleportBuff") == nil then
1278
		local Human = hit.Parent:findFirstChild("Humanoid")
1279
		if hit.Parent:findFirstChild("Torso") then
1280
			local Torso = hit.Parent:findFirstChild("Torso")
1281
			local M = Instance.new("Model",hit.Parent)
1282
			M.Name = "TeleportBuff"
1283
			Torso.CFrame = CFrame.new(TeleUp.CFrame.X,TeleUp.CFrame.Y + 3,TeleUp.CFrame.Z)
1284
			wait(5)
1285
			if hit.Parent:findFirstChild("TeleportBuff") then
1286
				hit.Parent:findFirstChild("TeleportBuff"):remove()
1287
			end
1288
		end
1289
	end
1290
	end
1291
end
1292
TeleDown.Touched:connect(tele)
1293
end,o32)
1294
end))
1295
o33 = Create("Part",{
1296
["Parent"] = o1,
1297
["Material"] = Enum.Material.Foil,
1298
["BrickColor"] = BrickColor.new("Bright bluish green"),
1299
["Position"] = Vector3.new(-15.3030539, 1.00002897, 4826.00391),
1300
["Anchored"] = true,
1301
["CFrame"] = CFrame.new(-15.3030539, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1302
["FormFactor"] = Enum.FormFactor.Custom,
1303
["Size"] = Vector3.new(5, 1, 4.9000001),
1304
["BottomSurface"] = Enum.SurfaceType.Smooth,
1305
["TopSurface"] = Enum.SurfaceType.Smooth,
1306
["Color"] = Color3.new(0, 0.560784, 0.611765),
1307
})
1308
o34 = Create("Script",{
1309
["Parent"] = o33,
1310
})
1311
table.insert(cors,coroutine.create(function()
1312
wait()
1313
runDummyScript(function()
1314
local Brick = script.Parent
1315
while true do
1316
	Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
1317
	wait(0.8)
1318
end
1319
end,o34)
1320
end))
1321
o35 = Create("Part",{
1322
["Parent"] = o1,
1323
["Material"] = Enum.Material.Foil,
1324
["BrickColor"] = BrickColor.new("Bright bluish green"),
1325
["Position"] = Vector3.new(9.49694157, 1.00003195, 4845.60449),
1326
["Anchored"] = true,
1327
["CFrame"] = CFrame.new(9.49694157, 1.00003195, 4845.60449, 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
o36 = Create("Script",{
1335
["Parent"] = o35,
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,o36)
1346
end))
1347
o37 = Create("Part",{
1348
["Parent"] = o1,
1349
["Material"] = Enum.Material.Foil,
1350
["BrickColor"] = BrickColor.new("Bright bluish green"),
1351
["Position"] = Vector3.new(-0.503054976, 1.00002897, 4826.00391),
1352
["Anchored"] = true,
1353
["CFrame"] = CFrame.new(-0.503054976, 1.00002897, 4826.00391, 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
o38 = Create("Script",{
1361
["Parent"] = o37,
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,o38)
1372
end))
1373
o39 = Create("Part",{
1374
["Parent"] = o1,
1375
["Material"] = Enum.Material.Foil,
1376
["BrickColor"] = BrickColor.new("Bright bluish green"),
1377
["Position"] = Vector3.new(14.3969421, 1.00002897, 4826.00391),
1378
["Anchored"] = true,
1379
["CFrame"] = CFrame.new(14.3969421, 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
o40 = Create("Script",{
1387
["Parent"] = o39,
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,o40)
1398
end))
1399
o41 = Create("Part",{
1400
["Parent"] = o1,
1401
["Material"] = Enum.Material.Foil,
1402
["BrickColor"] = BrickColor.new("Bright bluish green"),
1403
["Position"] = Vector3.new(4.49694204, 1.00002897, 4826.00391),
1404
["Anchored"] = true,
1405
["CFrame"] = CFrame.new(4.49694204, 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
o42 = Create("Script",{
1413
["Parent"] = o41,
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,o42)
1424
end))
1425
o43 = Create("Part",{
1426
["Parent"] = o1,
1427
["Material"] = Enum.Material.Foil,
1428
["BrickColor"] = BrickColor.new("Bright bluish green"),
1429
["Position"] = Vector3.new(4.49694204, 1.00003195, 4845.60449),
1430
["Anchored"] = true,
1431
["CFrame"] = CFrame.new(4.49694204, 1.00003195, 4845.60449, 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
o44 = Create("Script",{
1439
["Parent"] = o43,
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,o44)
1450
end))
1451
o45 = Create("Part",{
1452
["Parent"] = o1,
1453
["Material"] = Enum.Material.Foil,
1454
["BrickColor"] = BrickColor.new("Bright bluish green"),
1455
["Position"] = Vector3.new(-0.503054976, 1.00003195, 4845.60449),
1456
["Anchored"] = true,
1457
["CFrame"] = CFrame.new(-0.503054976, 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
o46 = Create("Script",{
1465
["Parent"] = o45,
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,o46)
1476
end))
1477
o47 = Create("Part",{
1478
["Parent"] = o1,
1479
["Material"] = Enum.Material.Foil,
1480
["BrickColor"] = BrickColor.new("Bright bluish green"),
1481
["Position"] = Vector3.new(-15.3030539, 1.00003195, 4845.60449),
1482
["Anchored"] = true,
1483
["CFrame"] = CFrame.new(-15.3030539, 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
o48 = Create("Script",{
1491
["Parent"] = o47,
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,o48)
1502
end))
1503
o49 = Create("Part",{
1504
["Parent"] = o1,
1505
["Material"] = Enum.Material.Foil,
1506
["BrickColor"] = BrickColor.new("Bright bluish green"),
1507
["Position"] = Vector3.new(-5.5030551, 1.00002897, 4826.00391),
1508
["Anchored"] = true,
1509
["CFrame"] = CFrame.new(-5.5030551, 1.00002897, 4826.00391, 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
o50 = Create("Script",{
1517
["Parent"] = o49,
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,o50)
1528
end))
1529
o51 = Create("Part",{
1530
["Parent"] = o1,
1531
["Material"] = Enum.Material.Foil,
1532
["BrickColor"] = BrickColor.new("Bright bluish green"),
1533
["Position"] = Vector3.new(-20.2030563, 1.00003195, 4845.60449),
1534
["Anchored"] = true,
1535
["CFrame"] = CFrame.new(-20.2030563, 1.00003195, 4845.60449, 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
o52 = Create("Script",{
1543
["Parent"] = o51,
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,o52)
1554
end))
1555
o53 = Create("Part",{
1556
["Parent"] = o1,
1557
["Material"] = Enum.Material.Foil,
1558
["BrickColor"] = BrickColor.new("Bright bluish green"),
1559
["Position"] = Vector3.new(-15.3030558, 1.00003195, 4840.7041),
1560
["Anchored"] = true,
1561
["CFrame"] = CFrame.new(-15.3030558, 1.00003195, 4840.7041, 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
o54 = Create("Script",{
1569
["Parent"] = o53,
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,o54)
1580
end))
1581
o55 = Create("Part",{
1582
["Parent"] = o1,
1583
["Material"] = Enum.Material.Foil,
1584
["BrickColor"] = BrickColor.new("Bright bluish green"),
1585
["Position"] = Vector3.new(18.5969391, 1.00004005, 4850.50439),
1586
["Anchored"] = true,
1587
["CFrame"] = CFrame.new(18.5969391, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1588
["FormFactor"] = Enum.FormFactor.Custom,
1589
["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
1590
["BottomSurface"] = Enum.SurfaceType.Smooth,
1591
["TopSurface"] = Enum.SurfaceType.Smooth,
1592
["Color"] = Color3.new(0, 0.560784, 0.611765),
1593
})
1594
o56 = Create("Script",{
1595
["Parent"] = o55,
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,o56)
1606
end))
1607
o57 = Create("Part",{
1608
["Parent"] = o1,
1609
["Material"] = Enum.Material.Foil,
1610
["BrickColor"] = BrickColor.new("Bright bluish green"),
1611
["Position"] = Vector3.new(-20.2030563, 1.00002897, 4826.00391),
1612
["Anchored"] = true,
1613
["CFrame"] = CFrame.new(-20.2030563, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1614
["FormFactor"] = Enum.FormFactor.Custom,
1615
["Size"] = Vector3.new(5, 1, 4.9000001),
1616
["BottomSurface"] = Enum.SurfaceType.Smooth,
1617
["TopSurface"] = Enum.SurfaceType.Smooth,
1618
["Color"] = Color3.new(0, 0.560784, 0.611765),
1619
})
1620
o58 = Create("Script",{
1621
["Parent"] = o57,
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,o58)
1632
end))
1633
o59 = Create("Part",{
1634
["Parent"] = o1,
1635
["Material"] = Enum.Material.Foil,
1636
["BrickColor"] = BrickColor.new("Bright bluish green"),
1637
["Position"] = Vector3.new(-10.4030523, 1.00002897, 4826.00391),
1638
["Anchored"] = true,
1639
["CFrame"] = CFrame.new(-10.4030523, 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
o60 = Create("Script",{
1647
["Parent"] = o59,
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,o60)
1658
end))
1659
o61 = Create("Part",{
1660
["Parent"] = o1,
1661
["Material"] = Enum.Material.Foil,
1662
["BrickColor"] = BrickColor.new("Bright bluish green"),
1663
["Position"] = Vector3.new(-5.5030551, 1.00003195, 4845.60449),
1664
["Anchored"] = true,
1665
["CFrame"] = CFrame.new(-5.5030551, 1.00003195, 4845.60449, 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
o62 = Create("Script",{
1673
["Parent"] = o61,
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,o62)
1684
end))
1685
o63 = Create("Part",{
1686
["Parent"] = o1,
1687
["Material"] = Enum.Material.Foil,
1688
["BrickColor"] = BrickColor.new("Bright bluish green"),
1689
["Position"] = Vector3.new(18.5969391, 1.00003195, 4845.60449),
1690
["Anchored"] = true,
1691
["CFrame"] = CFrame.new(18.5969391, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1692
["FormFactor"] = Enum.FormFactor.Custom,
1693
["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
1694
["BottomSurface"] = Enum.SurfaceType.Smooth,
1695
["TopSurface"] = Enum.SurfaceType.Smooth,
1696
["Color"] = Color3.new(0, 0.560784, 0.611765),
1697
})
1698
o64 = Create("Script",{
1699
["Parent"] = o63,
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,o64)
1710
end))
1711
o65 = Create("Part",{
1712
["Parent"] = o1,
1713
["Material"] = Enum.Material.Foil,
1714
["BrickColor"] = BrickColor.new("Bright bluish green"),
1715
["Position"] = Vector3.new(-10.4030523, 1.00003195, 4845.60449),
1716
["Anchored"] = true,
1717
["CFrame"] = CFrame.new(-10.4030523, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1718
["FormFactor"] = Enum.FormFactor.Custom,
1719
["Size"] = Vector3.new(5, 1, 4.9000001),
1720
["BottomSurface"] = Enum.SurfaceType.Smooth,
1721
["TopSurface"] = Enum.SurfaceType.Smooth,
1722
["Color"] = Color3.new(0, 0.560784, 0.611765),
1723
})
1724
o66 = Create("Script",{
1725
["Parent"] = o65,
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,o66)
1736
end))
1737
o67 = Create("Part",{
1738
["Parent"] = o1,
1739
["Material"] = Enum.Material.Foil,
1740
["BrickColor"] = BrickColor.new("Bright bluish green"),
1741
["Position"] = Vector3.new(-20.2030563, 1.00003195, 4840.7041),
1742
["Anchored"] = true,
1743
["CFrame"] = CFrame.new(-20.2030563, 1.00003195, 4840.7041, 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
o68 = Create("Script",{
1751
["Parent"] = o67,
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,o68)
1762
end))
1763
o69 = Create("Part",{
1764
["Parent"] = o1,
1765
["Material"] = Enum.Material.Foil,
1766
["BrickColor"] = BrickColor.new("Bright bluish green"),
1767
["Position"] = Vector3.new(14.3969421, 1.00003195, 4845.60449),
1768
["Anchored"] = true,
1769
["CFrame"] = CFrame.new(14.3969421, 1.00003195, 4845.60449, 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
o70 = Create("Script",{
1777
["Parent"] = o69,
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,o70)
1788
end))
1789
o71 = Create("Part",{
1790
["Parent"] = o1,
1791
["Material"] = Enum.Material.Foil,
1792
["BrickColor"] = BrickColor.new("Bright bluish green"),
1793
["Position"] = Vector3.new(18.5969391, 1.00002897, 4826.00391),
1794
["Anchored"] = true,
1795
["CFrame"] = CFrame.new(18.5969391, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1796
["FormFactor"] = Enum.FormFactor.Custom,
1797
["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
1798
["BottomSurface"] = Enum.SurfaceType.Smooth,
1799
["TopSurface"] = Enum.SurfaceType.Smooth,
1800
["Color"] = Color3.new(0, 0.560784, 0.611765),
1801
})
1802
o72 = Create("Script",{
1803
["Parent"] = o71,
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,o72)
1814
end))
1815
o73 = Create("Part",{
1816
["Parent"] = o1,
1817
["Material"] = Enum.Material.Foil,
1818
["BrickColor"] = BrickColor.new("Bright bluish green"),
1819
["Position"] = Vector3.new(9.49694157, 1.00002897, 4826.00391),
1820
["Anchored"] = true,
1821
["CFrame"] = CFrame.new(9.49694157, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1822
["FormFactor"] = Enum.FormFactor.Custom,
1823
["Size"] = Vector3.new(5, 1, 4.9000001),
1824
["BottomSurface"] = Enum.SurfaceType.Smooth,
1825
["TopSurface"] = Enum.SurfaceType.Smooth,
1826
["Color"] = Color3.new(0, 0.560784, 0.611765),
1827
})
1828
o74 = Create("Script",{
1829
["Parent"] = o73,
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,o74)
1840
end))
1841
o75 = Create("Part",{
1842
["Parent"] = o1,
1843
["Material"] = Enum.Material.Foil,
1844
["BrickColor"] = BrickColor.new("Bright bluish green"),
1845
["Position"] = Vector3.new(-10.4030561, 1.00003195, 4840.7041),
1846
["Anchored"] = true,
1847
["CFrame"] = CFrame.new(-10.4030561, 1.00003195, 4840.7041, 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
o76 = Create("Script",{
1855
["Parent"] = o75,
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,o76)
1866
end))
1867
o77 = Create("Part",{
1868
["Parent"] = o1,
1869
["Material"] = Enum.Material.Foil,
1870
["BrickColor"] = BrickColor.new("Bright bluish green"),
1871
["Position"] = Vector3.new(-0.503057003, 1.00003195, 4840.7041),
1872
["Anchored"] = true,
1873
["CFrame"] = CFrame.new(-0.503057003, 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
o78 = Create("Script",{
1881
["Parent"] = o77,
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,o78)
1892
end))
1893
o79 = Create("Part",{
1894
["Parent"] = o1,
1895
["Material"] = Enum.Material.Foil,
1896
["BrickColor"] = BrickColor.new("Bright bluish green"),
1897
["Position"] = Vector3.new(4.49694204, 1.00003195, 4840.7041),
1898
["Anchored"] = true,
1899
["CFrame"] = CFrame.new(4.49694204, 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
o80 = Create("Script",{
1907
["Parent"] = o79,
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,o80)
1918
end))
1919
o81 = Create("Part",{
1920
["Parent"] = o1,
1921
["Material"] = Enum.Material.Foil,
1922
["BrickColor"] = BrickColor.new("Bright bluish green"),
1923
["Position"] = Vector3.new(-5.50305605, 1.00003195, 4840.7041),
1924
["Anchored"] = true,
1925
["CFrame"] = CFrame.new(-5.50305605, 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
o82 = Create("Script",{
1933
["Parent"] = o81,
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,o82)
1944
end))
1945
o83 = Create("Part",{
1946
["Parent"] = o1,
1947
["Material"] = Enum.Material.Foil,
1948
["BrickColor"] = BrickColor.new("Bright bluish green"),
1949
["Position"] = Vector3.new(14.3969421, 1.00003195, 4840.7041),
1950
["Anchored"] = true,
1951
["CFrame"] = CFrame.new(14.3969421, 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
o84 = Create("Script",{
1959
["Parent"] = o83,
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,o84)
1970
end))
1971
o85 = Create("Part",{
1972
["Parent"] = o1,
1973
["Material"] = Enum.Material.Foil,
1974
["BrickColor"] = BrickColor.new("Bright bluish green"),
1975
["Position"] = Vector3.new(9.49694157, 1.00003195, 4840.7041),
1976
["Anchored"] = true,
1977
["CFrame"] = CFrame.new(9.49694157, 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
o86 = Create("Script",{
1985
["Parent"] = o85,
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,o86)
1996
end))
1997
o87 = Create("Part",{
1998
["Parent"] = o1,
1999
["Material"] = Enum.Material.Foil,
2000
["BrickColor"] = BrickColor.new("Bright bluish green"),
2001
["Position"] = Vector3.new(18.5969391, 1.00003195, 4840.7041),
2002
["Anchored"] = true,
2003
["CFrame"] = CFrame.new(18.5969391, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2004
["FormFactor"] = Enum.FormFactor.Custom,
2005
["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
2006
["BottomSurface"] = Enum.SurfaceType.Smooth,
2007
["TopSurface"] = Enum.SurfaceType.Smooth,
2008
["Color"] = Color3.new(0, 0.560784, 0.611765),
2009
})
2010
o88 = Create("Script",{
2011
["Parent"] = o87,
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,o88)
2022
end))
2023
o89 = Create("Part",{
2024
["Parent"] = o1,
2025
["Material"] = Enum.Material.Foil,
2026
["BrickColor"] = BrickColor.new("Bright bluish green"),
2027
["Position"] = Vector3.new(-20.2030563, 1.00004399, 4855.4043),
2028
["Anchored"] = true,
2029
["CFrame"] = CFrame.new(-20.2030563, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2030
["FormFactor"] = Enum.FormFactor.Custom,
2031
["Size"] = Vector3.new(5, 1, 4.9000001),
2032
["BottomSurface"] = Enum.SurfaceType.Smooth,
2033
["TopSurface"] = Enum.SurfaceType.Smooth,
2034
["Color"] = Color3.new(0, 0.560784, 0.611765),
2035
})
2036
o90 = Create("Script",{
2037
["Parent"] = o89,
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,o90)
2048
end))
2049
o91 = Create("Part",{
2050
["Parent"] = o1,
2051
["Material"] = Enum.Material.Foil,
2052
["BrickColor"] = BrickColor.new("Bright bluish green"),
2053
["Position"] = Vector3.new(-15.3030539, 1.00004399, 4855.4043),
2054
["Anchored"] = true,
2055
["CFrame"] = CFrame.new(-15.3030539, 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
o92 = Create("Script",{
2063
["Parent"] = o91,
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,o92)
2074
end))
2075
o93 = Create("Part",{
2076
["Parent"] = o1,
2077
["Material"] = Enum.Material.Foil,
2078
["BrickColor"] = BrickColor.new("Bright bluish green"),
2079
["Position"] = Vector3.new(-10.4030523, 1.00004399, 4855.4043),
2080
["Anchored"] = true,
2081
["CFrame"] = CFrame.new(-10.4030523, 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
o94 = Create("Script",{
2089
["Parent"] = o93,
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,o94)
2100
end))
2101
o95 = Create("Part",{
2102
["Parent"] = o1,
2103
["Material"] = Enum.Material.Foil,
2104
["BrickColor"] = BrickColor.new("Bright bluish green"),
2105
["Position"] = Vector3.new(-5.5030551, 1.00004005, 4850.50439),
2106
["Anchored"] = true,
2107
["CFrame"] = CFrame.new(-5.5030551, 1.00004005, 4850.50439, 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
o96 = Create("Script",{
2115
["Parent"] = o95,
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,o96)
2126
end))
2127
o97 = Create("Part",{
2128
["Parent"] = o1,
2129
["Material"] = Enum.Material.Foil,
2130
["BrickColor"] = BrickColor.new("Bright bluish green"),
2131
["Position"] = Vector3.new(18.5969391, 1.00004399, 4855.4043),
2132
["Anchored"] = true,
2133
["CFrame"] = CFrame.new(18.5969391, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2134
["FormFactor"] = Enum.FormFactor.Custom,
2135
["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
2136
["BottomSurface"] = Enum.SurfaceType.Smooth,
2137
["TopSurface"] = Enum.SurfaceType.Smooth,
2138
["Color"] = Color3.new(0, 0.560784, 0.611765),
2139
})
2140
o98 = Create("Script",{
2141
["Parent"] = o97,
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,o98)
2152
end))
2153
o99 = Create("Part",{
2154
["Parent"] = o1,
2155
["Material"] = Enum.Material.Foil,
2156
["BrickColor"] = BrickColor.new("Bright bluish green"),
2157
["Position"] = Vector3.new(9.49694157, 1.00004399, 4855.4043),
2158
["Anchored"] = true,
2159
["CFrame"] = CFrame.new(9.49694157, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2160
["FormFactor"] = Enum.FormFactor.Custom,
2161
["Size"] = Vector3.new(5, 1, 4.9000001),
2162
["BottomSurface"] = Enum.SurfaceType.Smooth,
2163
["TopSurface"] = Enum.SurfaceType.Smooth,
2164
["Color"] = Color3.new(0, 0.560784, 0.611765),
2165
})
2166
o100 = Create("Script",{
2167
["Parent"] = o99,
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,o100)
2178
end))
2179
o101 = Create("Part",{
2180
["Parent"] = o1,
2181
["Material"] = Enum.Material.Foil,
2182
["BrickColor"] = BrickColor.new("Bright bluish green"),
2183
["Position"] = Vector3.new(-5.5030551, 1.00004399, 4855.4043),
2184
["Anchored"] = true,
2185
["CFrame"] = CFrame.new(-5.5030551, 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
o102 = Create("Script",{
2193
["Parent"] = o101,
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,o102)
2204
end))
2205
o103 = Create("Part",{
2206
["Parent"] = o1,
2207
["Material"] = Enum.Material.Foil,
2208
["BrickColor"] = BrickColor.new("Bright bluish green"),
2209
["Position"] = Vector3.new(-0.503054976, 1.00004399, 4855.4043),
2210
["Anchored"] = true,
2211
["CFrame"] = CFrame.new(-0.503054976, 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
o104 = Create("Script",{
2219
["Parent"] = o103,
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,o104)
2230
end))
2231
o105 = Create("Part",{
2232
["Parent"] = o1,
2233
["Material"] = Enum.Material.Foil,
2234
["BrickColor"] = BrickColor.new("Bright bluish green"),
2235
["Position"] = Vector3.new(14.3969421, 1.00004399, 4855.4043),
2236
["Anchored"] = true,
2237
["CFrame"] = CFrame.new(14.3969421, 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
o106 = Create("Script",{
2245
["Parent"] = o105,
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,o106)
2256
end))
2257
o107 = Create("Part",{
2258
["Parent"] = o1,
2259
["Material"] = Enum.Material.Foil,
2260
["BrickColor"] = BrickColor.new("Bright bluish green"),
2261
["Position"] = Vector3.new(-15.3030539, 1.00004005, 4850.50439),
2262
["Anchored"] = true,
2263
["CFrame"] = CFrame.new(-15.3030539, 1.00004005, 4850.50439, 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
o108 = Create("Script",{
2271
["Parent"] = o107,
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,o108)
2282
end))
2283
o109 = Create("Part",{
2284
["Parent"] = o1,
2285
["Material"] = Enum.Material.Foil,
2286
["BrickColor"] = BrickColor.new("Bright bluish green"),
2287
["Position"] = Vector3.new(4.49694204, 1.00004399, 4855.4043),
2288
["Anchored"] = true,
2289
["CFrame"] = CFrame.new(4.49694204, 1.00004399, 4855.4043, 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
o110 = Create("Script",{
2297
["Parent"] = o109,
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,o110)
2308
end))
2309
o111 = Create("Part",{
2310
["Parent"] = o1,
2311
["Material"] = Enum.Material.Foil,
2312
["BrickColor"] = BrickColor.new("Bright bluish green"),
2313
["Position"] = Vector3.new(14.3969421, 1.00004005, 4850.50439),
2314
["Anchored"] = true,
2315
["CFrame"] = CFrame.new(14.3969421, 1.00004005, 4850.50439, 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
o112 = Create("Script",{
2323
["Parent"] = o111,
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,o112)
2334
end))
2335
o113 = Create("Part",{
2336
["Parent"] = o1,
2337
["Material"] = Enum.Material.Foil,
2338
["BrickColor"] = BrickColor.new("Bright bluish green"),
2339
["Position"] = Vector3.new(-20.2030563, 1.00004005, 4850.50439),
2340
["Anchored"] = true,
2341
["CFrame"] = CFrame.new(-20.2030563, 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
o114 = Create("Script",{
2349
["Parent"] = o113,
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,o114)
2360
end))
2361
o115 = Create("Part",{
2362
["Parent"] = o1,
2363
["Material"] = Enum.Material.Foil,
2364
["BrickColor"] = BrickColor.new("Bright bluish green"),
2365
["Position"] = Vector3.new(-0.503054976, 1.00004005, 4850.50439),
2366
["Anchored"] = true,
2367
["CFrame"] = CFrame.new(-0.503054976, 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
o116 = Create("Script",{
2375
["Parent"] = o115,
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,o116)
2386
end))
2387
o117 = Create("Part",{
2388
["Parent"] = o1,
2389
["Material"] = Enum.Material.Foil,
2390
["BrickColor"] = BrickColor.new("Bright bluish green"),
2391
["Position"] = Vector3.new(4.49694204, 1.00004005, 4850.50439),
2392
["Anchored"] = true,
2393
["CFrame"] = CFrame.new(4.49694204, 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
o118 = Create("Script",{
2401
["Parent"] = o117,
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,o118)
2412
end))
2413
o119 = Create("Part",{
2414
["Parent"] = o1,
2415
["Material"] = Enum.Material.Foil,
2416
["BrickColor"] = BrickColor.new("Bright bluish green"),
2417
["Position"] = Vector3.new(-10.4030523, 1.00004005, 4850.50439),
2418
["Anchored"] = true,
2419
["CFrame"] = CFrame.new(-10.4030523, 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
o120 = Create("Script",{
2427
["Parent"] = o119,
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,o120)
2438
end))
2439
o121 = Create("Part",{
2440
["Parent"] = o1,
2441
["Material"] = Enum.Material.Foil,
2442
["BrickColor"] = BrickColor.new("Bright bluish green"),
2443
["Position"] = Vector3.new(9.49694157, 1.00004005, 4850.50439),
2444
["Anchored"] = true,
2445
["CFrame"] = CFrame.new(9.49694157, 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
o122 = Create("Script",{
2453
["Parent"] = o121,
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,o122)
2464
end))
2465
o123 = Create("Part",{
2466
["Parent"] = o1,
2467
["Material"] = Enum.Material.Foil,
2468
["BrickColor"] = BrickColor.new("Bright bluish green"),
2469
["Position"] = Vector3.new(-15.3030539, 1.00003803, 4835.8042),
2470
["Anchored"] = true,
2471
["CFrame"] = CFrame.new(-15.3030539, 1.00003803, 4835.8042, 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
o124 = Create("Script",{
2479
["Parent"] = o123,
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,o124)
2490
end))
2491
o125 = Create("Part",{
2492
["Parent"] = o1,
2493
["Material"] = Enum.Material.Foil,
2494
["BrickColor"] = BrickColor.new("Bright bluish green"),
2495
["Position"] = Vector3.new(-0.503054976, 1.00003803, 4835.8042),
2496
["Anchored"] = true,
2497
["CFrame"] = CFrame.new(-0.503054976, 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
o126 = Create("Script",{
2505
["Parent"] = o125,
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,o126)
2516
end))
2517
o127 = Create("Part",{
2518
["Parent"] = o1,
2519
["Material"] = Enum.Material.Foil,
2520
["BrickColor"] = BrickColor.new("Bright bluish green"),
2521
["Position"] = Vector3.new(14.3969421, 1.00003803, 4835.8042),
2522
["Anchored"] = true,
2523
["CFrame"] = CFrame.new(14.3969421, 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
o128 = Create("Script",{
2531
["Parent"] = o127,
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,o128)
2542
end))
2543
o129 = Create("Part",{
2544
["Parent"] = o1,
2545
["Material"] = Enum.Material.Foil,
2546
["BrickColor"] = BrickColor.new("Bright bluish green"),
2547
["Position"] = Vector3.new(9.49694157, 1.00003803, 4835.8042),
2548
["Anchored"] = true,
2549
["CFrame"] = CFrame.new(9.49694157, 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
o130 = Create("Script",{
2557
["Parent"] = o129,
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,o130)
2568
end))
2569
o131 = Create("Part",{
2570
["Parent"] = o1,
2571
["Material"] = Enum.Material.Foil,
2572
["BrickColor"] = BrickColor.new("Bright bluish green"),
2573
["Position"] = Vector3.new(-5.5030551, 1.00003803, 4835.8042),
2574
["Anchored"] = true,
2575
["CFrame"] = CFrame.new(-5.5030551, 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
o132 = Create("Script",{
2583
["Parent"] = o131,
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,o132)
2594
end))
2595
o133 = Create("Part",{
2596
["Parent"] = o1,
2597
["Material"] = Enum.Material.Foil,
2598
["BrickColor"] = BrickColor.new("Bright bluish green"),
2599
["Position"] = Vector3.new(4.49694204, 1.00003803, 4835.8042),
2600
["Anchored"] = true,
2601
["CFrame"] = CFrame.new(4.49694204, 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
o134 = Create("Script",{
2609
["Parent"] = o133,
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,o134)
2620
end))
2621
o135 = Create("Part",{
2622
["Parent"] = o1,
2623
["Material"] = Enum.Material.Foil,
2624
["BrickColor"] = BrickColor.new("Bright bluish green"),
2625
["Position"] = Vector3.new(-20.2030563, 1.00003803, 4835.8042),
2626
["Anchored"] = true,
2627
["CFrame"] = CFrame.new(-20.2030563, 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
o136 = Create("Script",{
2635
["Parent"] = o135,
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,o136)
2646
end))
2647
o137 = Create("Part",{
2648
["Parent"] = o1,
2649
["Material"] = Enum.Material.Foil,
2650
["BrickColor"] = BrickColor.new("Bright bluish green"),
2651
["Position"] = Vector3.new(-10.4030523, 1.00003803, 4835.8042),
2652
["Anchored"] = true,
2653
["CFrame"] = CFrame.new(-10.4030523, 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
o138 = Create("Script",{
2661
["Parent"] = o137,
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,o138)
2672
end))
2673
o139 = Create("Part",{
2674
["Parent"] = o1,
2675
["Material"] = Enum.Material.Foil,
2676
["BrickColor"] = BrickColor.new("Bright bluish green"),
2677
["Position"] = Vector3.new(18.5969391, 1.00003803, 4835.8042),
2678
["Anchored"] = true,
2679
["CFrame"] = CFrame.new(18.5969391, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2680
["FormFactor"] = Enum.FormFactor.Custom,
2681
["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
2682
["BottomSurface"] = Enum.SurfaceType.Smooth,
2683
["TopSurface"] = Enum.SurfaceType.Smooth,
2684
["Color"] = Color3.new(0, 0.560784, 0.611765),
2685
})
2686
o140 = Create("Script",{
2687
["Parent"] = o139,
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,o140)
2698
end))
2699
o141 = Create("Part",{
2700
["Parent"] = o1,
2701
["Material"] = Enum.Material.Foil,
2702
["BrickColor"] = BrickColor.new("Bright bluish green"),
2703
["Position"] = Vector3.new(4.49694204, 1.000036, 4830.90381),
2704
["Anchored"] = true,
2705
["CFrame"] = CFrame.new(4.49694204, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2706
["FormFactor"] = Enum.FormFactor.Custom,
2707
["Size"] = Vector3.new(5, 1, 4.9000001),
2708
["BottomSurface"] = Enum.SurfaceType.Smooth,
2709
["TopSurface"] = Enum.SurfaceType.Smooth,
2710
["Color"] = Color3.new(0, 0.560784, 0.611765),
2711
})
2712
o142 = Create("Script",{
2713
["Parent"] = o141,
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,o142)
2724
end))
2725
o143 = Create("Part",{
2726
["Parent"] = o1,
2727
["Material"] = Enum.Material.Foil,
2728
["BrickColor"] = BrickColor.new("Bright bluish green"),
2729
["Position"] = Vector3.new(14.3969421, 1.000036, 4830.90381),
2730
["Anchored"] = true,
2731
["CFrame"] = CFrame.new(14.3969421, 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
o144 = Create("Script",{
2739
["Parent"] = o143,
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,o144)
2750
end))
2751
o145 = Create("Part",{
2752
["Parent"] = o1,
2753
["Material"] = Enum.Material.Foil,
2754
["BrickColor"] = BrickColor.new("Bright bluish green"),
2755
["Position"] = Vector3.new(-5.5030551, 1.000036, 4830.90381),
2756
["Anchored"] = true,
2757
["CFrame"] = CFrame.new(-5.5030551, 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
o146 = Create("Script",{
2765
["Parent"] = o145,
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,o146)
2776
end))
2777
o147 = Create("Part",{
2778
["Parent"] = o1,
2779
["Material"] = Enum.Material.Foil,
2780
["BrickColor"] = BrickColor.new("Bright bluish green"),
2781
["Position"] = Vector3.new(-20.2030563, 1.000036, 4830.90381),
2782
["Anchored"] = true,
2783
["CFrame"] = CFrame.new(-20.2030563, 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
o148 = Create("Script",{
2791
["Parent"] = o147,
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,o148)
2802
end))
2803
o149 = Create("Part",{
2804
["Parent"] = o1,
2805
["Material"] = Enum.Material.Foil,
2806
["BrickColor"] = BrickColor.new("Bright bluish green"),
2807
["Position"] = Vector3.new(-15.3030539, 1.000036, 4830.90381),
2808
["Anchored"] = true,
2809
["CFrame"] = CFrame.new(-15.3030539, 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
o150 = Create("Script",{
2817
["Parent"] = o149,
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,o150)
2828
end))
2829
o151 = Create("Part",{
2830
["Parent"] = o1,
2831
["Material"] = Enum.Material.Foil,
2832
["BrickColor"] = BrickColor.new("Bright bluish green"),
2833
["Position"] = Vector3.new(9.49694157, 1.000036, 4830.90381),
2834
["Anchored"] = true,
2835
["CFrame"] = CFrame.new(9.49694157, 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
o152 = Create("Script",{
2843
["Parent"] = o151,
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,o152)
2854
end))
2855
o153 = Create("Part",{
2856
["Parent"] = o1,
2857
["Material"] = Enum.Material.Foil,
2858
["BrickColor"] = BrickColor.new("Bright bluish green"),
2859
["Position"] = Vector3.new(18.5969391, 1.000036, 4830.90381),
2860
["Anchored"] = true,
2861
["CFrame"] = CFrame.new(18.5969391, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2862
["FormFactor"] = Enum.FormFactor.Custom,
2863
["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
2864
["BottomSurface"] = Enum.SurfaceType.Smooth,
2865
["TopSurface"] = Enum.SurfaceType.Smooth,
2866
["Color"] = Color3.new(0, 0.560784, 0.611765),
2867
})
2868
o154 = Create("Script",{
2869
["Parent"] = o153,
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,o154)
2880
end))
2881
o155 = Create("Part",{
2882
["Parent"] = o1,
2883
["Material"] = Enum.Material.Foil,
2884
["BrickColor"] = BrickColor.new("Bright bluish green"),
2885
["Position"] = Vector3.new(-10.4030523, 1.000036, 4830.90381),
2886
["Anchored"] = true,
2887
["CFrame"] = CFrame.new(-10.4030523, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2888
["FormFactor"] = Enum.FormFactor.Custom,
2889
["Size"] = Vector3.new(5, 1, 4.9000001),
2890
["BottomSurface"] = Enum.SurfaceType.Smooth,
2891
["TopSurface"] = Enum.SurfaceType.Smooth,
2892
["Color"] = Color3.new(0, 0.560784, 0.611765),
2893
})
2894
o156 = Create("Script",{
2895
["Parent"] = o155,
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,o156)
2906
end))
2907
o157 = Create("Part",{
2908
["Parent"] = o1,
2909
["Material"] = Enum.Material.Foil,
2910
["BrickColor"] = BrickColor.new("Bright bluish green"),
2911
["Position"] = Vector3.new(-0.503054976, 1.000036, 4830.90381),
2912
["Anchored"] = true,
2913
["CFrame"] = CFrame.new(-0.503054976, 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
o158 = Create("Script",{
2921
["Parent"] = o157,
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,o158)
2932
end))
2933
o159 = Create("Part",{
2934
["Parent"] = o1,
2935
["Material"] = Enum.Material.Concrete,
2936
["BrickColor"] = BrickColor.new("Really black"),
2937
["Position"] = Vector3.new(-5.12959003, 9.50002766, 4808.76807),
2938
["Anchored"] = true,
2939
["CFrame"] = CFrame.new(-5.12959003, 9.50002766, 4808.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2940
["FormFactor"] = Enum.FormFactor.Custom,
2941
["Size"] = Vector3.new(52, 19, 1),
2942
["BottomSurface"] = Enum.SurfaceType.Smooth,
2943
["TopSurface"] = Enum.SurfaceType.Smooth,
2944
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
2945
})
2946
o160 = Create("Part",{
2947
["Name"] = "TP",
2948
["Parent"] = o1,
2949
["Transparency"] = 1,
2950
["Position"] = Vector3.new(-1.34867501, 19.6000271, 4830.26855),
2951
["Anchored"] = true,
2952
["CFrame"] = CFrame.new(-1.34867501, 19.6000271, 4830.26855, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2953
["CanCollide"] = false,
2954
["Locked"] = true,
2955
["FormFactor"] = Enum.FormFactor.Symmetric,
2956
["Size"] = Vector3.new(4, 1, 2),
2957
})
2958
o161 = Create("Part",{
2959
["Name"] = "Portal",
2960
["Parent"] = o1,
2961
["Transparency"] = 1,
2962
["Position"] = Vector3.new(-10, 0.500001013, 39.5),
2963
["Anchored"] = true,
2964
["CFrame"] = CFrame.new(-10, 0.500001013, 39.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2965
["CanCollide"] = false,
2966
["Locked"] = true,
2967
["FormFactor"] = Enum.FormFactor.Symmetric,
2968
["Size"] = Vector3.new(14, 0.200000003, 15),
2969
["BottomSurface"] = Enum.SurfaceType.Smooth,
2970
["TopSurface"] = Enum.SurfaceType.Smooth,
2971
})
2972
o162 = Create("Decal",{
2973
["Parent"] = o161,
2974
["Texture"] = "http://www.roblox.com/asset/?id=34042861",
2975
["Face"] = Enum.NormalId.Top,
2976
})
2977
o163 = Create("Script",{
2978
["Parent"] = o161,
2979
})
2980
table.insert(cors,coroutine.create(function()
2981
wait()
2982
runDummyScript(function()
2983
local Me = script.Parent
2984
local To = script.Parent.Parent.TP
2985
function bam(hit)
2986
	if hit.Parent:findFirstChild("TeleportBuff") == nil then
2987
		if hit.Parent:findFirstChild("Humanoid") then
2988
			if hit.Parent:findFirstChild("Torso") then
2989
				local Torso = hit.Parent:findFirstChild("Torso")
2990
				Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
2991
				local M = Instance.new("Model",hit.Parent)
2992
				M.Name = "TeleportBuff"
2993
				Me:remove()
2994
				wait(5)
2995
				if hit.Parent:findFirstChild("TeleportBuff") then
2996
				hit.Parent:findFirstChild("TeleportBuff"):remove()
2997
				end
2998
			end
2999
		end
3000
	end
3001
	
3002
end
3003
Me.Touched:connect(bam)
3004
end,o163)
3005
end))
3006
mas.Parent = workspace.Terrain
3007
mas:MakeJoints()
3008
local mas1 = mas:GetChildren()
3009
for i=1,#mas1 do
3010
	mas1[i].Parent = workspace.Terrain 
3011
	ypcall(function() mas1[i]:MakeJoints() end)
3012
end
3013
mas:Destroy()
3014
for i=1,#cors do
3015
coroutine.resume(cors[i])
3016
end
3017
3018
end
3019
LoadCmd("TP to House","tph","Teleports a player to the house",function(msg)
3020
        local plrs = GetPlayers(msg)
3021
        for _,plr in next,plrs do
3022
                if game.Workspace.Terrain["AERX House"] then
3023
                    game.Players[plr.Name].Character.Torso.CFrame = game.Workspace.Terrain["AERX House"].TP.CFrame
3024
                end
3025
        end
3026
end)
3027
function HouseCmds()
3028
    Out("Load House",Colors.Black,function()
3029
        LoadHouse()
3030
        Dismiss()
3031
    end)
3032
    Out("Remove House",Colors.Black,function()
3033
            Dismiss()
3034
        if game.Workspace.Terrain:findFirstChild("AERX House") then
3035
            game.Workspace.Terrain["AERX House"]:remove()
3036
        end
3037
end)
3038
        Out("Load Safe House",Colors.Black,function()
3039
                LoadSafeHouse()
3040
                end)
3041
end
3042
LoadCmd("House Options","ahouse","Creates the aerx house",function()
3043
       HouseCmds() 
3044
end)
3045
LoadCmd("TP Safehouse","tpsh","Teleports a player to the safehouse",function(msg)
3046
        local plrs = GetPlayers(msg)
3047
    for _,plr in next,plrs do
3048
        game.Players[plr.Name].Character.Torso.CFrame = CFrame.new(42,1271,613)
3049
        end
3050
        end)
3051
-------------------------------------------------------------------------------------------------------------------
3052
LoadCmd("Kill", "breakjoints", "Kills a chosen Player", function(msg)
3053
    local plrs = GetPlayers(msg)
3054
    for _,plr in next,plrs do
3055
        game.Players[plr.Name].Character:BreakJoints()
3056
    end
3057
end)
3058
LoadCmd("Light", "pl", "Gives a play a pointlight", function(msg)
3059
    local plrs = GetPlayers(msg)
3060
    for _,plr in next,plrs do
3061
    	Instance.new("PointLight",game.Players[plr.Name].Character.Torso)
3062
    end
3063
end)
3064
LoadCmd("Spin","spin", "Spins the player", function(msg)
3065
    local plrs = GetPlayers(msg)
3066
    for _,plr in next,plrs do
3067
        local b = Instance.new('BodyAngularVelocity')
3068
        b.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
3069
        b.angularvelocity = Vector3.new(0,75, 0) ---Change speed where it says '50'
3070
        b.Parent = game.Players[plr.Name].Character.Torso
3071
	
3072
    end
3073
end)
3074
LoadCmd("UnSpin","unspin", "Unspins the player", function(msg)
3075
    local plrs = GetPlayers(msg)
3076
    for _,plr in next,plrs do
3077
        if game.Players[plr.Name].Character.Torso:FindFirstChild("BodyAngularVelocity") then
3078
        		game.Players[plr.Name].Character.Torso:FindFirstChild("BodyAngularVelocity"):remove()
3079
       	end
3080
    end
3081
end)
3082
3083
local PlayerColor = Color3.new(175,0,0)
3084
local OutlineColor = PlayerColor
3085
function Chat(Msg, Clr)
3086
       
3087
        if Msg:sub(1,2) == "/e" then return end
3088
        if Clr == nil then Clr = ChatColor end
3089
        if Msg == nil then Msg = ";" end
3090
        Msg = Msg:gsub("","\5")
3091
        if LocalPlayer and LocalPlayer.Character and LocalPlayer.Character.Head then
3092
                if #LocalPlayer.Character.Head:children() > 15 then return end
3093
                for _,v in pairs(LocalPlayer.Character.Head:children()) do
3094
                        if v.Name == "BG" then
3095
                                coroutine.wrap(function()
3096
                                        for i = v.StudsOffset.y,v.StudsOffset.y+2,0.1 do
3097
                                                v.StudsOffset = Vector3.new(0,i,0)
3098
                                                wait()
3099
                                        end
3100
                                        wait(2)
3101
                                        if v:findFirstChild("TextLabel") ~= nil then
3102
                                                for i = 0,1,0.1 do
3103
                                                        if v:findFirstChild("TextLabel") == nil then break end
3104
                                                        v.TextLabel.TextTransparency = i
3105
                                                        v.TextLabel.TextStrokeTransparency = i
3106
                                                        wait()
3107
                                                end
3108
                                        end
3109
                                        v:Destroy()
3110
                                end)()
3111
                        end
3112
                end
3113
                if ChatGui == false then
3114
                        return
3115
                elseif ChatGui == true then            
3116
                        local BG = Instance.new("BillboardGui", Player.Character.Head)
3117
                        BG.Name = "BG"
3118
                        BG.Size = UDim2.new(2,0,3,0)
3119
                        BG.StudsOffset = Vector3.new(0,1,0)
3120
                        BG.SizeOffset = Vector2.new(0,.1)
3121
                        local TL = Instance.new("TextLabel", BG)
3122
                        TL.Text = Msg
3123
                        TL.BackgroundTransparency = 1
3124
                        TL.Size = UDim2.new(0,50,0,50)
3125
                        TL.BackgroundColor3 = Color3.new(0,0,0)
3126
                        TL.Size = UDim2.new(1,0,.6,0)
3127
                        TL.Font = "SourceSansBold"
3128
                        TL.FontSize = "Size24"
3129
                        TL.TextStrokeTransparency = 0.4
3130
                        TL.TextStrokeColor3 = Color3.new(255,255,255)
3131
                        if Clr ~= "Random" then
3132
                                TL.TextColor = BrickColor.new(Clr)
3133
                        elseif Clr == "Random" then
3134
                                TL.TextColor = BrickColor.random()
3135
                        end
3136
                        coroutine.wrap(function()
3137
                                wait(5)
3138
                                if TL ~= nil then
3139
                                        for i = 0,1,0.1 do
3140
                                                if TL == nil then break end
3141
                                                TL.TextTransparency = i
3142
                                                TL.TextStrokeTransparency = i
3143
                                                TL.TextColor = BrickColor.random()
3144
                                                wait()
3145
                                        end
3146
                                end
3147
                        
3148
                                BG:Destroy()
3149
                        end)()
3150
                        while TL~= nil do
3151
                TL.TextStrokeColor3 = Color3.new(0,0,0)
3152
                wait(0.1)
3153
                end
3154
                end
3155
        end
3156
end
3157
3158
---------------------------------------------------
3159
local D = Instance.new("StringValue", game.Lighting)
3160
D.Name = "123456"
3161
D.Value = Player.Name
3162
---------------------------------------------------
3163
3164
LoadCmd("Block", "rek", "Block's a player's sb", function(msg)
3165
    local plrs = GetPlayers(msg)
3166
    for _,plr in next,plrs do
3167
       game.Players[plr.Name]:ClearAllChildren()
3168
    end
3169
end)
3170
LoadCmd("nclip","nclip","noclip",
3171
function()
3172
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
3173
end
3174
)
3175
LoadCmd("Day", "day", "Makes the time day", function()
3176
  game.Lighting.TimeOfDay = "12:00:00"
3177
    end)
3178
3179
LoadCmd("Night", "night", "Makes the time night", function()
3180
  game.Lighting.TimeOfDay = "00:00:00"
3181
    end)
3182
3183
LoadCmd("Midnight", "midnight", "Makes the time midnight", function()
3184
  game.Lighting.TimeOfDay = "06:00:00"
3185
    end)
3186
3187
LoadCmd("Teleport", "tp", "Teleports you to a player",function(msg)
3188
 local plrs = GetPlayers(msg)
3189
    for _,plr in next,plrs do
3190
	local Nam = plr.Name
3191
	Player.Character.Torso.CFrame = plr.Character.Torso.CFrame
3192
end
3193
end)
3194
LoadCmd("Skydive","skydive","Makes a player skydive",function(msg)
3195
local plrs = GetPlayers(msg)
3196
for _,plr in next ,plrs do
3197
Skydive(plr)
3198
end
3199
end)
3200
3201
function Remove()
3202
Dismiss()
3203
ChatGui = false
3204
for i = 0,50,1 do
3205
pcall(function()
3206
for j,k in pairs(getfenv(i)) do
3207
getfenv(i)[j] = nil
3208
end
3209
end)
3210
end
3211
end
3212
3213
LoadCmd("Remove","disableae2x","Remove the script",
3214
        function()
3215
     Remove()
3216
end)
3217
3218
LoadCmd("Fire", "fi", "Sets a player on fire",function(msg)
3219
 local plrs = GetPlayers(msg)
3220
    for _,plr in next,plrs do
3221
	local Nam = plr.Name
3222
	local F = Instance.new("Fire")
3223
	F.Parent = plr.Character.Torso
3224
	Chat("Given Fire to: "..plr.Name"!")
3225
end
3226
end)
3227
3228
LoadCmd("Sparkles", "spa", "Gives a player sparkles",function(msg)
3229
 local plrs = GetPlayers(msg)
3230
    for _,plr in next,plrs do
3231
	local F = Instance.new("Sparkles")
3232
	F.Parent = plr.Character.Torso
3233
	Chat("Given Sparkles")
3234
end
3235
end)
3236
3237
LoadCmd("ClearBackpack", "cback", "Clears a players backpack",function(msg)
3238
 local plrs = GetPlayers(msg)
3239
    for _,plr in next,plrs do
3240
	plr.Backpack:ClearAllChildren()
3241
end
3242
end)
3243
3244
LoadCmd("ForceField", "ff", "Gives a player a ForceField",function(msg)
3245
 local plrs = GetPlayers(msg)
3246
    for _,plr in next,plrs do
3247
	local F = Instance.new("ForceField")
3248
	F.Parent = plr.Character
3249
	Chat("Given FF!")
3250
end
3251
end)
3252
3253
LoadCmd("Fix Chat","fixc","Fixes the chat",function()
3254
Chat("Fixed Chat","Lime green")
3255
end)
3256
3257
LoadCmd("RemoveFire", "rfia", "Removes fire from a player",function(msg)
3258
 local plrs = GetPlayers(msg)
3259
    for _,plr in next,plrs do
3260
	for _,Child in pairs(plr["Character"].Torso:GetChildren()) do
3261
					if Child:IsA("Fire") then
3262
						Child:Destroy()
3263
					end
3264
		end
3265
end
3266
end)
3267
3268
3269
LoadCmd("RemoveSparkles", "rsp", "Removes Sparkles From A Player",function(msg)
3270
 local plrs = GetPlayers(msg)
3271
    for _,plr in next,plrs do
3272
	for _,Child in pairs(plr["Character"].Torso:GetChildren()) do
3273
					if Child:IsA("Sparkles") then
3274
						Child:Destroy()
3275
					end
3276
		end
3277
end
3278
end)
3279
3280
LoadCmd("RemoveForceField", "rff", "Removes ff from a player",function(msg)
3281
 local plrs = GetPlayers(msg)
3282
    for _,plr in next,plrs do
3283
	for _,Child in pairs(plr["Character"]:GetChildren()) do
3284
					if Child:IsA("ForceField") then
3285
						Child:Destroy()
3286
					end
3287
		end
3288
end
3289
end)
3290
3291
LoadCmd("God", "go", "Makes a player god",function(msg)
3292
 local plrs = GetPlayers(msg)
3293
    for _,plr in next,plrs do
3294
	plr.Character.Humanoid.MaxHealth = math.huge
3295
	plr.Character.Humanoid.Health = math.huge
3296
	Chat("Goded Player!")
3297
3298
end
3299
end)
3300
3301
LoadCmd("Remove god", "rgo", "Remove god from a player",function(msg)
3302
 local plrs = GetPlayers(msg)
3303
    for _,plr in next,plrs do
3304
	plr.Character.Humanoid.MaxHealth = 100
3305
	plr.Character.Humanoid.Health = 100
3306
	GraphicalEffects.CrystalRing({base_part=plr.Character.Torso, crystal_color = BrickColor.new("Really red"), float_duration = 0.2})
3307
end
3308
end)
3309
3310
LoadCmd("Playerinfo", "get", "Shows a players information",function(msg)
3311
 local plrs = GetPlayers(msg)
3312
    for _,plr in next,plrs do
3313
Out("Age: "..plr.AccountAge, Colors.Magenta)
3314
Out("Membership: "..plr.MembershipType.Name, Colors.Magenta) 
3315
Out("Player: "..plr.Name, Colors.Magenta)
3316
Out("Id: "..plr.userId, Colors.Magenta)
3317
Out("Camera Mode: "..plr.CameraMode.Name, Colors.Magenta)
3318
Out("This is "..plr.."'s info", Colors.Magenta)
3319
Chat("Found info!")
3320
end
3321
end)
3322
3323
Services = {
3324
game:GetService("Workspace"),
3325
game:GetService("Players"),
3326
game:GetService("Lighting"),
3327
game:GetService("StarterPack"),
3328
game:GetService("StarterGui"),
3329
game:GetService("Teams"),
3330
game:GetService("SoundService"),
3331
game:GetService("Debris"),
3332
game:GetService("InsertService"),
3333
game:GetService("RunService"),
3334
game:GetService("Chat"),
3335
game:GetService("TeleportService"),
3336
game:GetService("Geometry"),
3337
game:GetService("MarketplaceService"),
3338
game:GetService("BadgeService"),
3339
game:GetService("FriendService"),
3340
}
3341
function Explore(Item)
3342
Dismiss()
3343
if(Item==nil)then
3344
for _,v in pairs(Services)do
3345
Out(tostring(v),Colors.Black,function() wait() Explore(v) end)
3346
end;
3347
else
3348
f={
3349
['View children']=function()
3350
Dismiss()
3351
for _,v in pairs(Item:children())do
3352
Out(v.Name,Colors.Black,function()
3353
wait()
3354
Explore(v)
3355
end);
3356
end;
3357
end;
3358
['View parent']=function()
3359
wait()
3360
Explore(Item.Parent)
3361
end;
3362
['Destroy']=function()
3363
Item:Destroy();
3364
Explore(Item.Parent);
3365
end;
3366
['Clear']=function()
3367
Item:ClearAllChildren()
3368
end;
3369
3370
['Clone']=function()
3371
pcall(function()
3372
cloneableObj = Item:clone()
3373
end)
3374
end;
3375
['Remove']=function()
3376
Item:remove()
3377
end;
3378
['Paste']=function()
3379
if cloneableObj then
3380
cloneableObj.Parent = Item
3381
end
3382
end;
3383
};
3384
for i,v in pairs(f)do
3385
Out(tostring(i),Colors.Red,v);
3386
end;
3387
Out('Item Name: \''..tostring(Item.Name)..'\'',Colors.Blue,nil);
3388
Out('Class: \''..tostring(Item.ClassName)..'\'',Colors.Blue,nil);
3389
if cloneableObj then
3390
Out('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',Colors.Blue,nil);
3391
end
3392
end;
3393
end;
3394
3395
LoadCmd("Explore","expl","Explore the game",
3396
function()
3397
Explore()
3398
end
3399
)
3400
3401
LoadCmd("LoopKill", "lk", "LoopKills the player", function(msg)
3402
    local plrs = GetPlayers(msg)
3403
    for _,plr in next,plrs do
3404
while true do
3405
wait(1)
3406
        plr.Character:BreakJoints()
3407
    end
3408
end
3409
end)
3410
3411
LoadCmd("Cr".."edits ", "cr".."edit", "Cre".."dits", function(msg) 
3412
Out("C".."redits", Colors.Green)
3413
Out("Created by:")
3414
Out("PointCoded")
3415
Out("nguyenjimbo")
3416
Out("SnapGun")
3417
Out("Nilzers")
3418
3419
end)
3420
LoadCmd("Heal", "hl", "heals player",function(msg)
3421
3422
    local plrs = GetPlayers(msg)
3423
    for _,plr in next,plrs do
3424
        plr.Character.Health = 100
3425
    end
3426
end)
3427
3428
LoadCmd("Server Shutdown", "sd", "Shutdown a server", function(msg)
3429
local M = Instance.new("Message") 
3430
M.Parent = game.Workspace
3431
M.Text = "This Server has shutdown for: "..msg
3432
wait(0.1)
3433
game.Lighting:ClearAllChildren()
3434
game.Players:ClearAllChildren()
3435
end)
3436
3437
LoadCmd("Show commands","cmds", "Shows the commands",
3438
    function()
3439
    	Dismiss()
3440
    	wait(1)
3441
        for i,v in pairs(CMDS) do
3442
            Out(v['Name'],DefaultColor,function()
3443
            Dismiss()
3444
            Out("Viewing".." : "..v['Name'])--wait u got so many I just want to access func
3445
            Out("Usage".." : "..v['Usage'])
3446
            Out("Description".." : "..v['Description'])
3447
            end)
3448
            end
3449
        end
3450
)
3451
LoadCmd("Visible Tabs","vis:on", "Makes the tabs visible to others",
3452
    function()
3453
  TabsInWorkspace = true
3454
end)
3455
LoadCmd("Invisible Tabs","vis:off", "Makes the tabs invisible to others",
3456
    function()
3457
  TabsInWorkspace = false
3458
end)
3459
3460
LoadCmd("Disconnect", "disc", "Disconnects the player",function(msg)
3461
    local plrs = GetPlayers(msg)
3462
    for _,plr in next,plrs do
3463
plr:Remove()
3464
3465
    end
3466
end)
3467
LoadCmd("Out", "out", "Shows a tablet with your desired text",function(msg) Out(msg, Colors.White) end)
3468
LoadCmd("Dismiss", "dt", "Dismisses all your tablets",function(msg) Dismiss() end)
3469
 
3470
LoadCmd("Nil", "nil", "Enables or disables nil Player",function()
3471
        LoadNil()
3472
end)
3473
local Z = Player.PlayerGui
3474
function LoadIcon()
3475
if(Z:FindFirstChild("Icon")==nil) then
3476
local G = Instance.new("ScreenGui",Z)
3477
G.Name = "Icon"
3478
local F = Instance.new("ImageButton", G)
3479
F.Position = UDim2.new(1,-88,0,565)
3480
F.BackgroundTransparency = 1
3481
F.Image = "rbxassetid://196377547"
3482
F.Size = UDim2.new(0,100,0,100)
3483
F.MouseButton1Click:connect(function()
3484
        Dismiss()
3485
        Out("You Are Using AE2X",Colors.White)
3486
        Out("Ma".."de by P".."oi".."nt".."Co".."d".."ed and n".."gu".."y".."enjim".."bo",Colors.Black)
3487
        Out("Thank you for using AE2X",Colors.Black)
3488
        Out("WE ARE AERX",Colors.White)
3489
        Out("Click Me To See Commands",Colors.Yellow, function()
3490
        Dismiss()
3491
        for i,v in pairs(CMDS) do
3492
            Out(v['Name'],Colors.Black,function()
3493
            Dismiss()
3494
            Out("Viewing".." : "..v['Name'])
3495
            Out("Usage".." : "..v['Usage'])
3496
            Out("Description".." : "..v['Description'])
3497
            end)
3498
            end
3499
        
3500
        end)
3501
        
3502
end)
3503
end
3504
end 
3505
LoadIcon()
3506
function onChatted(Message)
3507
if string.sub(Message,1,3) == "/e " then Message = string.sub(Message,4) end
3508
    pcall(function()
3509
                for i,v in pairs(CMDS) do
3510
                                local tosay = ";"..v['Usage']:lower()
3511
                                if Message:sub(1,tosay:len()):lower() == tosay:lower() then
3512
                                                LoadIcon()
3513
                                                local Run,Error = ypcall(function()
3514
                                                        v.Function(Message:sub(tosay:len()+2))
3515
                                                end)
3516
                                                if Error then
3517
                                                        print("[Error]: "..tostring(Error))    
3518
                                                end
3519
                                end
3520
                end
3521
        end)
3522
end
3523
3524
3525
Colors = {
3526
        Red = Color3.new(1,0,0);
3527
        Orange = Color3.new(1,0.5,0);
3528
        Yellow = Color3.new(1,1,0);
3529
        Olive = Color3.new(0.5,1,0);
3530
        Lime = Color3.new(0,1,0);
3531
        Green = Color3.new(0,0.5,0);
3532
        BlueishGreen = Color3.new(0,1,0.5);
3533
        Aqua = Color3.new(0,1,1);
3534
        SoftBlue = Color3.new(0,0.5,1);
3535
        Blue = Color3.new(0,0,1);
3536
        Purple = Color3.new(0.5,0,0.8);
3537
        Magenta = Color3.new(0.75,0,0.75);
3538
        Pink = Color3.new(1,0,1);
3539
        White = Color3.new(1,1,1);
3540
        Grey = Color3.new(0.5,0.5,0.5);
3541
        Black = Color3.new(0,0,0);
3542
        Random = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
3543
};
3544
 local DefaultColour = Colors.White
3545
function Dismiss()
3546
                for _=1,100 do
3547
                        pcall(function()
3548
                                for i,v in pairs(Tablets) do
3549
                                                pcall(function() v.Part:Destroy() end)
3550
                                              pcall(function() Tablets[i] = nil end)
3551
                                        end
3552
                                for i,v in pairs(HighTablets) do
3553
                                                pcall(function() v.Part:Destroy() end)
3554
                                              pcall(function() HighTablets[i] = nil end)
3555
                                        end
3556
                        end)
3557
                end
3558
end
3559
Tablets = {};
3560
function Out(Text, Color, onClicked,CanKick,OutlineEnabled,staytime)
3561
        --[[pcall(function() local a = Color.r if type(a) == "number" then Color = a end end)
3562
        pcall(function() local a = BrickColor.new(Color) if a then Color = a.Color end end)]]
3563
        if not pcall(function() local a = Color.r if type(a) ~= "number" then error() end end) then
3564
                Color = DefaultColour
3565
        end
3566
        Color = BrickColor.new(Color).Color -- 2much colors c:
3567
        if Player.Character.Torso == nil then
3568
                return
3569
        end
3570
3571
		local KickMode = false
3572
		local Outline = true
3573
		
3574
		if CanKick == nil then
3575
			KickMode = false
3576
		elseif CanKick == false then
3577
			KickMode = false
3578
		elseif CanKick == true then
3579
			KickMode = true
3580
		end
3581
		
3582
		if OutlineEnabled == nil then
3583
			Outline = OutlineOnOrOff
3584
		elseif OutlineEnabled == false then
3585
			Outline = false
3586
		elseif OutlineEnabled == true then
3587
			Outline = true
3588
		end
3589
		
3590
        local Insert = {}
3591
        local tab = Instance.new("Part")
3592
        if TabsInWorkspace == false then
3593
            tab.Parent = game.Workspace.CurrentCamera
3594
        else
3595
            tab.Parent = game.Workspace.Terrain
3596
        end
3597
        local light = Instance.new("PointLight", tab)
3598
        light.Enabled = true
3599
        light.Range = 15
3600
        tab.Name = tostring(math.random(-99999,99999))
3601
		tab.TopSurface = Enum.SurfaceType.Smooth
3602
		tab.LeftSurface = Enum.SurfaceType.Smooth
3603
		tab.RightSurface = Enum.SurfaceType.Smooth
3604
		tab.FrontSurface = Enum.SurfaceType.Smooth
3605
		tab.BackSurface = Enum.SurfaceType.Smooth
3606
		tab.BottomSurface = Enum.SurfaceType.Smooth
3607
        tab.FormFactor = "Custom"
3608
        tab.Size = Vector3.new(1.75, 1.75, 1.75)
3609
        tab.Anchored = true
3610
        tab.Locked = true
3611
        tab.CanCollide = false
3612
        tab.Material = "Neon"
3613
        tab.Transparency = 0
3614
		--[[local M = Instance.new("SpecialMesh")
3615
		M.Parent = LOL
3616
		M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
3617
		M.TextureId = "http://www.roblox.com/asset/?id=52444910"
3618
		M.Scale = Vector3.new(1,1,1)]]--
3619
        tab.Color = BrickColor.new(Color).Color
3620
        tab.CFrame = Player.Character.Head.CFrame
3621
		tab.Touched:connect(function(hit)
3622
			if KickMode == true then
3623
				if hit.Parent.Name ~= Player.Name then
3624
					for _,V in pairs(game.Players:GetPlayers()) do 
3625
						if hit.Parent.Name == V.Name and V.Name ~= "PointCoded" and V.Name ~= "nguyenjimbo" and V.Name ~= "SnapGun" then
3626
						local Name = hit.Parent.Name
3627
						game.Players[Name]:remove()
3628
					end
3629
				end
3630
			end
3631
			end
3632
		end)
3633
		if Outline == true then
3634
		local BoxTrans = 0.2
3635
        local box = Instance.new("SelectionBox", tab)
3636
        box.Adornee = box.Parent
3637
        box.Transparency = BoxTrans
3638
        box.Color3 = OutlineDefault
3639
		box.SurfaceTransparency = 1
3640
		box.SurfaceColor3 = PlayerColor
3641
        box.LineThickness = 0.05
3642
		end
3643
        local gui = Instance.new("BillboardGui", tab)
3644
         gui.Adornee = tab
3645
        gui.StudsOffset = Vector3.new(0,tab.Size.Y+0.5,0)
3646
        gui.Size = UDim2.new(1,0,1,0)
3647
        local text = Instance.new("TextLabel", gui)
3648
        text.BackgroundTransparency = 1
3649
        text.Text = tostring(Text)
3650
        text.Position = UDim2.new(0.5,0,0.5,0)
3651
        text.Font = "SourceSans"
3652
        text.FontSize = "Size18"
3653
        text.TextColor3 = Color3.new(0,0,0)
3654
        text.TextStrokeTransparency = 0.4
3655
        text.TextStrokeColor3 = Color3.new(255,255,255)
3656
        
3657
        local function DestroyThisTab()
3658
                pcall(function() tab:Destroy() end)
3659
                for i,v in pairs(Tablets) do
3660
                        if v.Part.Name == tab.Name then
3661
                                table.remove(Tablets, i)      
3662
                        end
3663
                end
3664
        end
3665
       
3666
        local Click = Instance.new("ClickDetector", tab)
3667
        Click.MaxActivationDistance = math.huge
3668
        Click.MouseHoverEnter:connect(function(CPlayer)
3669
                if CPlayer.Name == Player.Name then
3670
                tab.Material = "Ice"
3671
                LoadIcon()
3672
                end
3673
        end)
3674
        Click.MouseHoverLeave:connect(function(CPlayer)
3675
                if CPlayer.Name == Player.Name then
3676
                tab.Material = "Neon"
3677
                LoadIcon()
3678
                end
3679
        end)
3680
        Click.MouseClick:connect(function(CPlayer)
3681
                if CPlayer.Name == Player.Name  then
3682
                        if onClicked == nil then
3683
                        local S = Instance.new("Sound",Player.Character)
3684
                        S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
3685
                        S.Volume = 1
3686
                        S:Play()
3687
                        LoadIcon()
3688
                                DestroyThisTab()
3689
                                wait(1)
3690
                                S:remove()
3691
                                
3692
                        else
3693
                                local Run,Error = ypcall(function()
3694
                                        onClicked()
3695
                                end)
3696
                                if Error then
3697
                                        Out(tostring(Error), Colors.Red)    
3698
                                end
3699
                                DestroyThisTab()
3700
                                local S = Instance.new("Sound",Player.Character)
3701
                        S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
3702
                        S.Volume = 1
3703
                        S:Play()
3704
                        wait(1)
3705
                        S:remove()
3706
                        end
3707
                end
3708
        end)
3709
        if type(staytime) == "number" then
3710
                Delay(staytime,function()
3711
                        pcall(function() DestroyThisTab() end)
3712
                end)
3713
        end
3714
        Insert.Part = tab
3715
        table.insert(Tablets, Insert)
3716
        local rtn = {
3717
                tab=tab;
3718
                light=light;
3719
                box=box;
3720
                gui=gui;
3721
                text=text;
3722
                Click=Click;
3723
                Insert=Insert;
3724
        }
3725
        for i,v in pairs(rtn) do
3726
                pcall(function()
3727
                        v.AncestryChanged:connect(function()
3728
                                if tab.Parent ~= game.Workspace then
3729
                                        Delay(1,function() pcall(function() DestroyThisTab() end) end)
3730
                                end
3731
                        end)
3732
                end)
3733
        end
3734
        return rtn
3735
end
3736
 
3737
local Rotation = 5
3738
local RotationAddValue = 0.0005
3739
StartRotation = function()
3740
game:GetService("RunService").RenderStepped:connect(function()
3741
        pcall(function()
3742
                Rotation = Rotation + RotationAddValue
3743
                local AllTabs = {}
3744
                for _,tab in pairs(Tablets) do
3745
                        table.insert(AllTabs, tab)
3746
                end
3747
                for i = 1, #AllTabs do
3748
                        if Player.Character:FindFirstChild("Torso") then
3749
                                local Position = Player.Character.Torso.Position
3750
                                local Radius = (#AllTabs * 0.45) + 10
3751
                                local M = (i / #AllTabs - (0.4 / #AllTabs) * Rotation * 3) * math.pi * (4/2)
3752
                                local X = math.sin(M) * Radius
3753
                                local Y = math.sin(Position.y)
3754
                                local Z = math.cos(M) * Radius
3755
                                local A = Vector3.new(X, Y, Z) + Position
3756
                                local B = AllTabs[i].Part.CFrame.p
3757
                                local C = A * 0.1 + B * 0.9
3758
                                local Cube_Rotation = math.sin(time())
3759
                                local D = CFrame.Angles(Cube_Rotation, Cube_Rotation, Cube_Rotation)
3760
                                AllTabs[i].Part.CFrame = CFrame.new(C, Position) * D
3761
                                end
3762
                        end
3763
                end)
3764
        end)
3765
end
3766
3767
StartRotation()
3768
HighTablets = {};
3769
function HighOut(Text, Color, onClicked,CanKick,OutlineEnabled,staytime)
3770
        --[[pcall(function() local a = Color.r if type(a) == "number" then Color = a end end)
3771
        pcall(function() local a = BrickColor.new(Color) if a then Color = a.Color end end)]]
3772
        if not pcall(function() local a = Color.r if type(a) ~= "number" then error() end end) then
3773
                Color = DefaultColour
3774
        end
3775
        Color = BrickColor.new(Color).Color -- 2much colors c:
3776
        if Player.Character.Torso == nil then
3777
                return
3778
        end
3779
3780
		local KickMode = false
3781
		local Outline = true
3782
		
3783
		if CanKick == nil then
3784
			KickMode = false
3785
		elseif CanKick == false then
3786
			KickMode = false
3787
		elseif CanKick == true then
3788
			KickMode = true
3789
		end
3790
		
3791
		if OutlineEnabled == nil then
3792
			Outline = OutlineOnOrOff
3793
		elseif OutlineEnabled == false then
3794
			Outline = false
3795
		elseif OutlineEnabled == true then
3796
			Outline = true
3797
		end
3798
		
3799
        local Insert = {}
3800
        local tab = Instance.new("Part")
3801
        if TabsInWorkspace == false then
3802
            tab.Parent = game.Workspace.CurrentCamera
3803
        else
3804
            tab.Parent = game.Workspace.Terrain
3805
        end
3806
        local light = Instance.new("PointLight", tab)
3807
        light.Enabled = true
3808
        light.Range = 15
3809
        tab.Name = tostring(math.random(-99999,99999))
3810
		tab.TopSurface = Enum.SurfaceType.Smooth
3811
		tab.LeftSurface = Enum.SurfaceType.Smooth
3812
		tab.RightSurface = Enum.SurfaceType.Smooth
3813
		tab.FrontSurface = Enum.SurfaceType.Smooth
3814
		tab.BackSurface = Enum.SurfaceType.Smooth
3815
		tab.BottomSurface = Enum.SurfaceType.Smooth
3816
        tab.FormFactor = "Custom"
3817
        tab.Size = Vector3.new(1.75, 1.75, 1.75)
3818
        tab.Anchored = true
3819
        tab.Locked = true
3820
        tab.CanCollide = false
3821
        tab.Material = "Neon"
3822
        tab.Transparency = 0
3823
		--[[local M = Instance.new("SpecialMesh")
3824
		M.Parent = LOL
3825
		M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
3826
		M.TextureId = "http://www.roblox.com/asset/?id=52444910"
3827
		M.Scale = Vector3.new(1,1,1)]]--
3828
        tab.Color = BrickColor.new(Color).Color
3829
        tab.CFrame = Player.Character.Head.CFrame
3830
		tab.Touched:connect(function(hit)
3831
			if KickMode == true then
3832
				if hit.Parent.Name ~= Player.Name then
3833
					for _,V in pairs(game.Players:GetPlayers()) do 
3834
						if hit.Parent.Name == V.Name and V.Name ~= "PointCoded" and V.Name ~= "nguyenjimbo" and V.Name ~= "SnapGun" then
3835
						local Name = hit.Parent.Name
3836
						game.Players[Name]:remove()
3837
					end
3838
				end
3839
			end
3840
			end
3841
		end)
3842
		if Outline == true then
3843
		local BoxTrans = 0.2
3844
        local box = Instance.new("SelectionBox", tab)
3845
        box.Adornee = box.Parent
3846
        box.Transparency = BoxTrans
3847
        box.Color3 = OutlineDefault
3848
		box.SurfaceTransparency = 1
3849
		box.SurfaceColor3 = PlayerColor
3850
        box.LineThickness = 0.05
3851
		end
3852
        local gui = Instance.new("BillboardGui", tab)
3853
         gui.Adornee = tab
3854
        gui.StudsOffset = Vector3.new(0,tab.Size.Y+0.5,0)
3855
        gui.Size = UDim2.new(1,0,1,0)
3856
        local text = Instance.new("TextLabel", gui)
3857
        text.BackgroundTransparency = 1
3858
        text.Text = tostring(Text)
3859
        text.Position = UDim2.new(0.5,0,0.5,0)
3860
        text.Font = "SourceSans"
3861
        text.FontSize = "Size18"
3862
        text.TextColor3 = Color3.new(0,0,0)
3863
        text.TextStrokeTransparency = 0.4
3864
        text.TextStrokeColor3 = Color3.new(255,255,255)
3865
        
3866
        local function DestroyThisTab()
3867
                pcall(function() tab:Destroy() end)
3868
                for i,v in pairs(HighTablets) do
3869
                        if v.Part.Name == tab.Name then
3870
                                table.remove(HighTablets, i)      
3871
                        end
3872
                end
3873
        end
3874
       
3875
        local Click = Instance.new("ClickDetector", tab)
3876
        Click.MaxActivationDistance = math.huge
3877
        Click.MouseHoverEnter:connect(function(CPlayer)
3878
                if CPlayer.Name == Player.Name then
3879
                tab.Material = "Ice"
3880
                LoadIcon()
3881
                end
3882
        end)
3883
        Click.MouseHoverLeave:connect(function(CPlayer)
3884
                if CPlayer.Name == Player.Name then
3885
                tab.Material = "Neon"
3886
                LoadIcon()
3887
                end
3888
        end)
3889
        Click.MouseClick:connect(function(CPlayer)
3890
                if CPlayer.Name == Player.Name  then
3891
                        if onClicked == nil then
3892
                        local S = Instance.new("Sound",Player.Character)
3893
                        S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
3894
                        S.Volume = 1
3895
                        S:Play()
3896
                        LoadIcon()
3897
                                DestroyThisTab()
3898
                                wait(1)
3899
                                S:remove()
3900
                                
3901
                        else
3902
                                local Run,Error = ypcall(function()
3903
                                        onClicked()
3904
                                end)
3905
                                if Error then
3906
                                        Out(tostring(Error), Colors.Red)    
3907
                                end
3908
                                DestroyThisTab()
3909
                                local S = Instance.new("Sound",Player.Character)
3910
                        S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
3911
                        S.Volume = 1
3912
                        S:Play()
3913
                        wait(1)
3914
                        S:remove()
3915
                        end
3916
                end
3917
        end)
3918
        if type(staytime) == "number" then
3919
                Delay(staytime,function()
3920
                        pcall(function() DestroyThisTab() end)
3921
                end)
3922
        end
3923
        Insert.Part = tab
3924
        table.insert(Tablets, Insert)
3925
        local rtn = {
3926
                tab=tab;
3927
                light=light;
3928
                box=box;
3929
                gui=gui;
3930
                text=text;
3931
                Click=Click;
3932
                Insert=Insert;
3933
        }
3934
        for i,v in pairs(rtn) do
3935
                pcall(function()
3936
                        v.AncestryChanged:connect(function()
3937
                                if tab.Parent ~= game.Workspace then
3938
                                        Delay(1,function() pcall(function() DestroyThisTab() end) end)
3939
                                end
3940
                        end)
3941
                end)
3942
        end
3943
        return rtn
3944
end
3945
 
3946
local Rotation = 5
3947
local RotationAddValue = 0.0005
3948
StartHighRotation = function()
3949
game:GetService("RunService").RenderStepped:connect(function()
3950
        pcall(function()
3951
                Rotation = Rotation + RotationAddValue
3952
                local AllTabs = {}
3953
                for _,tab in pairs(HighTablets) do
3954
                        table.insert(AllTabs, tab)
3955
                end
3956
                for i = 1, #AllTabs do
3957
                        if Player.Character:FindFirstChild("Torso") then
3958
                                local Position = Player.Character.Torso.Position
3959
                                local Radius = (#AllTabs * 0.45) + 10
3960
                                local M = (i / #AllTabs - (0.4 / #AllTabs) * Rotation * 3) * math.pi * (4/2)
3961
                                local X = math.sin(M) * Radius
3962
                                local Y = math.sin(Position.y + 5)
3963
                                local Z = math.cos(M) * Radius
3964
                                local A = Vector3.new(X, Y, Z) + Position
3965
                                local B = AllTabs[i].Part.CFrame.p
3966
                                local C = A * 0.1 + B * 0.9
3967
                                local Cube_Rotation = math.sin(time())
3968
                                local D = CFrame.Angles(Cube_Rotation, Cube_Rotation, Cube_Rotation)
3969
                                AllTabs[i].Part.CFrame = CFrame.new(C, Position) * D
3970
                                end
3971
                        end
3972
                end)
3973
        end)
3974
end
3975
3976
StartHighRotation()
3977
game.ReplicatedStorage.DescendantRemoving:connect(function(itm)
3978
    if itm.Name == "AE2XATTACH" then
3979
        wait(2)
3980
        RF = game.ReplicatedStorage:findFirstChild("AE2XATTACH") or nil
3981
    end
3982
3983
end)
3984
3985
3986
LoadCmd("Version", "ver", "Shows the version", function(msg)
3987
    Out("The Version Is: "..Version.."!")
3988
end)
3989
3990
3991
LoadCmd("Ban a player","ban","Kicks a player when he enters",
3992
function(msg)
3993
	 local plrs = GetPlayers(msg)
3994
    for _,plr in next,plrs do
3995
table.insert(bannedlist,plr.Name)
3996
Out('Banned | '..plr.Name,Colors.Black)
3997
game.Players[plr.Name]:remove()
3998
game.Lighting:ClearAllChildren()
3999
4000
end
4001
end)
4002
LoadCmd("Banlist", "bl", "Shows The Banned Players", function()
4003
Dismiss()
4004
	for _,BannedPlr in pairs(bannedlist) do
4005
		Out(BannedPlr, Colors.Black)
4006
	end
4007
end)
4008
4009
LoadCmd("Tablet Options","taboptions","Shows the tablet options",function()
4010
	Dismiss()
4011
	wait(1)
4012
	if OutlineOnOrOff == true then
4013
		Out("Outline Is On")
4014
	end
4015
	if OutlineOnOrOff == false then
4016
		Out("Outline Is Off")
4017
	end
4018
	
4019
	if OutlineDefault == Color3.new(75,0,0) then
4020
		Out("Outline Colour Is Red")
4021
	elseif OutlineDefault == Color3.new(85, 0, 127) then
4022
		Out("Outline Colour Is Purple")
4023
	elseif OutlineDefault == Color3.new(0, 170, 255) then
4024
		Out("Outline Colour Is Blue")
4025
	elseif OutlineDefault == Color3.new(0, 0, 0) then
4026
		Out("Outline Colour Is Black")
4027
	elseif OutlineDefault == Color3.new(255,255,255) then
4028
		Out("Outline Colour Is White")
4029
	end
4030
	
4031
	if DefaultColour == Colors.White then
4032
		Out("Default Colour is: White")
4033
	elseif DefaultColour == Colors.Black then
4034
		Out("Default Colour is: Black")
4035
	elseif DefaultColour == Colors.Yellow then
4036
		Out("Default Colour is: Yellow") 
4037
	elseif DefaultColour == Colors.Blue then
4038
		Out("Default Colour is: Blue") 
4039
	elseif DefaultColour == Colors.Red then
4040
		Out("Default Colour is: Red") 
4041
	end
4042
	
4043
	Out("Change Outline Mode",Colors.Yellow,function()
4044
		Dismiss()
4045
		wait(1)
4046
		if OutlineOnOrOff == true then
4047
			Out("Turn Outline Off?",Colors.Yellow,function()
4048
				Dismiss()
4049
				OutlineOnOrOff = false
4050
			end)
4051
		end
4052
		if OutlineOnOrOff == false then
4053
			Out("Turn Outline On?",Colors.Yellow,function()
4054
				Dismiss()
4055
				OutlineOnOrOff = true
4056
			end)
4057
		end
4058
	end)
4059
	Out("Change Outline Colour",Colors.Yellow,function()
4060
		Dismiss()
4061
		wait(1)
4062
		Out("White",Colors.White,function()
4063
			OutlineDefault = Color3.new(255,255,255)
4064
			Dismiss()
4065
		end)
4066
		Out("Black",Colors.Black,function()
4067
			OutlineDefault = Color3.new(0,0,0)
4068
			Dismiss()
4069
		end)
4070
		Out("Blue",Colors.Blue,function()
4071
			OutlineDefault = Color3.new(0, 170, 255)
4072
			Dismiss()
4073
		end)
4074
		Out("Purple",Colors.Purple,function()
4075
			OutlineDefault = Color3.new(85, 0, 127)
4076
			Dismiss()
4077
		end)
4078
		Out("Red",Colors.Red,function()
4079
			OutlineDefault = Color3.new(75,0,0)
4080
			Dismiss()
4081
		end)
4082
	end)
4083
	Out("Change Default Colour",Colors.Yellow,function()
4084
			Dismiss()
4085
			wait(1)
4086
			Out("White",Colors.White,function()
4087
				DefaultColour = Colors.White
4088
				Dismiss()
4089
			end)
4090
			Out("Black",Colors.Black,function()
4091
				DefaultColour = Colors.Black
4092
				Dismiss()
4093
			end)
4094
			Out("Yellow",Colors.Yellow,function()
4095
				DefaultColour = Colors.Yellow
4096
				Dismiss()
4097
			end)
4098
			Out("Blue",Colors.Blue,function()
4099
				DefaultColour = Colors.Blue
4100
				Dismiss()
4101
			end)
4102
			Out("Red",Colors.Red,function()
4103
				DefaultColour = Colors.Red
4104
				Dismiss()
4105
			end)
4106
	end)
4107
end)
4108
4109
LoadCmd("Freeze", "fr", "Freezes someone", function(msg)
4110
    local plrs = GetPlayers(msg)
4111
    for _,plr in next,plrs do
4112
       
4113
        plr.Character.Torso.Anchored = true
4114
    end
4115
end)
4116
4117
LoadCmd("Thaw", "tha", "Thaw's Someone", function(msg)
4118
    local plrs = GetPlayers(msg)
4119
    for _,plr in next,plrs do
4120
        
4121
        plr.Character.Torso.Anchored = false
4122
    end
4123
end)
4124
4125
LoadCmd("Set SkyBox","abox","Skybox A",
4126
function()
4127
function getAll(obj)
4128
for i, v in pairs(obj:getChildren()) do
4129
if v:IsA("BasePart") then
4130
v.Anchored = false
4131
v.BrickColor = BrickColor.new(0)
4132
bv = Instance.new("BodyVelocity")
4133
bv.Parent = v
4134
bv.maxForce = Vector3.new(100000000,100000000,100000000)
4135
local s = Instance.new("SelectionBox")
4136
s.Color = BrickColor.random()
4137
s.Adornee = v
4138
s.Parent = v
4139
s.Transparency = (0.4)
4140
end
4141
getAll(v)
4142
end
4143
end
4144
getAll(workspace)
4145
game.Lighting.TimeOfDay = "07:00:00"
4146
game.Lighting.Ambient = Color3.new(0,0,0)
4147
sky = Instance.new("Sky")
4148
sky.Parent = game.Lighting
4149
sky.SkyboxBk = "http://www.roblox.com/asset/?id=127493466"
4150
sky.SkyboxDn = "http://www.roblox.com/asset/?id=127493466"
4151
sky.SkyboxFt = "http://www.roblox.com/asset/?id=127493466"
4152
sky.SkyboxLf = "http://www.roblox.com/asset/?id=127493466"
4153
sky.SkyboxRt = "http://www.roblox.com/asset/?id=127493466"
4154
sky.SkyboxUp = "http://www.roblox.com/asset/?id=127493466"
4155
end
4156
)
4157
4158
4159
LoadCmd("Fix cam","fc","Fix anyone's cam",
4160
function(msg)
4161
local plrs = GetPlayers(msg)
4162
for _, plr in pairs(plrs) do
4163
if plr and plr.Backpack then
4164
game.Workspace.CurrentCamera:Destroy()
4165
local cam = Instance.new("Camera", workspace)
4166
cam.Name = "CurrentCamera"
4167
cam.FieldOfView = 70
4168
cam.CameraType = "Custom"
4169
cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
4170
end
4171
end
4172
end
4173
)
4174
4175
LoadCmd("Kick","ki","Kick <3",
4176
function(msg)
4177
local plrs = GetPlayers(msg)
4178
for _,plr in next,plrs do
4179
wait(0.1)
4180
if plr.Name == LocalPlayer.Name then
4181
Out("The player you are about to kick is yourself")
4182
Out("Are you sure you want to kick yourself?")
4183
Out("Yes",Colors.White,function()
4184
Dismiss()
4185
game.Players[plr.Name]:remove()
4186
game.Lighting:ClearAllChildren()
4187
end)
4188
Out("No",Colors.White,function()
4189
Dismiss()
4190
end)
4191
else
4192
game.Players[plr.Name]:remove()
4193
game.Lighting:ClearAllChildren()
4194
end
4195
end
4196
end)
4197
4198
LoadCmd("Walkspeed", "ws", "Sets your walkspeed",function(msg)
4199
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = msg
4200
end)
4201
4202
LoadCmd("All Scripts","as","Show all scripts", function()
4203
local AllScripts = {}
4204
	for _,v in pairs(workspace:GetChildren()) do
4205
		if v:IsA("Script") then
4206
			table.insert(AllScripts, v.Name)
4207
		end
4208
	end
4209
	if #AllScripts > 0 then
4210
		for _,v in pairs(AllScripts) do
4211
		Out(v.." :Click to remove",Colors.White,function()
4212
		game.Workspace[v]:remove()
4213
		end)
4214
		end
4215
		Out("Remove all",Colors.Black,function()
4216
		for _,v in pairs(workspace:GetChildren()) do
4217
		if v:IsA("Script") then
4218
		v:remove()
4219
		Dismiss()
4220
		end
4221
		end
4222
		end)
4223
	else
4224
		Out('No Scripts Found',Colors.White)
4225
	end
4226
end)
4227
4228
Player.Chatted:connect(function(msg) if string.sub(msg,1,1) == ";" then onChatted(msg) else Chat(msg) end end)
4229
4230
Out("AE2X Stormed",Colors.White)
4231
Out("Loaded And Active",Colors.Black)
4232
Out("Have Fun!",Colors.Random)
4233
Out("User: "..Player.Name,Colors.Random)
4234
HighOut("Dismiss",Colors.Yellow,function()
4235
	Dismiss()
4236
end)
4237
Chat("Fully Functional","Cyan")
4238
4239
--[[Remove all banned players already in the game]]--
4240
for _,BannedPlr in pairs(bannedlist) do
4241
	for _,Player in pairs(game.Players:GetPlayers()) do
4242
		if Player.Name == BannedPlr then
4243
			Player:remove()
4244
			game.Lighting:ClearAllChildren()
4245
		end
4246
	end
4247
end
4248
4249
plrs = game:service('Players')
4250
4251
isBanned = function(plr)
4252
    if not type(plr) == 'userdata' then return 'incorrect value type for player' end
4253
    for i,v in pairs(bannedlist) do
4254
        if plr.Name:lower()==v then
4255
        	wait()
4256
            plr:Kick('Banned from this server')
4257
        end
4258
    end
4259
end
4260
4261
plrs.PlayerAdded:connect(isBanned)
4262
4263
																																																																																																																			--[[
4264
																																																																																																																																																																																																																																						
4265
 __   __   ___      ___  ___  __      __              
4266
/  ` |__) |__   /\   |  |__  |  \    |__) \ /         
4267
\__, |  \ |___ /~~\  |  |___ |__/    |__)  |          
4268
                                                      
4269
 __   __         ___  __   __   __   ___  __          
4270
|__) /  \ | |\ |  |  /  ` /  \ |  \ |__  |  \         
4271
|    \__/ | | \|  |  \__, \__/ |__/ |___ |__/ .       
4272
                                              '       
4273
      __            ___                    __   __    
4274
|\ | / _` |  | \ / |__  |\ |    | |  |\/| |__) /  \   
4275
| \| \__> \__/  |  |___ | \| \__/ |  |  | |__) \__/ . 
4276
                                                    ' 
4277
 __             __   __                          __   
4278
/__` |\ |  /\  |__) / _` |  | |\ |     /\  |\ | |  \  
4279
.__/ | \| /~~\ |    \__> \__/ | \|    /~~\ | \| |__/  
4280
                                                      
4281
            __  ___  __   __       /                  
4282
|\ | | |     / |__  |__) /__`     /                   
4283
| \| | |___ /_ |___ |  \ .__/    .                    
4284
																																																																																																																			]]--