Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[Created By PointCoded, nguyenjimbo, Nilzer, SnapGun and others!]]--
- --[[Pls Dont Give It Out Randomly]]--
- --[[
- ¦¦¦¦¦+ ¦¦¦¦¦¦¦+¦¦¦¦¦¦+ ¦¦+ ¦¦+
- ¦¦+--¦¦+¦¦+----++----¦¦++¦¦+¦¦++
- ¦¦¦¦¦¦¦¦¦¦¦¦¦+ ¦¦¦¦¦++ +¦¦¦++
- ¦¦+--¦¦¦¦¦+--+ ¦¦+---+ ¦¦+¦¦+
- ¦¦¦ ¦¦¦¦¦¦¦¦¦¦+¦¦¦¦¦¦¦+¦¦++ ¦¦+
- +-+ +-++------++------++-+ +-+
- --]]
- wait()
- local Player = game.Players.LocalPlayer
- local Char = Player.Character
- local Camera = game.Workspace.CurrentCamera
- local Lighting = game.Lighting
- local YourName = Player.Name
- local ClickSound = "130794851"
- local Mouse = Player:GetMouse()
- local Players = game.Players
- local Cam = game.Workspace.CurrentCamera
- local OutlineOnOrOff = false
- local UserInterface = game:service'UserInputService'
- local bannedlist = {"TORNADO11191alt","TORNADO11191","hrocks1"}
- local OutlineDefault = Color3.new(255,255,255)
- local Disco = false
- local ChatColor = "Really black"
- local ChatGui = true
- --[[================REDFINES================]]--
- local LocalPlayer = Player
- local char = Char
- local Terrain = game.Workspace.Terrain
- local DefaultColor = DefaultColour
- --[[================NIL=====================]]--
- function LoadNil()
- if Terrain:FindFirstChild("AE2X Nil "..YourName) then
- Terrain:FindFirstChild("AE2X Nil "..YourName):remove()
- end
- MakeNilPlayer()
- if game.Players.LocalPlayer ~= nil then
- game.Players.LocalPlayer:remove()
- end
- end
- function MakeNilPlayer()
- local Probe = Instance.new("Model",Terrain)
- Probe.Name = "AE2X Nil "..YourName
- Char = Probe
- local P = Instance.new("Part",Probe)
- P.Size = Vector3.new(2.75,2.75,2.75)
- P.Name = "Probe"
- P.CanCollide = false
- P.Reflectance = 0.1
- local rotation = 0
- P.Anchored = true
- P.BrickColor = BrickColor.new("Black")
- P.TopSurface = "Smooth"
- P.BottomSurface = "Smooth"
- P.Transparency = 0.2
- P.Material = "Neon"
- P.CFrame = Cam.Focus
- Cam:remove()
- game:GetService("RunService").RenderStepped:connect(function()
- wait()
- pcall(function()
- P.CFrame = Cam.Focus * CFrame.Angles(0, rotation, 0)
- rotation = rotation + 0.1
- if game.Workspace.CurrentCamera then
- game.Workspace.CurrentCamera:remove()
- end
- wait()
- end)
- end)
- end
- --[[================Protections=============]]--
- local DontTouchBypassers = {"personsadminlol","nguyenjimbo","SnapGun","Nilzers","jplt","RAFA1608","CrE4TiioN123","AltraIncantatrix","Elttob"}
- local EnviromentalBypassers = {"PointCoded","nguyenjimbo","SnapGun","Nilzers","jplt","v3rm","CrE4TiioN123","Elttob"}
- local CantBeKicked = {"PointCoded","nguyenjimbo","SnapGun","Nilzers","jplt","v3rm","CrE4TiioN123","AltraIncantatrix","Elttob"}
- --[[================Bypass==================]]--
- local CMDS = {};
- 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
- if script ~= true then
- print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
- else
- print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
- end
- --[[[================Skydive================]]--
- function Skydive(player)
- 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)
- end
- --[[[================Players================]]--
- function GetPlayers(str)
- local found = {};
- if str == "all" then
- for i,v in pairs(game.Players:children()) do
- if v:IsA("Player") then table.insert(found,v) end
- end
- else
- for i,v in pairs(game.Players:children()) do
- if string.match(v.Name:lower(), str:lower()) and v:IsA("Player") then
- table.insert(found,v)
- end
- end
- end
- return found
- end
- --[[=================Cmds===================]]--
- function LoadCmd(nme, usg, desc,func)
- table.insert(CMDS, {['Name']=nme, ['Usage']=usg, ['Description']=desc, ['Function']=func})
- end
- LoadCmd("Kick Tab","donttouch","Creates a tab that kicks people on touch",function(msg)
- Dismiss()
- for i=1,msg do
- Out("Dont Touch Me",Colors.Black,nil,true,false)
- end
- end)
- LoadCmd("Chat Options","chat","Shows the chat functions",function()
- Dismiss()
- Out("Chat Off",Colors.White,function()
- ChatGui = false
- Dismiss()
- end)
- Out("Chat On",Colors.White,function()
- ChatGui = true
- Dismiss()
- end)
- Out("Chat Colour",Colors.White,function()
- Dismiss()
- ShowChatColours()
- end)
- end)
- function ShowChatColours()
- wait(1)
- Out("Black",Colors.Black,function()
- ChatColor = "Black"
- Dismiss()
- end)
- Out("Camo",Colors.Green,function()
- ChatColor = "Camo"
- Dismiss()
- end)
- Out("Cyan",Colors.Blue,function()
- ChatColor = "Cyan"
- Dismiss()
- end)
- Out("White",Colors.White,function()
- ChatColor = "White"
- Dismiss()
- end)
- Out("Royal purple",Colors.Purple,function()
- ChatColor = "Royal purple"
- Dismiss()
- end)
- end
- local SoundNumber = 0
- local MySound = {}
- LoadCmd("Sound","snd","Loads A Sound",function(msg)
- Dismiss()
- SoundNumber = SoundNumber + 1
- MySound = SoundNumber
- local Sound = Instance.new("Sound",game.Workspace)
- Sound.SoundId = "http://www.roblox.com/Asset/?id="..msg
- Sound:Play()
- game:GetService("RunService").RenderStepped:connect(function()
- if Sound == nil and MySound == SoundNumber then
- local Sound = Instance.new("Sound",game.Workspace)
- Sound.SoundId = "http://www.roblox.com/Asset/?id="..msg
- Sound:Play()
- elseif Sound == nil and MySound ~= SoundNumber then
- Sound:Stop()
- Sound:Remove()
- elseif Sound and Sound.IsPlaying == false then
- Sound:Play()
- end
- end)
- function SoundOptions(ChosenSound)
- Out("Pitch = "..ChosenSound.Pitch)
- Out("Volume = "..ChosenSound.Volume)
- Out("Pitch + .1",nil,function()
- ChosenSound.Pitch = ChosenSound.Pitch + .1
- Dismiss()
- wait(.1)
- SoundOptions(ChosenSound)
- end)
- Out("Pitch - .1",nil,function()
- ChosenSound.Pitch = ChosenSound.Pitch - .1
- Dismiss()
- wait(.1)
- SoundOptions(ChosenSound)
- end)
- Out("Volume + .1",nil,function()
- ChosenSound.Volume = ChosenSound.Volume + .1
- Dismiss()
- wait(.1)
- SoundOptions(ChosenSound)
- end)
- Out("Volume - .1",nil,function()
- ChosenSound.Volume = ChosenSound.Volume - .1
- Dismiss()
- wait(.1)
- SoundOptions(ChosenSound)
- end)
- end
- SoundOptions(Sound)
- end)
- LoadCmd("Clean", "clr", "Clears Workspace", function()
- for index, child in ipairs(Workspace:GetChildren()) do
- if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
- pcall(child.Destroy, child)
- end
- end
- local base = Instance.new("Part")
- base.Anchored = true
- base.BrickColor = BrickColor.new("Camo")
- base.Material = "Grass"
- base.Locked = true
- base.Name = "Base"
- base.Size = Vector3.new(512, 1.2, 512)
- base.Parent = Workspace
- end)
- LoadCmd("MegaClear","mclr","Mega Clear",function()
- for _,Thing in pairs (game.Workspace.Terrain:GetChildren()) do
- Thing:remove()
- end
- game.Workspace.Terrain:Clear()
- for index, child in ipairs(Workspace:GetChildren()) do
- if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
- pcall(child.Destroy, child)
- end
- end
- local base = Instance.new("Part")
- base.Anchored = true
- base.BrickColor = BrickColor.new("Camo")
- base.Material = "Grass"
- base.Locked = true
- base.Name = "Base"
- base.Size = Vector3.new(512, 1.2, 512)
- base.Parent = Workspace
- end)
- LoadCmd("Loop Clear","lmclr","Loop mega clear",function()
- for i=1,500 do
- wait(0.1)
- for _,Thing in pairs (game.Workspace.Terrain:GetChildren()) do
- Thing:remove()
- end
- game.Workspace.Terrain:Clear()
- for index, child in ipairs(Workspace:GetChildren()) do
- if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
- pcall(child.Destroy, child)
- end
- end
- local base = Instance.new("Part")
- base.Anchored = true
- base.BrickColor = BrickColor.new("Camo")
- base.Material = "Grass"
- base.Locked = true
- base.Name = "Base"
- base.Size = Vector3.new(512, 1.2, 512)
- base.Parent = Workspace
- end
- end)
- ---------------------------------------------------------------------------------------------------------------
- --[[=====Load Scripts Bit=====]]--
- function ShowScripts(Player)
- Out("The Player Is: "..Player.Name,Colors.Black)
- end
- LoadCmd("Script List","scrlist","Shows a list of scripts you could run on a player",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- Dismiss()
- ShowScripts(plr)
- end
- end)
- ---------------------------------------------------------------------------------------------------------------
- LoadCmd("ClearA","dta","Clears Terrain and all tabs",function()
- Dismiss()
- game.Workspace.Terrain:ClearAllChildren()
- end)
- --[[Disco stuff]]--
- function c3lerp(a,b,t)
- return Color3.new(a.r * (1-t) + (b.r*t),a.g * (1-t) + (b.g*t),a.b * (1-t) + (b.b*t))
- end
- l=game:service'Lighting'
- Colorss={
- Color3.new(1,0,0);
- Color3.new(0,1,0);
- Color3.new(0,0,1);
- Color3.new(0,1,1);
- Color3.new(1,0,1);
- Color3.new(1,1,0);
- }
- function ShowDisco()
- Out("Disco On",Colors.Black,function()
- Disco = true
- Dismiss()
- while Disco do
- local k=l.Ambient
- local b=Colorss[math.random(1,#Colorss)]
- local slow=100
- for i=1, slow do
- l.Ambient=c3lerp(k,b,i/slow)
- wait()
- end
- end
- end)
- Out("Disco Off",Colors.Black,function()
- Disco = false
- Dismiss()
- end)
- end
- LoadCmd("rainbow","rainbow","Disco Options",function()
- Dismiss()
- wait(1)
- ShowDisco()
- end)
- -------------------------------------------------------------------------------------------------------------------
- function LoadSafeHouse()
- Create = function(itemClass,tabl)
- local item = Instance.new(itemClass)
- for i,v in pairs(tabl) do
- local a,b = ypcall(function() return item[i] end)
- if a then
- item[i] = tabl[i]
- end
- end
- return item
- end
- function runDummyScript(f,scri)
- local oldenv = getfenv(f)
- local newenv = setmetatable({}, {
- __index = function(_, k)
- if k:lower() == 'script' then
- return scri
- else
- return oldenv[k]
- end
- end
- })
- setfenv(f, newenv)
- ypcall(function() f() end)
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "AERX SafeHouse"
- o1 = Create("Model",{
- ["Parent"] = mas,
- })
- o2 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Brick,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Position"] = Vector3.new(3.44035411, 1241.5, 695.15918),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(3.44035411, 1241.5, 695.15918, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(87, 67, 2),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o3 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Brick,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Position"] = Vector3.new(46.4403534, 1241.5, 652.65918),
- ["Rotation"] = Vector3.new(0, 90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(46.4403534, 1241.5, 652.65918, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(86, 67, 2),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o4 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Slate,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(3.29072595, 1270.5, 652.773193),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(3.29072595, 1270.5, 652.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(85, 1, 84),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o5 = Create("Part",{
- ["Name"] = "TeleDown",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Ice,
- ["BrickColor"] = BrickColor.new("Lime green"),
- ["Position"] = Vector3.new(42.7907257, 1271.09998, 613.773193),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(42.7907257, 1271.09998, 613.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(4, 1, 4),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 0),
- })
- o6 = Create("Script",{
- ["Parent"] = o5,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local TeleDown = script.Parent
- local TeleUp = script.Parent.Parent.TeleUp
- function tele(hit)
- if hit.Parent:findFirstChild("Humanoid") then
- if hit.Parent:findFirstChild("TeleportBuff") == nil then
- local Human = hit.Parent:findFirstChild("Humanoid")
- if hit.Parent:findFirstChild("Torso") then
- local Torso = hit.Parent:findFirstChild("Torso")
- local M = Instance.new("Model",hit.Parent)
- M.Name = "TeleportBuff"
- Torso.CFrame = CFrame.new(TeleUp.CFrame.X,TeleUp.CFrame.Y + 4,TeleUp.CFrame.Z)
- wait(5)
- if hit.Parent:findFirstChild("TeleportBuff") then
- hit.Parent:findFirstChild("TeleportBuff"):remove()
- end
- end
- end
- end
- end
- TeleDown.Touched:connect(tele)
- end,o6)
- end))
- o7 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Brick,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Position"] = Vector3.new(3.44035411, 1241.5, 610.15918),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(3.44035411, 1241.5, 610.15918, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(87, 67, 2),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o8 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Brick,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Position"] = Vector3.new(-39.5596466, 1241.5, 652.65918),
- ["Rotation"] = Vector3.new(0, 90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-39.5596466, 1241.5, 652.65918, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(86, 67, 2),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o9 = Create("Part",{
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(32.7708817, 1241.5, 617.539185),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(32.7708817, 1241.5, 617.539185, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(1, 57, 13),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- o10 = Create("Part",{
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(43.0705223, 1241.5, 623.269287),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(43.0705223, 1241.5, 623.269287, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 57, 1),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- o11 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Brick,
- ["Position"] = Vector3.new(42.996212, 1210.99988, 623.353394),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(42.996212, 1210.99988, 623.353394, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 5, 1),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- o12 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Brick,
- ["Position"] = Vector3.new(32.9446678, 1210.99988, 617.305786),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(32.9446678, 1210.99988, 617.305786, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(1, 5, 13),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- o13 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Wood,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(3.29072595, 1208.5, 652.773193),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(3.29072595, 1208.5, 652.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(85, 1, 84),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o14 = Create("Part",{
- ["Name"] = "TeleUp",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Ice,
- ["BrickColor"] = BrickColor.new("Really red"),
- ["Position"] = Vector3.new(42.3897552, 1208.99988, 614.059204),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(42.3897552, 1208.99988, 614.059204, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(4, 1, 4),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(1, 0, 0),
- })
- o15 = Create("Script",{
- ["Parent"] = o14,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Me = script.Parent
- local To = script.Parent.Parent.TeleDown
- function bam(hit)
- if hit.Parent:findFirstChild("TeleportBuff") == nil then
- if hit.Parent:findFirstChild("Humanoid") then
- if hit.Parent:findFirstChild("Torso") then
- local Torso = hit.Parent:findFirstChild("Torso")
- Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
- local M = Instance.new("Model",hit.Parent)
- M.Name = "TeleportBuff"
- wait(5)
- if hit.Parent:findFirstChild("TeleportBuff") then
- hit.Parent:findFirstChild("TeleportBuff"):remove()
- end
- end
- end
- end
- end
- Me.Touched:connect(bam)
- end,o15)
- end))
- o16 = Create("Part",{
- ["Name"] = "Particles",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(-0.999996006, 1269.5, 653.999878),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.999996006, 1269.5, 653.999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = Vector3.new(4, 1, 2),
- })
- o17 = Create("PointLight",{
- ["Parent"] = o16,
- ["Color"] = Color3.new(0, 0, 0),
- ["Brightness"] = 4,
- ["Range"] = 50,
- })
- o18 = Create("ParticleEmitter",{
- ["Parent"] = o16,
- ["Rotation"] = NumberRange.new(50,50),
- ["Size"] = NumberSequence.new(0.20000000298023,0.20000000298023),
- ["LightEmission"] = 0.83999997377396,
- ["Texture"] = "http://www.roblox.com/asset/?id=300899453",
- ["Lifetime"] = NumberRange.new(8,10),
- ["RotSpeed"] = NumberRange.new(2,2),
- ["Speed"] = NumberRange.new(10,10),
- ["VelocitySpread"] = 20,
- })
- o19 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Grass,
- ["BrickColor"] = BrickColor.new("Camo"),
- ["Position"] = Vector3.new(-12.6446676, 1224.21948, 684.526611),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-12.6446676, 1224.21948, 684.526611, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(52.5, 1, 19.3999996),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.227451, 0.490196, 0.0823529),
- })
- o20 = Create("Script",{
- ["Parent"] = o19,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Part = script.Parent
- function bam(hit)
- 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
- hit.Parent:BreakJoints()
- end
- end
- Part.Touched:connect(bam)
- end,o20)
- end))
- o21 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Marble,
- ["BrickColor"] = BrickColor.new("Bright blue"),
- ["Position"] = Vector3.new(17.1517639, 1216.75549, 626.127563),
- ["Rotation"] = Vector3.new(-67.9304962, -22.0438042, 29.2175961),
- ["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),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(15.6000004, 15.6000004, 15.6000004),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
- })
- o22 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Pebble,
- ["BrickColor"] = BrickColor.new("Lime green"),
- ["Position"] = Vector3.new(-32.969986, 1212.49854, 625.882935),
- ["Rotation"] = Vector3.new(-131.485703, 45.7341461, 95.7716751),
- ["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),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(7, 7, 7),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 0),
- })
- o23 = Create("Part",{
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(-12.6862221, 1243.7196, 676.068115),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-12.6862221, 1243.7196, 676.068115, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(50.5999985, 39, 1.20000005),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- o24 = Create("Script",{
- ["Parent"] = o23,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Part = script.Parent
- function bam(hit)
- if hit.Parent.Name == "PointCoded" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "nguyenjimbo" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "AltraIncantatrix" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "imaboos2" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "SnapGun" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "Nilzers" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "Elttob" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "vr3m" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "CoolMLGPlayer" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- 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
- hit.Parent:BreakJoints()
- end
- end
- Part.Touched:connect(bam)
- end,o24)
- end))
- o25 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Grass,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(2.33906198, 1214.99731, 650.606812),
- ["Rotation"] = Vector3.new(-45.8041115, -28.1088905, 45.130291),
- ["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),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(12, 12, 12),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o26 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Ice,
- ["BrickColor"] = BrickColor.new("Deep orange"),
- ["Position"] = Vector3.new(-27.9697552, 1215.9978, 655.029785),
- ["Rotation"] = Vector3.new(-14.088625, 18.0388794, 144.624756),
- ["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),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(14, 14, 14),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(1, 0.686275, 0),
- })
- o27 = Create("Part",{
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(12.6485596, 1244.76941, 684.901978),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(12.6485596, 1244.76941, 684.901978, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(0.799999952, 41.0999985, 19.5),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- o28 = Create("Script",{
- ["Parent"] = o27,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Part = script.Parent
- function bam(hit)
- if hit.Parent.Name == "PointCoded" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "nguyenjimbo" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "AltraIncantatrix" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "imaboos2" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "SnapGun" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "Nilzers" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "Elttob" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "vr3m" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- if hit.Parent.Name == "CoolMLGPlayer" then
- Part.CanCollide = false
- wait(0.6)
- Part.CanCollide = true
- end
- 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
- hit.Parent:BreakJoints()
- if hit.Parent:FindFirstChild("Torso") then
- hit.Parent:FindFirstChild("Torso"):remove()
- end
- end
- end
- Part.Touched:connect(bam)
- end,o28)
- end))
- o29 = Create("TrussPart",{
- ["Parent"] = o1,
- ["Position"] = Vector3.new(14.6053295, 1216.99988, 684.59082),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.6053295, 1216.99988, 684.59082, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Locked"] = true,
- ["Size"] = Vector3.new(2, 16, 2),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- mas.Parent = workspace.Terrain
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = workspace.Terrain
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- for i=1,#cors do
- coroutine.resume(cors[i])
- end
- end
- function LoadHouse()
- Create = function(itemClass,tabl)
- local item = Instance.new(itemClass)
- for i,v in pairs(tabl) do
- local a,b = ypcall(function() return item[i] end)
- if a then
- item[i] = tabl[i]
- end
- end
- return item
- end
- function runDummyScript(f,scri)
- local oldenv = getfenv(f)
- local newenv = setmetatable({}, {
- __index = function(_, k)
- if k:lower() == 'script' then
- return scri
- else
- return oldenv[k]
- end
- end
- })
- setfenv(f, newenv)
- ypcall(function() f() end)
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "AE2X House"
- o1 = Create("Model",{
- ["Name"] = "AERX House",
- ["Parent"] = mas,
- })
- o2 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Concrete,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(20.870409, 9.50002766, 4834.76807),
- ["Rotation"] = Vector3.new(-0, -90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(20.870409, 9.50002766, 4834.76807, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(52, 19, 1),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o3 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Concrete,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(-1.19026697, 2.50002789, 4817.9668),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-1.19026697, 2.50002789, 4817.9668, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(43.2000008, 4, 1.5),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o4 = Create("Part",{
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(-23.1957016, 11.2737818, 4835.34863),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-23.1957016, 11.2737818, 4835.34863, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(0.399999976, 13.3999996, 35.5999985),
- })
- o5 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Concrete,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(-31.1295891, 9.50002766, 4834.76807),
- ["Rotation"] = Vector3.new(-0, -90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.1295891, 9.50002766, 4834.76807, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(52, 19, 1),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o6 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-5.50305605, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.50305605, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o7 = Create("Script",{
- ["Parent"] = o6,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o7)
- end))
- o8 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(9.49694157, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(9.49694157, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o9 = Create("Script",{
- ["Parent"] = o8,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o9)
- end))
- o10 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(18.5969429, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.5969429, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o11 = Create("Script",{
- ["Parent"] = o10,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o11)
- end))
- o12 = Create("Part",{
- ["Name"] = "TeleUp",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright green"),
- ["Position"] = Vector3.new(16.6366081, 1.00002897, 4813.271),
- ["Rotation"] = Vector3.new(-0, 30.0000019, -0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(16.6366081, 1.00002897, 4813.271, 0.866025388, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025388),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(4, 1, 4),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
- })
- o13 = Create("Script",{
- ["Parent"] = o12,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Me = script.Parent
- local To = script.Parent.Parent.TeleDown
- function bam(hit)
- if hit.Parent:findFirstChild("TeleportBuff") == nil then
- if hit.Parent:findFirstChild("Humanoid") then
- if hit.Parent:findFirstChild("Torso") then
- local Torso = hit.Parent:findFirstChild("Torso")
- Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
- local M = Instance.new("Model",hit.Parent)
- M.Name = "TeleportBuff"
- wait(5)
- if hit.Parent:findFirstChild("TeleportBuff") then
- hit.Parent:findFirstChild("TeleportBuff"):remove()
- end
- end
- end
- end
- end
- Me.Touched:connect(bam)
- end,o13)
- end))
- o14 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-10.4030561, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10.4030561, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o15 = Create("Script",{
- ["Parent"] = o14,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o15)
- end))
- o16 = Create("Part",{
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(-5.17958879, 12.7982597, 4817.64795),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.17958879, 12.7982597, 4817.64795, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(51.0999985, 10.3000002, 1.79999995),
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o17 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-20.2030563, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.2030563, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o18 = Create("Script",{
- ["Parent"] = o17,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o18)
- end))
- o19 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Concrete,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(-23.1666031, 2.50002789, 4835.35156),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-23.1666031, 2.50002789, 4835.35156, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(0.900000095, 4, 35.8999977),
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o20 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Brick,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Position"] = Vector3.new(-5.22013378, 0.500029027, 4834.96826),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.22013378, 0.500029027, 4834.96826, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(52, 1, 52),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- })
- o21 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-15.3030558, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.3030558, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o22 = Create("Script",{
- ["Parent"] = o21,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o22)
- end))
- o23 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(4.496943, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(4.496943, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o24 = Create("Script",{
- ["Parent"] = o23,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o24)
- end))
- o25 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-0.503057003, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.503057003, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o26 = Create("Script",{
- ["Parent"] = o25,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o26)
- end))
- o27 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(14.3969421, 1.00002897, 4821.104),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.3969421, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o28 = Create("Script",{
- ["Parent"] = o27,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o28)
- end))
- o29 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Concrete,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(-5.12959003, 9.50002766, 4860.76807),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.12959003, 9.50002766, 4860.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(52, 19, 1),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o30 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Marble,
- ["BrickColor"] = BrickColor.new("Bright blue"),
- ["Reflectance"] = 0.10000000149012,
- ["Transparency"] = 0.10000000149012,
- ["Position"] = Vector3.new(-5.4486742, 18.6000271, 4834.76807),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.4486742, 18.6000271, 4834.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(51.7999992, 1, 51),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
- })
- o31 = Create("Part",{
- ["Name"] = "TeleDown",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Really red"),
- ["Position"] = Vector3.new(-27.238308, 19.4000263, 4857.07715),
- ["Rotation"] = Vector3.new(-0, 30.0000019, -0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-27.238308, 19.4000263, 4857.07715, 0.866025388, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025388),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(4, 1, 4),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(1, 0, 0),
- })
- o32 = Create("Script",{
- ["Parent"] = o31,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local TeleDown = script.Parent
- local TeleUp = script.Parent.Parent.TeleUp
- function tele(hit)
- if hit.Parent:findFirstChild("Humanoid") then
- if hit.Parent:findFirstChild("TeleportBuff") == nil then
- local Human = hit.Parent:findFirstChild("Humanoid")
- if hit.Parent:findFirstChild("Torso") then
- local Torso = hit.Parent:findFirstChild("Torso")
- local M = Instance.new("Model",hit.Parent)
- M.Name = "TeleportBuff"
- Torso.CFrame = CFrame.new(TeleUp.CFrame.X,TeleUp.CFrame.Y + 3,TeleUp.CFrame.Z)
- wait(5)
- if hit.Parent:findFirstChild("TeleportBuff") then
- hit.Parent:findFirstChild("TeleportBuff"):remove()
- end
- end
- end
- end
- end
- TeleDown.Touched:connect(tele)
- end,o32)
- end))
- o33 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-15.3030539, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.3030539, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o34 = Create("Script",{
- ["Parent"] = o33,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o34)
- end))
- o35 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(9.49694157, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(9.49694157, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o36 = Create("Script",{
- ["Parent"] = o35,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o36)
- end))
- o37 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-0.503054976, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.503054976, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o38 = Create("Script",{
- ["Parent"] = o37,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o38)
- end))
- o39 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(14.3969421, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.3969421, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o40 = Create("Script",{
- ["Parent"] = o39,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o40)
- end))
- o41 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(4.49694204, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(4.49694204, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o42 = Create("Script",{
- ["Parent"] = o41,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o42)
- end))
- o43 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(4.49694204, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(4.49694204, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o44 = Create("Script",{
- ["Parent"] = o43,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o44)
- end))
- o45 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-0.503054976, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.503054976, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o46 = Create("Script",{
- ["Parent"] = o45,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o46)
- end))
- o47 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-15.3030539, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.3030539, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o48 = Create("Script",{
- ["Parent"] = o47,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o48)
- end))
- o49 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-5.5030551, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.5030551, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o50 = Create("Script",{
- ["Parent"] = o49,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o50)
- end))
- o51 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-20.2030563, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.2030563, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o52 = Create("Script",{
- ["Parent"] = o51,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o52)
- end))
- o53 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-15.3030558, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.3030558, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o54 = Create("Script",{
- ["Parent"] = o53,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o54)
- end))
- o55 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(18.5969391, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.5969391, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o56 = Create("Script",{
- ["Parent"] = o55,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o56)
- end))
- o57 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-20.2030563, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.2030563, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o58 = Create("Script",{
- ["Parent"] = o57,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o58)
- end))
- o59 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-10.4030523, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10.4030523, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o60 = Create("Script",{
- ["Parent"] = o59,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o60)
- end))
- o61 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-5.5030551, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.5030551, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o62 = Create("Script",{
- ["Parent"] = o61,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o62)
- end))
- o63 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(18.5969391, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.5969391, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o64 = Create("Script",{
- ["Parent"] = o63,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o64)
- end))
- o65 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-10.4030523, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10.4030523, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o66 = Create("Script",{
- ["Parent"] = o65,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o66)
- end))
- o67 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-20.2030563, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.2030563, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o68 = Create("Script",{
- ["Parent"] = o67,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o68)
- end))
- o69 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(14.3969421, 1.00003195, 4845.60449),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.3969421, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o70 = Create("Script",{
- ["Parent"] = o69,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o70)
- end))
- o71 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(18.5969391, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.5969391, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o72 = Create("Script",{
- ["Parent"] = o71,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o72)
- end))
- o73 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(9.49694157, 1.00002897, 4826.00391),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(9.49694157, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o74 = Create("Script",{
- ["Parent"] = o73,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o74)
- end))
- o75 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-10.4030561, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10.4030561, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o76 = Create("Script",{
- ["Parent"] = o75,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o76)
- end))
- o77 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-0.503057003, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.503057003, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o78 = Create("Script",{
- ["Parent"] = o77,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o78)
- end))
- o79 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(4.49694204, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(4.49694204, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o80 = Create("Script",{
- ["Parent"] = o79,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o80)
- end))
- o81 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-5.50305605, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.50305605, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o82 = Create("Script",{
- ["Parent"] = o81,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o82)
- end))
- o83 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(14.3969421, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.3969421, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o84 = Create("Script",{
- ["Parent"] = o83,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o84)
- end))
- o85 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(9.49694157, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(9.49694157, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o86 = Create("Script",{
- ["Parent"] = o85,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o86)
- end))
- o87 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(18.5969391, 1.00003195, 4840.7041),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.5969391, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o88 = Create("Script",{
- ["Parent"] = o87,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o88)
- end))
- o89 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-20.2030563, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.2030563, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o90 = Create("Script",{
- ["Parent"] = o89,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o90)
- end))
- o91 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-15.3030539, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.3030539, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o92 = Create("Script",{
- ["Parent"] = o91,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o92)
- end))
- o93 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-10.4030523, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10.4030523, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o94 = Create("Script",{
- ["Parent"] = o93,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o94)
- end))
- o95 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-5.5030551, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.5030551, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o96 = Create("Script",{
- ["Parent"] = o95,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o96)
- end))
- o97 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(18.5969391, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.5969391, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o98 = Create("Script",{
- ["Parent"] = o97,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o98)
- end))
- o99 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(9.49694157, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(9.49694157, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o100 = Create("Script",{
- ["Parent"] = o99,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o100)
- end))
- o101 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-5.5030551, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.5030551, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o102 = Create("Script",{
- ["Parent"] = o101,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o102)
- end))
- o103 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-0.503054976, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.503054976, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o104 = Create("Script",{
- ["Parent"] = o103,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o104)
- end))
- o105 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(14.3969421, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.3969421, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o106 = Create("Script",{
- ["Parent"] = o105,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o106)
- end))
- o107 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-15.3030539, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.3030539, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o108 = Create("Script",{
- ["Parent"] = o107,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o108)
- end))
- o109 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(4.49694204, 1.00004399, 4855.4043),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(4.49694204, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o110 = Create("Script",{
- ["Parent"] = o109,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o110)
- end))
- o111 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(14.3969421, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.3969421, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o112 = Create("Script",{
- ["Parent"] = o111,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o112)
- end))
- o113 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-20.2030563, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.2030563, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o114 = Create("Script",{
- ["Parent"] = o113,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o114)
- end))
- o115 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-0.503054976, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.503054976, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o116 = Create("Script",{
- ["Parent"] = o115,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o116)
- end))
- o117 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(4.49694204, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(4.49694204, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o118 = Create("Script",{
- ["Parent"] = o117,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o118)
- end))
- o119 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-10.4030523, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10.4030523, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o120 = Create("Script",{
- ["Parent"] = o119,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o120)
- end))
- o121 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(9.49694157, 1.00004005, 4850.50439),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(9.49694157, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o122 = Create("Script",{
- ["Parent"] = o121,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o122)
- end))
- o123 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-15.3030539, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.3030539, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o124 = Create("Script",{
- ["Parent"] = o123,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o124)
- end))
- o125 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-0.503054976, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.503054976, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o126 = Create("Script",{
- ["Parent"] = o125,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o126)
- end))
- o127 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(14.3969421, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.3969421, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o128 = Create("Script",{
- ["Parent"] = o127,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o128)
- end))
- o129 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(9.49694157, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(9.49694157, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o130 = Create("Script",{
- ["Parent"] = o129,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o130)
- end))
- o131 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-5.5030551, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.5030551, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o132 = Create("Script",{
- ["Parent"] = o131,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o132)
- end))
- o133 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(4.49694204, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(4.49694204, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o134 = Create("Script",{
- ["Parent"] = o133,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o134)
- end))
- o135 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-20.2030563, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.2030563, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o136 = Create("Script",{
- ["Parent"] = o135,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o136)
- end))
- o137 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-10.4030523, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10.4030523, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o138 = Create("Script",{
- ["Parent"] = o137,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o138)
- end))
- o139 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(18.5969391, 1.00003803, 4835.8042),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.5969391, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o140 = Create("Script",{
- ["Parent"] = o139,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o140)
- end))
- o141 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(4.49694204, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(4.49694204, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o142 = Create("Script",{
- ["Parent"] = o141,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o142)
- end))
- o143 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(14.3969421, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(14.3969421, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o144 = Create("Script",{
- ["Parent"] = o143,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o144)
- end))
- o145 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-5.5030551, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.5030551, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o146 = Create("Script",{
- ["Parent"] = o145,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o146)
- end))
- o147 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-20.2030563, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.2030563, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o148 = Create("Script",{
- ["Parent"] = o147,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o148)
- end))
- o149 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-15.3030539, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.3030539, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o150 = Create("Script",{
- ["Parent"] = o149,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o150)
- end))
- o151 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(9.49694157, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(9.49694157, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o152 = Create("Script",{
- ["Parent"] = o151,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o152)
- end))
- o153 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(18.5969391, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.5969391, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o154 = Create("Script",{
- ["Parent"] = o153,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o154)
- end))
- o155 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-10.4030523, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10.4030523, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o156 = Create("Script",{
- ["Parent"] = o155,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o156)
- end))
- o157 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Foil,
- ["BrickColor"] = BrickColor.new("Bright bluish green"),
- ["Position"] = Vector3.new(-0.503054976, 1.000036, 4830.90381),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.503054976, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(5, 1, 4.9000001),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0.560784, 0.611765),
- })
- o158 = Create("Script",{
- ["Parent"] = o157,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Brick = script.Parent
- while true do
- Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
- wait(0.8)
- end
- end,o158)
- end))
- o159 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Concrete,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = Vector3.new(-5.12959003, 9.50002766, 4808.76807),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-5.12959003, 9.50002766, 4808.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(52, 19, 1),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- })
- o160 = Create("Part",{
- ["Name"] = "TP",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(-1.34867501, 19.6000271, 4830.26855),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-1.34867501, 19.6000271, 4830.26855, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["CanCollide"] = false,
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = Vector3.new(4, 1, 2),
- })
- o161 = Create("Part",{
- ["Name"] = "Portal",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(-10, 0.500001013, 39.5),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-10, 0.500001013, 39.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["CanCollide"] = false,
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = Vector3.new(14, 0.200000003, 15),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- o162 = Create("Decal",{
- ["Parent"] = o161,
- ["Texture"] = "http://www.roblox.com/asset/?id=34042861",
- ["Face"] = Enum.NormalId.Top,
- })
- o163 = Create("Script",{
- ["Parent"] = o161,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Me = script.Parent
- local To = script.Parent.Parent.TP
- function bam(hit)
- if hit.Parent:findFirstChild("TeleportBuff") == nil then
- if hit.Parent:findFirstChild("Humanoid") then
- if hit.Parent:findFirstChild("Torso") then
- local Torso = hit.Parent:findFirstChild("Torso")
- Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
- local M = Instance.new("Model",hit.Parent)
- M.Name = "TeleportBuff"
- Me:remove()
- wait(5)
- if hit.Parent:findFirstChild("TeleportBuff") then
- hit.Parent:findFirstChild("TeleportBuff"):remove()
- end
- end
- end
- end
- end
- Me.Touched:connect(bam)
- end,o163)
- end))
- mas.Parent = workspace.Terrain
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = workspace.Terrain
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- for i=1,#cors do
- coroutine.resume(cors[i])
- end
- end
- LoadCmd("TP to House","tph","Teleports a player to the house",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- if game.Workspace.Terrain["AERX House"] then
- game.Players[plr.Name].Character.Torso.CFrame = game.Workspace.Terrain["AERX House"].TP.CFrame
- end
- end
- end)
- function HouseCmds()
- Out("Load House",Colors.Black,function()
- LoadHouse()
- Dismiss()
- end)
- Out("Remove House",Colors.Black,function()
- Dismiss()
- if game.Workspace.Terrain:findFirstChild("AERX House") then
- game.Workspace.Terrain["AERX House"]:remove()
- end
- end)
- Out("Load Safe House",Colors.Black,function()
- LoadSafeHouse()
- end)
- end
- LoadCmd("House Options","ahouse","Creates the aerx house",function()
- HouseCmds()
- end)
- LoadCmd("TP Safehouse","tpsh","Teleports a player to the safehouse",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- game.Players[plr.Name].Character.Torso.CFrame = CFrame.new(42,1271,613)
- end
- end)
- -------------------------------------------------------------------------------------------------------------------
- LoadCmd("Kill", "breakjoints", "Kills a chosen Player", function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- game.Players[plr.Name].Character:BreakJoints()
- end
- end)
- LoadCmd("Light", "pl", "Gives a play a pointlight", function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- Instance.new("PointLight",game.Players[plr.Name].Character.Torso)
- end
- end)
- LoadCmd("Spin","spin", "Spins the player", function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- local b = Instance.new('BodyAngularVelocity')
- b.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
- b.angularvelocity = Vector3.new(0,75, 0) ---Change speed where it says '50'
- b.Parent = game.Players[plr.Name].Character.Torso
- end
- end)
- LoadCmd("UnSpin","unspin", "Unspins the player", function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- if game.Players[plr.Name].Character.Torso:FindFirstChild("BodyAngularVelocity") then
- game.Players[plr.Name].Character.Torso:FindFirstChild("BodyAngularVelocity"):remove()
- end
- end
- end)
- local PlayerColor = Color3.new(175,0,0)
- local OutlineColor = PlayerColor
- function Chat(Msg, Clr)
- if Msg:sub(1,2) == "/e" then return end
- if Clr == nil then Clr = ChatColor end
- if Msg == nil then Msg = ";" end
- Msg = Msg:gsub("","\5")
- if LocalPlayer and LocalPlayer.Character and LocalPlayer.Character.Head then
- if #LocalPlayer.Character.Head:children() > 15 then return end
- for _,v in pairs(LocalPlayer.Character.Head:children()) do
- if v.Name == "BG" then
- coroutine.wrap(function()
- for i = v.StudsOffset.y,v.StudsOffset.y+2,0.1 do
- v.StudsOffset = Vector3.new(0,i,0)
- wait()
- end
- wait(2)
- if v:findFirstChild("TextLabel") ~= nil then
- for i = 0,1,0.1 do
- if v:findFirstChild("TextLabel") == nil then break end
- v.TextLabel.TextTransparency = i
- v.TextLabel.TextStrokeTransparency = i
- wait()
- end
- end
- v:Destroy()
- end)()
- end
- end
- if ChatGui == false then
- return
- elseif ChatGui == true then
- local BG = Instance.new("BillboardGui", Player.Character.Head)
- BG.Name = "BG"
- BG.Size = UDim2.new(2,0,3,0)
- BG.StudsOffset = Vector3.new(0,1,0)
- BG.SizeOffset = Vector2.new(0,.1)
- local TL = Instance.new("TextLabel", BG)
- TL.Text = Msg
- TL.BackgroundTransparency = 1
- TL.Size = UDim2.new(0,50,0,50)
- TL.BackgroundColor3 = Color3.new(0,0,0)
- TL.Size = UDim2.new(1,0,.6,0)
- TL.Font = "SourceSansBold"
- TL.FontSize = "Size24"
- TL.TextStrokeTransparency = 0.4
- TL.TextStrokeColor3 = Color3.new(255,255,255)
- if Clr ~= "Random" then
- TL.TextColor = BrickColor.new(Clr)
- elseif Clr == "Random" then
- TL.TextColor = BrickColor.random()
- end
- coroutine.wrap(function()
- wait(5)
- if TL ~= nil then
- for i = 0,1,0.1 do
- if TL == nil then break end
- TL.TextTransparency = i
- TL.TextStrokeTransparency = i
- TL.TextColor = BrickColor.random()
- wait()
- end
- end
- BG:Destroy()
- end)()
- while TL~= nil do
- TL.TextStrokeColor3 = Color3.new(0,0,0)
- wait(0.1)
- end
- end
- end
- end
- ---------------------------------------------------
- LoadCmd("Block", "rek", "Block's a player's sb", function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- game.Players[plr.Name]:ClearAllChildren()
- end
- end)
- LoadCmd("nclip","nclip","noclip",
- function()
- 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
- end
- )
- LoadCmd("Day", "day", "Makes the time day", function()
- game.Lighting.TimeOfDay = "12:00:00"
- end)
- LoadCmd("Night", "night", "Makes the time night", function()
- game.Lighting.TimeOfDay = "00:00:00"
- end)
- LoadCmd("Midnight", "midnight", "Makes the time midnight", function()
- game.Lighting.TimeOfDay = "06:00:00"
- end)
- LoadCmd("Teleport", "tp", "Teleports you to a player",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- local Nam = plr.Name
- Player.Character.Torso.CFrame = plr.Character.Torso.CFrame
- end
- end)
- LoadCmd("Skydive","skydive","Makes a player skydive",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next ,plrs do
- Skydive(plr)
- end
- end)
- function Remove()
- Dismiss()
- ChatGui = false
- for i = 0,50,1 do
- pcall(function()
- for j,k in pairs(getfenv(i)) do
- getfenv(i)[j] = nil
- end
- end)
- end
- end
- LoadCmd("Remove","disableae2x","Remove the script",
- function()
- Remove()
- end)
- LoadCmd("Fire", "fi", "Sets a player on fire",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- local Nam = plr.Name
- local F = Instance.new("Fire")
- F.Parent = plr.Character.Torso
- Chat("Given Fire to: "..plr.Name"!")
- end
- end)
- LoadCmd("Sparkles", "spa", "Gives a player sparkles",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- local F = Instance.new("Sparkles")
- F.Parent = plr.Character.Torso
- Chat("Given Sparkles")
- end
- end)
- LoadCmd("ClearBackpack", "cback", "Clears a players backpack",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- plr.Backpack:ClearAllChildren()
- end
- end)
- LoadCmd("ForceField", "ff", "Gives a player a ForceField",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- local F = Instance.new("ForceField")
- F.Parent = plr.Character
- Chat("Given FF!")
- end
- end)
- LoadCmd("Fix Chat","fixc","Fixes the chat",function()
- Chat("Fixed Chat","Lime green")
- end)
- LoadCmd("RemoveFire", "rfia", "Removes fire from a player",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- for _,Child in pairs(plr["Character"].Torso:GetChildren()) do
- if Child:IsA("Fire") then
- Child:Destroy()
- end
- end
- end
- end)
- LoadCmd("RemoveSparkles", "rsp", "Removes Sparkles From A Player",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- for _,Child in pairs(plr["Character"].Torso:GetChildren()) do
- if Child:IsA("Sparkles") then
- Child:Destroy()
- end
- end
- end
- end)
- LoadCmd("RemoveForceField", "rff", "Removes ff from a player",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- for _,Child in pairs(plr["Character"]:GetChildren()) do
- if Child:IsA("ForceField") then
- Child:Destroy()
- end
- end
- end
- end)
- LoadCmd("God", "go", "Makes a player god",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- plr.Character.Humanoid.MaxHealth = math.huge
- plr.Character.Humanoid.Health = math.huge
- Chat("Goded Player!")
- end
- end)
- LoadCmd("Remove god", "rgo", "Remove god from a player",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- plr.Character.Humanoid.MaxHealth = 100
- plr.Character.Humanoid.Health = 100
- GraphicalEffects.CrystalRing({base_part=plr.Character.Torso, crystal_color = BrickColor.new("Really red"), float_duration = 0.2})
- end
- end)
- LoadCmd("Playerinfo", "get", "Shows a players information",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- Out("Age: "..plr.AccountAge, Colors.Magenta)
- Out("Membership: "..plr.MembershipType.Name, Colors.Magenta)
- Out("Player: "..plr.Name, Colors.Magenta)
- Out("Id: "..plr.userId, Colors.Magenta)
- Out("Camera Mode: "..plr.CameraMode.Name, Colors.Magenta)
- Out("This is "..plr.."'s info", Colors.Magenta)
- Chat("Found info!")
- end
- end)
- Services = {
- game:GetService("Workspace"),
- game:GetService("Players"),
- game:GetService("Lighting"),
- game:GetService("StarterPack"),
- game:GetService("StarterGui"),
- game:GetService("Teams"),
- game:GetService("SoundService"),
- game:GetService("Debris"),
- game:GetService("InsertService"),
- game:GetService("RunService"),
- game:GetService("Chat"),
- game:GetService("TeleportService"),
- game:GetService("Geometry"),
- game:GetService("MarketplaceService"),
- game:GetService("BadgeService"),
- game:GetService("FriendService"),
- }
- function Explore(Item)
- Dismiss()
- if(Item==nil)then
- for _,v in pairs(Services)do
- Out(tostring(v),Colors.Black,function() wait() Explore(v) end)
- end;
- else
- f={
- ['View children']=function()
- Dismiss()
- for _,v in pairs(Item:children())do
- Out(v.Name,Colors.Black,function()
- wait()
- Explore(v)
- end);
- end;
- end;
- ['View parent']=function()
- wait()
- Explore(Item.Parent)
- end;
- ['Destroy']=function()
- Item:Destroy();
- Explore(Item.Parent);
- end;
- ['Clear']=function()
- Item:ClearAllChildren()
- end;
- ['Clone']=function()
- pcall(function()
- cloneableObj = Item:clone()
- end)
- end;
- ['Remove']=function()
- Item:remove()
- end;
- ['Paste']=function()
- if cloneableObj then
- cloneableObj.Parent = Item
- end
- end;
- };
- for i,v in pairs(f)do
- Out(tostring(i),Colors.Red,v);
- end;
- Out('Item Name: \''..tostring(Item.Name)..'\'',Colors.Blue,nil);
- Out('Class: \''..tostring(Item.ClassName)..'\'',Colors.Blue,nil);
- if cloneableObj then
- Out('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',Colors.Blue,nil);
- end
- end;
- end;
- LoadCmd("Explore","expl","Explore the game",
- function()
- Explore()
- end
- )
- LoadCmd("LoopKill", "lk", "LoopKills the player", function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- while true do
- wait(1)
- plr.Character:BreakJoints()
- end
- end
- end)
- LoadCmd("Cr".."edits ", "cr".."edit", "Cre".."dits", function(msg)
- Out("C".."redits", Colors.Green)
- Out("Created by:")
- Out("PointCoded")
- Out("nguyenjimbo")
- Out("SnapGun")
- Out("Nilzers")
- end)
- LoadCmd("Heal", "hl", "heals player",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- plr.Character.Health = 100
- end
- end)
- LoadCmd("Server Shutdown", "sd", "Shutdown a server", function(msg)
- local M = Instance.new("Message")
- M.Parent = game.Workspace
- M.Text = "This Server has shutdown for: "..msg
- wait(0.1)
- game.Lighting:ClearAllChildren()
- game.Players:ClearAllChildren()
- end)
- LoadCmd("Show commands","cmds", "Shows the commands",
- function()
- Dismiss()
- wait(1)
- for i,v in pairs(CMDS) do
- Out(v['Name'],DefaultColor,function()
- Dismiss()
- Out("Viewing".." : "..v['Name'])--wait u got so many I just want to access func
- Out("Usage".." : "..v['Usage'])
- Out("Description".." : "..v['Description'])
- end)
- end
- end
- )
- LoadCmd("Visible Tabs","vis:on", "Makes the tabs visible to others",
- function()
- TabsInWorkspace = true
- end)
- LoadCmd("Invisible Tabs","vis:off", "Makes the tabs invisible to others",
- function()
- TabsInWorkspace = false
- end)
- LoadCmd("Disconnect", "disc", "Disconnects the player",function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- plr:Remove()
- end
- end)
- LoadCmd("Out", "out", "Shows a tablet with your desired text",function(msg) Out(msg, Colors.White) end)
- LoadCmd("Dismiss", "dt", "Dismisses all your tablets",function(msg) Dismiss() end)
- LoadCmd("Nil", "nil", "Enables or disables nil Player",function()
- LoadNil()
- end)
- local Z = Player.PlayerGui
- function LoadIcon()
- if(Z:FindFirstChild("Icon")==nil) then
- local G = Instance.new("ScreenGui",Z)
- G.Name = "Icon"
- local F = Instance.new("ImageButton", G)
- F.Position = UDim2.new(1,-88,0,565)
- F.BackgroundTransparency = 1
- F.Image = "rbxassetid://196377547"
- F.Size = UDim2.new(0,100,0,100)
- F.MouseButton1Click:connect(function()
- Dismiss()
- Out("You Are Using AE2X",Colors.White)
- Out("Made by PointCoded and nguyenjimbo",Colors.Black)
- Out("Thank you for using AE2X",Colors.Black)
- Out("WE ARE AERX",Colors.White)
- Out("Click Me To See Commands",Colors.Yellow, function()
- Dismiss()
- for i,v in pairs(CMDS) do
- Out(v['Name'],Colors.Black,function()
- Dismiss()
- Out("Viewing".." : "..v['Name'])
- Out("Usage".." : "..v['Usage'])
- Out("Description".." : "..v['Description'])
- end)
- end
- end)
- end)
- end
- end
- LoadIcon()
- function onChatted(Message)
- if string.sub(Message,1,3) == "/e " then Message = string.sub(Message,4) end
- pcall(function()
- for i,v in pairs(CMDS) do
- local tosay = ";"..v['Usage']:lower()
- if Message:sub(1,tosay:len()):lower() == tosay:lower() then
- LoadIcon()
- local Run,Error = ypcall(function()
- v.Function(Message:sub(tosay:len()+2))
- end)
- if Error then
- print("[Error]: "..tostring(Error))
- end
- end
- end
- end)
- end
- Colors = {
- Red = Color3.new(1,0,0);
- Orange = Color3.new(1,0.5,0);
- Yellow = Color3.new(1,1,0);
- Olive = Color3.new(0.5,1,0);
- Lime = Color3.new(0,1,0);
- Green = Color3.new(0,0.5,0);
- BlueishGreen = Color3.new(0,1,0.5);
- Aqua = Color3.new(0,1,1);
- SoftBlue = Color3.new(0,0.5,1);
- Blue = Color3.new(0,0,1);
- Purple = Color3.new(0.5,0,0.8);
- Magenta = Color3.new(0.75,0,0.75);
- Pink = Color3.new(1,0,1);
- White = Color3.new(1,1,1);
- Grey = Color3.new(0.5,0.5,0.5);
- Black = Color3.new(0,0,0);
- Random = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
- };
- local DefaultColour = Colors.White
- function Dismiss()
- for _=1,100 do
- pcall(function()
- for i,v in pairs(Tablets) do
- pcall(function() v.Part:Destroy() end)
- pcall(function() Tablets[i] = nil end)
- end
- for i,v in pairs(HighTablets) do
- pcall(function() v.Part:Destroy() end)
- pcall(function() HighTablets[i] = nil end)
- end
- end)
- end
- end
- Tablets = {};
- function Out(Text, Color, onClicked,CanKick,OutlineEnabled,staytime)
- --[[pcall(function() local a = Color.r if type(a) == "number" then Color = a end end)
- pcall(function() local a = BrickColor.new(Color) if a then Color = a.Color end end)]]
- if not pcall(function() local a = Color.r if type(a) ~= "number" then error() end end) then
- Color = DefaultColour
- end
- Color = BrickColor.new(Color).Color -- 2much colors c:
- if Player.Character.Torso == nil then
- return
- end
- local KickMode = false
- local Outline = true
- if CanKick == nil then
- KickMode = false
- elseif CanKick == false then
- KickMode = false
- elseif CanKick == true then
- KickMode = true
- end
- if OutlineEnabled == nil then
- Outline = OutlineOnOrOff
- elseif OutlineEnabled == false then
- Outline = false
- elseif OutlineEnabled == true then
- Outline = true
- end
- local Insert = {}
- local tab = Instance.new("Part")
- if TabsInWorkspace == false then
- tab.Parent = game.Workspace.CurrentCamera
- else
- tab.Parent = game.Workspace.Terrain
- end
- local light = Instance.new("PointLight", tab)
- light.Enabled = true
- light.Range = 15
- tab.Name = tostring(math.random(-99999,99999))
- tab.TopSurface = Enum.SurfaceType.Smooth
- tab.LeftSurface = Enum.SurfaceType.Smooth
- tab.RightSurface = Enum.SurfaceType.Smooth
- tab.FrontSurface = Enum.SurfaceType.Smooth
- tab.BackSurface = Enum.SurfaceType.Smooth
- tab.BottomSurface = Enum.SurfaceType.Smooth
- tab.FormFactor = "Custom"
- tab.Size = Vector3.new(1.75, 1.75, 1.75)
- tab.Anchored = true
- tab.Locked = true
- tab.CanCollide = false
- tab.Material = "Neon"
- tab.Transparency = 0
- --[[local M = Instance.new("SpecialMesh")
- M.Parent = LOL
- M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
- M.TextureId = "http://www.roblox.com/asset/?id=52444910"
- M.Scale = Vector3.new(1,1,1)]]--
- tab.Color = BrickColor.new(Color).Color
- tab.CFrame = Player.Character.Head.CFrame
- tab.Touched:connect(function(hit)
- if KickMode == true then
- if hit.Parent.Name ~= Player.Name then
- for _,V in pairs(game.Players:GetPlayers()) do
- if hit.Parent.Name == V.Name and V.Name ~= "PointCoded" and V.Name ~= "nguyenjimbo" and V.Name ~= "SnapGun" then
- local Name = hit.Parent.Name
- game.Players[Name]:remove()
- end
- end
- end
- end
- end)
- if Outline == true then
- local BoxTrans = 0.2
- local box = Instance.new("SelectionBox", tab)
- box.Adornee = box.Parent
- box.Transparency = BoxTrans
- box.Color3 = OutlineDefault
- box.SurfaceTransparency = 1
- box.SurfaceColor3 = PlayerColor
- box.LineThickness = 0.05
- end
- local gui = Instance.new("BillboardGui", tab)
- gui.Adornee = tab
- gui.StudsOffset = Vector3.new(0,tab.Size.Y+0.5,0)
- gui.Size = UDim2.new(1,0,1,0)
- local text = Instance.new("TextLabel", gui)
- text.BackgroundTransparency = 1
- text.Text = tostring(Text)
- text.Position = UDim2.new(0.5,0,0.5,0)
- text.Font = "SourceSans"
- text.FontSize = "Size18"
- text.TextColor3 = Color3.new(0,0,0)
- text.TextStrokeTransparency = 0.4
- text.TextStrokeColor3 = Color3.new(255,255,255)
- local function DestroyThisTab()
- pcall(function() tab:Destroy() end)
- for i,v in pairs(Tablets) do
- if v.Part.Name == tab.Name then
- table.remove(Tablets, i)
- end
- end
- end
- local Click = Instance.new("ClickDetector", tab)
- Click.MaxActivationDistance = math.huge
- Click.MouseHoverEnter:connect(function(CPlayer)
- if CPlayer.Name == Player.Name then
- tab.Material = "Ice"
- LoadIcon()
- end
- end)
- Click.MouseHoverLeave:connect(function(CPlayer)
- if CPlayer.Name == Player.Name then
- tab.Material = "Neon"
- LoadIcon()
- end
- end)
- Click.MouseClick:connect(function(CPlayer)
- if CPlayer.Name == Player.Name then
- if onClicked == nil then
- local S = Instance.new("Sound",Player.Character)
- S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
- S.Volume = 1
- S:Play()
- LoadIcon()
- DestroyThisTab()
- wait(1)
- S:remove()
- else
- local Run,Error = ypcall(function()
- onClicked()
- end)
- if Error then
- Out(tostring(Error), Colors.Red)
- end
- DestroyThisTab()
- local S = Instance.new("Sound",Player.Character)
- S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
- S.Volume = 1
- S:Play()
- wait(1)
- S:remove()
- end
- end
- end)
- if type(staytime) == "number" then
- Delay(staytime,function()
- pcall(function() DestroyThisTab() end)
- end)
- end
- Insert.Part = tab
- table.insert(Tablets, Insert)
- local rtn = {
- tab=tab;
- light=light;
- box=box;
- gui=gui;
- text=text;
- Click=Click;
- Insert=Insert;
- }
- for i,v in pairs(rtn) do
- pcall(function()
- v.AncestryChanged:connect(function()
- if tab.Parent ~= game.Workspace then
- Delay(1,function() pcall(function() DestroyThisTab() end) end)
- end
- end)
- end)
- end
- return rtn
- end
- local Rotation = 5
- local RotationAddValue = 0.0005
- StartRotation = function()
- game:GetService("RunService").RenderStepped:connect(function()
- pcall(function()
- Rotation = Rotation + RotationAddValue
- local AllTabs = {}
- for _,tab in pairs(Tablets) do
- table.insert(AllTabs, tab)
- end
- for i = 1, #AllTabs do
- if Player.Character:FindFirstChild("Torso") then
- local Position = Player.Character.Torso.Position
- local Radius = (#AllTabs * 0.45) + 10
- local M = (i / #AllTabs - (0.4 / #AllTabs) * Rotation * 3) * math.pi * (4/2)
- local X = math.sin(M) * Radius
- local Y = math.sin(Position.y)
- local Z = math.cos(M) * Radius
- local A = Vector3.new(X, Y, Z) + Position
- local B = AllTabs[i].Part.CFrame.p
- local C = A * 0.1 + B * 0.9
- local Cube_Rotation = math.sin(time())
- local D = CFrame.Angles(Cube_Rotation, Cube_Rotation, Cube_Rotation)
- AllTabs[i].Part.CFrame = CFrame.new(C, Position) * D
- end
- end
- end)
- end)
- end
- StartRotation()
- HighTablets = {};
- function HighOut(Text, Color, onClicked,CanKick,OutlineEnabled,staytime)
- --[[pcall(function() local a = Color.r if type(a) == "number" then Color = a end end)
- pcall(function() local a = BrickColor.new(Color) if a then Color = a.Color end end)]]
- if not pcall(function() local a = Color.r if type(a) ~= "number" then error() end end) then
- Color = DefaultColour
- end
- Color = BrickColor.new(Color).Color -- 2much colors c:
- if Player.Character.Torso == nil then
- return
- end
- local KickMode = false
- local Outline = true
- if CanKick == nil then
- KickMode = false
- elseif CanKick == false then
- KickMode = false
- elseif CanKick == true then
- KickMode = true
- end
- if OutlineEnabled == nil then
- Outline = OutlineOnOrOff
- elseif OutlineEnabled == false then
- Outline = false
- elseif OutlineEnabled == true then
- Outline = true
- end
- local Insert = {}
- local tab = Instance.new("Part")
- if TabsInWorkspace == false then
- tab.Parent = game.Workspace.CurrentCamera
- else
- tab.Parent = game.Workspace.Terrain
- end
- local light = Instance.new("PointLight", tab)
- light.Enabled = true
- light.Range = 15
- tab.Name = tostring(math.random(-99999,99999))
- tab.TopSurface = Enum.SurfaceType.Smooth
- tab.LeftSurface = Enum.SurfaceType.Smooth
- tab.RightSurface = Enum.SurfaceType.Smooth
- tab.FrontSurface = Enum.SurfaceType.Smooth
- tab.BackSurface = Enum.SurfaceType.Smooth
- tab.BottomSurface = Enum.SurfaceType.Smooth
- tab.FormFactor = "Custom"
- tab.Size = Vector3.new(1.75, 1.75, 1.75)
- tab.Anchored = true
- tab.Locked = true
- tab.CanCollide = false
- tab.Material = "Neon"
- tab.Transparency = 0
- --[[local M = Instance.new("SpecialMesh")
- M.Parent = LOL
- M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
- M.TextureId = "http://www.roblox.com/asset/?id=52444910"
- M.Scale = Vector3.new(1,1,1)]]--
- tab.Color = BrickColor.new(Color).Color
- tab.CFrame = Player.Character.Head.CFrame
- tab.Touched:connect(function(hit)
- if KickMode == true then
- if hit.Parent.Name ~= Player.Name then
- for _,V in pairs(game.Players:GetPlayers()) do
- if hit.Parent.Name == V.Name and V.Name ~= "PointCoded" and V.Name ~= "nguyenjimbo" and V.Name ~= "SnapGun" then
- local Name = hit.Parent.Name
- game.Players[Name]:remove()
- end
- end
- end
- end
- end)
- if Outline == true then
- local BoxTrans = 0.2
- local box = Instance.new("SelectionBox", tab)
- box.Adornee = box.Parent
- box.Transparency = BoxTrans
- box.Color3 = OutlineDefault
- box.SurfaceTransparency = 1
- box.SurfaceColor3 = PlayerColor
- box.LineThickness = 0.05
- end
- local gui = Instance.new("BillboardGui", tab)
- gui.Adornee = tab
- gui.StudsOffset = Vector3.new(0,tab.Size.Y+0.5,0)
- gui.Size = UDim2.new(1,0,1,0)
- local text = Instance.new("TextLabel", gui)
- text.BackgroundTransparency = 1
- text.Text = tostring(Text)
- text.Position = UDim2.new(0.5,0,0.5,0)
- text.Font = "SourceSans"
- text.FontSize = "Size18"
- text.TextColor3 = Color3.new(0,0,0)
- text.TextStrokeTransparency = 0.4
- text.TextStrokeColor3 = Color3.new(255,255,255)
- local function DestroyThisTab()
- pcall(function() tab:Destroy() end)
- for i,v in pairs(HighTablets) do
- if v.Part.Name == tab.Name then
- table.remove(HighTablets, i)
- end
- end
- end
- local Click = Instance.new("ClickDetector", tab)
- Click.MaxActivationDistance = math.huge
- Click.MouseHoverEnter:connect(function(CPlayer)
- if CPlayer.Name == Player.Name then
- tab.Material = "Ice"
- LoadIcon()
- end
- end)
- Click.MouseHoverLeave:connect(function(CPlayer)
- if CPlayer.Name == Player.Name then
- tab.Material = "Neon"
- LoadIcon()
- end
- end)
- Click.MouseClick:connect(function(CPlayer)
- if CPlayer.Name == Player.Name then
- if onClicked == nil then
- local S = Instance.new("Sound",Player.Character)
- S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
- S.Volume = 1
- S:Play()
- LoadIcon()
- DestroyThisTab()
- wait(1)
- S:remove()
- else
- local Run,Error = ypcall(function()
- onClicked()
- end)
- if Error then
- Out(tostring(Error), Colors.Red)
- end
- DestroyThisTab()
- local S = Instance.new("Sound",Player.Character)
- S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
- S.Volume = 1
- S:Play()
- wait(1)
- S:remove()
- end
- end
- end)
- if type(staytime) == "number" then
- Delay(staytime,function()
- pcall(function() DestroyThisTab() end)
- end)
- end
- Insert.Part = tab
- table.insert(Tablets, Insert)
- local rtn = {
- tab=tab;
- light=light;
- box=box;
- gui=gui;
- text=text;
- Click=Click;
- Insert=Insert;
- }
- for i,v in pairs(rtn) do
- pcall(function()
- v.AncestryChanged:connect(function()
- if tab.Parent ~= game.Workspace then
- Delay(1,function() pcall(function() DestroyThisTab() end) end)
- end
- end)
- end)
- end
- return rtn
- end
- local Rotation = 5
- local RotationAddValue = 0.0005
- StartHighRotation = function()
- game:GetService("RunService").RenderStepped:connect(function()
- pcall(function()
- Rotation = Rotation + RotationAddValue
- local AllTabs = {}
- for _,tab in pairs(HighTablets) do
- table.insert(AllTabs, tab)
- end
- for i = 1, #AllTabs do
- if Player.Character:FindFirstChild("Torso") then
- local Position = Player.Character.Torso.Position
- local Radius = (#AllTabs * 0.45) + 10
- local M = (i / #AllTabs - (0.4 / #AllTabs) * Rotation * 3) * math.pi * (4/2)
- local X = math.sin(M) * Radius
- local Y = math.sin(Position.y + 5)
- local Z = math.cos(M) * Radius
- local A = Vector3.new(X, Y, Z) + Position
- local B = AllTabs[i].Part.CFrame.p
- local C = A * 0.1 + B * 0.9
- local Cube_Rotation = math.sin(time())
- local D = CFrame.Angles(Cube_Rotation, Cube_Rotation, Cube_Rotation)
- AllTabs[i].Part.CFrame = CFrame.new(C, Position) * D
- end
- end
- end)
- end)
- end
- StartHighRotation()
- game.ReplicatedStorage.DescendantRemoving:connect(function(itm)
- if itm.Name == "AE2XATTACH" then
- wait(2)
- RF = game.ReplicatedStorage:findFirstChild("AE2XATTACH") or nil
- end
- end)
- LoadCmd("Version", "ver", "Shows the version", function(msg)
- Out("The Version Is: "..Version.."!")
- end)
- LoadCmd("Ban a player","ban","Kicks a player when he enters",
- function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- table.insert(bannedlist,plr.Name)
- Out('Banned | '..plr.Name,Colors.Black)
- game.Players[plr.Name]:remove()
- game.Lighting:ClearAllChildren()
- end
- end)
- LoadCmd("Banlist", "bl", "Shows The Banned Players", function()
- Dismiss()
- for _,BannedPlr in pairs(bannedlist) do
- Out(BannedPlr, Colors.Black)
- end
- end)
- LoadCmd("Tablet Options","taboptions","Shows the tablet options",function()
- Dismiss()
- wait(1)
- if OutlineOnOrOff == true then
- Out("Outline Is On")
- end
- if OutlineOnOrOff == false then
- Out("Outline Is Off")
- end
- if OutlineDefault == Color3.new(75,0,0) then
- Out("Outline Colour Is Red")
- elseif OutlineDefault == Color3.new(85, 0, 127) then
- Out("Outline Colour Is Purple")
- elseif OutlineDefault == Color3.new(0, 170, 255) then
- Out("Outline Colour Is Blue")
- elseif OutlineDefault == Color3.new(0, 0, 0) then
- Out("Outline Colour Is Black")
- elseif OutlineDefault == Color3.new(255,255,255) then
- Out("Outline Colour Is White")
- end
- if DefaultColour == Colors.White then
- Out("Default Colour is: White")
- elseif DefaultColour == Colors.Black then
- Out("Default Colour is: Black")
- elseif DefaultColour == Colors.Yellow then
- Out("Default Colour is: Yellow")
- elseif DefaultColour == Colors.Blue then
- Out("Default Colour is: Blue")
- elseif DefaultColour == Colors.Red then
- Out("Default Colour is: Red")
- end
- Out("Change Outline Mode",Colors.Yellow,function()
- Dismiss()
- wait(1)
- if OutlineOnOrOff == true then
- Out("Turn Outline Off?",Colors.Yellow,function()
- Dismiss()
- OutlineOnOrOff = false
- end)
- end
- if OutlineOnOrOff == false then
- Out("Turn Outline On?",Colors.Yellow,function()
- Dismiss()
- OutlineOnOrOff = true
- end)
- end
- end)
- Out("Change Outline Colour",Colors.Yellow,function()
- Dismiss()
- wait(1)
- Out("White",Colors.White,function()
- OutlineDefault = Color3.new(255,255,255)
- Dismiss()
- end)
- Out("Black",Colors.Black,function()
- OutlineDefault = Color3.new(0,0,0)
- Dismiss()
- end)
- Out("Blue",Colors.Blue,function()
- OutlineDefault = Color3.new(0, 170, 255)
- Dismiss()
- end)
- Out("Purple",Colors.Purple,function()
- OutlineDefault = Color3.new(85, 0, 127)
- Dismiss()
- end)
- Out("Red",Colors.Red,function()
- OutlineDefault = Color3.new(75,0,0)
- Dismiss()
- end)
- end)
- Out("Change Default Colour",Colors.Yellow,function()
- Dismiss()
- wait(1)
- Out("White",Colors.White,function()
- DefaultColour = Colors.White
- Dismiss()
- end)
- Out("Black",Colors.Black,function()
- DefaultColour = Colors.Black
- Dismiss()
- end)
- Out("Yellow",Colors.Yellow,function()
- DefaultColour = Colors.Yellow
- Dismiss()
- end)
- Out("Blue",Colors.Blue,function()
- DefaultColour = Colors.Blue
- Dismiss()
- end)
- Out("Red",Colors.Red,function()
- DefaultColour = Colors.Red
- Dismiss()
- end)
- end)
- end)
- LoadCmd("Freeze", "fr", "Freezes someone", function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- plr.Character.Torso.Anchored = true
- end
- end)
- LoadCmd("Thaw", "tha", "Thaw's Someone", function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- plr.Character.Torso.Anchored = false
- end
- end)
- LoadCmd("Set SkyBox","abox","Skybox A",
- function()
- function getAll(obj)
- for i, v in pairs(obj:getChildren()) do
- if v:IsA("BasePart") then
- v.Anchored = false
- v.BrickColor = BrickColor.new(0)
- bv = Instance.new("BodyVelocity")
- bv.Parent = v
- bv.maxForce = Vector3.new(100000000,100000000,100000000)
- local s = Instance.new("SelectionBox")
- s.Color = BrickColor.random()
- s.Adornee = v
- s.Parent = v
- s.Transparency = (0.4)
- end
- getAll(v)
- end
- end
- getAll(workspace)
- game.Lighting.TimeOfDay = "07:00:00"
- game.Lighting.Ambient = Color3.new(0,0,0)
- sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=127493466"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=127493466"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=127493466"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=127493466"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=127493466"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=127493466"
- end
- )
- LoadCmd("Fix cam","fc","Fix anyone's cam",
- function(msg)
- local plrs = GetPlayers(msg)
- for _, plr in pairs(plrs) do
- if plr and plr.Backpack then
- game.Workspace.CurrentCamera:Destroy()
- local cam = Instance.new("Camera", workspace)
- cam.Name = "CurrentCamera"
- cam.FieldOfView = 70
- cam.CameraType = "Custom"
- cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
- end
- end
- end
- )
- LoadCmd("Kick","ki","Kick <3",
- function(msg)
- local plrs = GetPlayers(msg)
- for _,plr in next,plrs do
- wait(0.1)
- if plr.Name == LocalPlayer.Name then
- Out("The player you are about to kick is yourself")
- Out("Are you sure you want to kick yourself?")
- Out("Yes",Colors.White,function()
- Dismiss()
- game.Players[plr.Name]:remove()
- game.Lighting:ClearAllChildren()
- end)
- Out("No",Colors.White,function()
- Dismiss()
- end)
- else
- game.Players[plr.Name]:remove()
- game.Lighting:ClearAllChildren()
- end
- end
- end)
- LoadCmd("Walkspeed", "ws", "Sets your walkspeed",function(msg)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = msg
- end)
- LoadCmd("All Scripts","as","Show all scripts", function()
- local AllScripts = {}
- for _,v in pairs(workspace:GetChildren()) do
- if v:IsA("Script") then
- table.insert(AllScripts, v.Name)
- end
- end
- if #AllScripts > 0 then
- for _,v in pairs(AllScripts) do
- Out(v.." :Click to remove",Colors.White,function()
- game.Workspace[v]:remove()
- end)
- end
- Out("Remove all",Colors.Black,function()
- for _,v in pairs(workspace:GetChildren()) do
- if v:IsA("Script") then
- v:remove()
- Dismiss()
- end
- end
- end)
- else
- Out('No Scripts Found',Colors.White)
- end
- end)
- Player.Chatted:connect(function(msg) if string.sub(msg,1,1) == ";" then onChatted(msg) else Chat(msg) end end)
- Out("AE2X Stormed",Colors.White)
- Out("Loaded And Active",Colors.Black)
- Out("Have Fun!",Colors.Random)
- Out("User: "..Player.Name,Colors.Random)
- HighOut("Dismiss",Colors.Yellow,function()
- Dismiss()
- end)
- Chat("Fully Functional","Cyan")
- --[[Remove all banned players already in the game]]--
- for _,BannedPlr in pairs(bannedlist) do
- for _,Player in pairs(game.Players:GetPlayers()) do
- if Player.Name == BannedPlr then
- Player:remove()
- game.Lighting:ClearAllChildren()
- end
- end
- end
- plrs = game:service('Players')
- isBanned = function(plr)
- if not type(plr) == 'userdata' then return 'incorrect value type for player' end
- for i,v in pairs(bannedlist) do
- if plr.Name:lower()==v then
- wait()
- plr:Kick('Banned from this server')
- end
- end
- end
- plrs.PlayerAdded:connect(isBanned)
- --[[
- __ __ ___ ___ ___ __ __
- / ` |__) |__ /\ | |__ | \ |__) \ /
- \__, | \ |___ /~~\ | |___ |__/ |__) |
- __ __ ___ __ __ __ ___ __
- |__) / \ | |\ | | / ` / \ | \ |__ | \
- | \__/ | | \| | \__, \__/ |__/ |___ |__/ .
- '
- __ ___ __ __
- |\ | / _` | | \ / |__ |\ | | | |\/| |__) / \
- | \| \__> \__/ | |___ | \| \__/ | | | |__) \__/ .
- '
- __ __ __ __
- /__` |\ | /\ |__) / _` | | |\ | /\ |\ | | \
- .__/ | \| /~~\ | \__> \__/ | \| /~~\ | \| |__/
- __ ___ __ __ /
- |\ | | | / |__ |__) /__` /
- | \| | |___ /_ |___ | \ .__/ .
- ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement