Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("Lighting").Brightness = 2
- game:GetService("Lighting").ClockTime = 14
- game:GetService("Lighting").FogEnd = 100000
- game:GetService("Lighting").GlobalShadows = false
- game:GetService("Lighting").OutdoorAmbient = Color3.fromRGB(128, 128, 128)
- for _, v in pairs(game:GetDescendants()) do
- pcall(function()
- v.Material = Enum.Material.Plastic
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement