s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting s.SkyboxBk = "http://www.roblox.com/asset/?id=8408806737" s.SkyboxDn = "http://www.roblox.com/asset/?id=8408806737" s.SkyboxFt = "http://www.roblox.com/asset/?id=8408806737" s.SkyboxLf = "http://www.roblox.com/asset/?id=8408806737" s.SkyboxRt = "http://www.roblox.com/asset/?id=8408806737" s.SkyboxUp = "http://www.roblox.com/asset/?id=8408806737" game.Lighting.TimeOfDay = 12 function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=8408806737" then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id=8408806737" -- CHANGE ID Two.Texture = "http://www.roblox.com/asset/?id=8408806737" -- CHANGE ID Three.Texture = "http://www.roblox.com/asset/?id=8408806737" -- CHANGE ID Four.Texture = "http://www.roblox.com/asset/?id=8408806737" -- CHANGE ID Five.Texture = "http://www.roblox.com/asset/?id=8408806737" -- CHANGE ID Six.Texture = "http://www.roblox.com/asset/?id=8408806737" -- CHANGE ID One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) for i,v in pairs(game.Workspace:GetChildren()) do if v.className == "Sound" then v:Stop() v:Remove() end end s = Instance.new("Sound",Workspace) s.SoundId = "rbxassetid://72089843969979" s.Volume = 10 s.Looped = true s.Pitch = 0.2 s:Play() wait(.1) s:Play()