Advertisement
MindOfPlayer

performance mode

Jul 16th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. game:GetService("Lighting").Brightness = 2
  2. game:GetService("Lighting").ClockTime = 14
  3. game:GetService("Lighting").FogEnd = 100000
  4. game:GetService("Lighting").GlobalShadows = false
  5. game:GetService("Lighting").OutdoorAmbient = Color3.fromRGB(128, 128, 128)
  6. for _, v in pairs(game:GetDescendants()) do
  7.     pcall(function()
  8.         v.Material = Enum.Material.Plastic
  9.     end)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement