Back to Scripts
nebula skybox

nebula skybox

ScriptBlox
Universal Free

Game: Universal Script 📌

303 Views
0 Likes
0 Dislikes
zephyrr

zephyrr

offline

Features

nebula skybox

Script Code

--nebulae
if not game.Lighting:FindFirstChildOfClass("Sky") then Instance.new("Sky", game.Lighting) end

for _,v in ipairs(game:GetService("Lighting"):GetChildren()) do
	if v.Name == "Sky" then
		v.SkyboxBk = "http://www.roblox.com/asset/?id=171410628"
		v.SkyboxDn = "http://www.roblox.com/asset/?id=171410649"
		v.SkyboxFt = "http://www.roblox.com/asset/?id=171410620"
		v.SkyboxLf = "http://www.roblox.com/asset/?id=171410666"
		v.SkyboxRt = "http://www.roblox.com/asset/?id=171410657"
		v.SkyboxUp = "http://www.roblox.com/asset/?id=171410636"
	end
end


--[[ orange nebula

if not game.Lighting:FindFirstChildOfClass("Sky") then Instance.new("Sky", game.Lighting) end
for _,v in ipairs(game:GetService("Lighting"):GetChildren()) do
	if v.Name == "Sky" then
		v.SkyboxBk = "http://www.roblox.com/asset/?id=171560994"
		v.SkyboxDn = "http://www.roblox.com/asset/?id=171561019"
		v.SkyboxFt = "http://www.roblox.com/asset/?id=171560968"
		v.SkyboxLf = "http://www.roblox.com/asset/?id=171561065"
		v.SkyboxRt = "http://www.roblox.com/asset/?id=171561026"
		v.SkyboxUp = "http://www.roblox.com/asset/?id=171561009"
	end
end 

]]--

Ratings & Reviews

No reviews yet. Be the first to review this script!

Comments (0)

Please login to comment

Login with Discord

Loading comments...