Blue-ish Simulator Type Lighting

Introduction!
Hello There! I am androidgamer431. I love to work and mess around in roblox studios lighting! So therefore I present you this Blue-Ish looking simulator type Lighting template!

NOTE:
Please select your technology to voxel and Credit to the person who made the skybox as I picked up a random skybox from the toolbox but you can use any!

CREDITING IS NOT REQUIRED

Here is how it looks:
Imgur

How To Install
To Install Just run the following script in your command bar:



local lighting = game:GetService("Lighting")
local Atmosphere = Instance.new("Atmosphere")
local Bloom = Instance.new("BloomEffect")
local ColorCorrection = Instance.new("ColorCorrectionEffect")
local SunRays = Instance.new("SunRaysEffect")
local Sky = Instance.new("Sky")


Atmosphere.Density = 0.395
Atmosphere.Offset = 0
Atmosphere.Color = Color3.fromRGB(199, 170, 107)
Atmosphere.Glare = 0
Atmosphere.Haze = 0
Atmosphere.Parent = lighting

Bloom.Intensity = 0.25
Bloom.Size = 11
Bloom.Threshold = 0.8
Bloom.Parent = lighting

ColorCorrection.Brightness = 0.05
ColorCorrection.Contrast = 0.1
ColorCorrection.Enabled = true
ColorCorrection.Saturation = 0.4
ColorCorrection.TintColor = Color3.fromRGB(255,255,255)
ColorCorrection.Parent = lighting

SunRays.Intensity = 0.001
SunRays.Spread = 0.1
SunRays.Enabled = true

lighting.Ambient = Color3.fromRGB(82, 181, 217)
lighting.Brightness = 3
lighting.ColorShift_Top = Color3.fromRGB(0,0,0)
lighting.ColorShift_Bottom = Color3.fromRGB(0,0,0)
lighting.EnvironmentDiffuseScale = 1
lighting.EnvironmentSpecularScale = 1
lighting.GlobalShadows = true
lighting.OutdoorAmbient = Color3.fromRGB(97, 179, 204)
lighting.ClockTime = 12

Sky.CelestialBodiesShown = false
Sky.MoonAngularSize = 11
Sky.MoonTextureId = "rbxasset://sky/moon.jpg"
Sky.SkyboxBk = "rbxassetid://528480826"
Sky.SkyboxDn = "rbxassetid://528481890"
Sky.SkyboxFt = "rbxassetid://528481964"
Sky.SkyboxLf = "rbxassetid://528482047"
Sky.SkyboxRt = "rbxassetid://528482365"
Sky.SkyboxUp = "rbxassetid://528484371"
Sky.StarCount = 0
Sky.SunAngularSize = 21
Sky.SunTextureId = "rbxasset://sky/sun.jpg"
Sky.Parent = lighting

PLEASE! Point out any mistakes I did!
Thanks For Checking the post out! A :heart: would be appreciated! Good Bye!

12 Likes