Formating fixes

This commit is contained in:
officereso 2020-04-10 18:31:04 -05:00
parent 990e1a16da
commit a9314132c2
144 changed files with 44042 additions and 40115 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,6 @@ script.Parent.CrystalDown.Transparency = 0
script.Parent.CrystalUp.Transparency = 1
script.Parent.SilverClosed.Transparency = 0
script.Parent.SilverOpen.Transparency = 1
end
end
end
@ -39,7 +38,6 @@ script.Parent.Holding.Value = false
script.Parent.Handle.Sound.Volume = 0
script.Parent.CrystalUp.Material = Enum.Material.SmoothPlastic
script.Parent.CrystalDown.Material = Enum.Material.SmoothPlastic
end

View File

@ -4,5 +4,4 @@ script.Parent.Material = Enum.Material.Neon
wait(0.5)
script.Parent.Material = Enum.Material.SmoothPlastic
wait(0.5)
end

View File

@ -3,7 +3,6 @@ function Used()
script.Parent.Push:Play()
wait(0.1)
--script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0,0.03,0)
end
script.Parent.Use.MouseClick:connect(Used)

View File

@ -11,7 +11,6 @@ game.Workspace.Glass.Warning.Disabled = false
else
game.Workspace.Glass.Warning.Disabled = true
end
end
script.Parent.Use.MouseClick:connect(Boop)

View File

@ -48,7 +48,6 @@ function goBack()
wait()
end
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -46,7 +46,6 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 0, -0.05)
wait(0.02)
script.Parent.Sound:Play()
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -9,7 +9,6 @@ script.Parent.Parent.LED.Material = Enum.Material.Neon
else
script.Parent.Parent.LED.Material = Enum.Material.SmoothPlastic
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -13,7 +13,6 @@ else
script.Parent.Main.Down:Play()
script.Parent.Parent.Bulb1.Material = Enum.Material.SmoothPlastic
script.Parent.Parent.Bulb2.Material = Enum.Material.SmoothPlastic
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -13,7 +13,6 @@ else
script.Parent.Main.Down:Play()
script.Parent.Parent.Bulb1.Material = Enum.Material.SmoothPlastic
script.Parent.Parent.Bulb2.Material = Enum.Material.SmoothPlastic
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -4,7 +4,6 @@ script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0,-0.05,0)
script.Parent.Sound:Play()
wait(0.1)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 0.05, 0)
end
script.Parent.Use.MouseClick:connect(Boop)

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))
@ -98,7 +99,6 @@ for i = 0,13.5,step do
wait()
end
end
end
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))
@ -98,7 +99,6 @@ for i = 0,13.5,step do
wait()
end
end
end
end
end

View File

@ -9,7 +9,6 @@ script.Parent.Display.Frame.ZIndex = 2
else
script.Parent.Display.Frame.ZIndex = 1
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))
@ -98,7 +99,6 @@ for i = 0,13.5,step do
wait()
end
end
end
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))
@ -98,7 +99,6 @@ for i = 0,13.5,step do
wait()
end
end
end
end
end

View File

@ -2,7 +2,6 @@ function Gui(p)
p.PlayerGui.Destination.Main.Visible = true
script.Parent.Open:Play()
end
script.Parent.ClickDetector.MouseClick:connect(Gui)

View File

@ -2,5 +2,4 @@ while true do
script.Parent.Rotation = script.Parent.Rotation + 1
wait(0.05)
end

View File

@ -11,7 +11,6 @@ else
script.Parent.Gui.Main.ZIndex = 1
script.Parent.ClickDetector.MaxActivationDistance = 32
end
end

View File

@ -4,5 +4,4 @@ script.Parent.Material = Enum.Material.SmoothPlastic
wait(math.random(0.5, 1))
script.Parent.Material = Enum.Material.Neon
wait(math.random(0.5, 1))
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -35,7 +35,6 @@ script.Parent.LED2.Material = Enum.Material.Neon
wait(0.05)
script.Parent.LED1.Material = Enum.Material.Neon
wait(0.05)
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -18,5 +18,4 @@ script.Parent.SmallLED3.Transparency = 0
script.Parent.SmallLED4.Transparency = 1
script.Parent.SmallLED5.Transparency = 1
wait(0.5)
end

View File

@ -35,7 +35,6 @@ if game.Workspace.Glass.Fly.Value == true then
game.Workspace.Glass.Fly.Value = false
wait(6)
end
end
script.Parent.Use.MaxActivationDistance = 10
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -50,7 +50,6 @@ function goBack()
wait()
end
end
end

View File

@ -29,6 +29,7 @@ local function scan(parent)
scan(object)
end
end
scan(Clockwork)
@ -55,7 +56,6 @@ function goBack()
wait()
end
end
end

View File

@ -11,6 +11,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -57,7 +57,6 @@ function goBack()
wait()
end
end
end

View File

@ -122,9 +122,7 @@ script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0,-0.02,0)
wait(0.01)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, -0.01, 0)
wait(0.2)
end
end
end

View File

@ -122,9 +122,7 @@ script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0,-0.02,0)
wait(0.01)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, -0.01, 0)
wait(0.2)
end
end
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -4,5 +4,4 @@ script.Parent.Material = Enum.Material.Neon
wait(0.75)
script.Parent.Material = Enum.Material.SmoothPlastic
wait(0.75)
end

View File

@ -2,5 +2,4 @@ while true do
script.Parent.Rotation = script.Parent.Rotation + 1
wait(0.05)
end

View File

@ -6,4 +6,5 @@ else
script.Parent.Transparency = 1
end
end
game.Workspace.Glass.Fly.Changed:connect(Toggle)

View File

@ -2,5 +2,4 @@ while true do
script.Parent:Play()
wait(3)
end

View File

@ -2,5 +2,4 @@ while true do
script.Parent:Play()
wait(4.5)
end

View File

@ -37,7 +37,7 @@ game.Workspace.Spinner2.Move.Disabled = true
game.Workspace.Spinner3.Move.Disabled = true
game.Workspace.Glass.Vents:Play()
end
end
end
end
script.Parent.Changed:connect(Fly)

View File

@ -11,6 +11,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -224,7 +224,6 @@ script.Parent.Light1.Light.Brightness = 2
script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -173,5 +173,4 @@ script.Parent.Light3.Light.Brightness = 0
script.Parent.Light1.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -224,7 +224,6 @@ script.Parent.Light1.Light.Brightness = 2
script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -173,5 +173,4 @@ script.Parent.Light3.Light.Brightness = 0
script.Parent.Light1.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0.6
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -314,7 +314,6 @@ script.Parent.Light3.Light.Brightness = 2
script.Parent.Light1.Transparency = 0.6
script.Parent.Light2.Transparency = 0
script.Parent.Light3.Transparency = 0.6
end
end

View File

@ -244,5 +244,4 @@ script.Parent.Light1.Transparency = 1
script.Parent.Light2.Transparency = 1
script.Parent.Light3.Transparency = 1
wait(2.45)
end

View File

@ -38,7 +38,6 @@ script.Parent.K.Transparency = 0
script.Parent.L.Transparency = 0
script.Parent.M.Transparency = 0
script.Parent.N.Transparency = 0
end
end

View File

@ -237,5 +237,4 @@ script.Parent.N.Transparency = 0.3
wait(0.075)
script.Parent.N.Transparency = 0.4
wait(0.075)
end

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -10,6 +10,7 @@ function rotateMod(mod,center,rotation)
scan(obj)
end
end
scan(mod)
for _, part in pairs(parts) do
part.CFrame = (center * rotation * (center:inverse() * part.CFrame))

View File

@ -128,5 +128,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 60, 0)
wait(9)
end

View File

@ -130,5 +130,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 60, 0)
wait(9)
end

View File

@ -130,5 +130,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 60, 0)
wait(9)
end

View File

@ -128,5 +128,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 60, 0)
wait(2.4)
end

View File

@ -128,5 +128,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 60, 0)
wait(0.02)
end

View File

@ -130,5 +130,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 60, 0)
wait(0.02)
end

View File

@ -130,5 +130,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 60, 0)
wait(0.02)
end

View File

@ -130,5 +130,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 60, 0)
wait(0.02)
end

View File

@ -254,5 +254,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 120, 0)
wait(0.02)
end

View File

@ -256,5 +256,4 @@ wait(0.02)
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 120, 0)
wait(0.02)
end

Some files were not shown because too many files have changed in this diff Show More