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