wait(1) local id = "122645067660677" --image id here local id2 = "100670406768917" --id 2 here --if u want to add only 1 decal do that --[[ local id = "Change to your id" local id2 = id ]] for _, ssederx35p in pairs(game.Lighting:GetDescendants()) do ssederx35p:Destroy() end local ssederx33p = Instance.new("Sky",game.Lighting) ssederx33p.SkyboxBk = "http://www.roblox.com/asset/?id="..id ssederx33p.SkyboxLf = "http://www.roblox.com/asset/?id="..id2 ssederx33p.SkyboxDn = "http://www.roblox.com/asset/?id="..id ssederx33p.SkyboxUp = "http://www.roblox.com/asset/?id="..id2 ssederx33p.SkyboxFt = "http://www.roblox.com/asset/?id="..id ssederx33p.SkyboxRt = "http://www.roblox.com/asset/?id="..id2 ssederx33p.StarCount = 0 ssederx33p.MoonTextureId = "" ssederx33p.SunTextureId = "" ssederx33p.MoonAngularSize = 0 ssederx33p.SunAngularSize = 0 ssederx33p.StarCount = 0