TwoSide3Point0

Normal lighting/graphics

Mar 20th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. local light = game.Lighting
  2. for i, v in pairs(light:GetChildren()) do
  3. v:Destroy()
  4. end
Advertisement
Add Comment
Please, Sign In to add comment