Hasli4

LightSwitch

Dec 14th, 2025
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. while true do
  2.      game.workspace.Part1.PointLight.Enabled = false
  3.      game.workspace.Part2.SpotLight.Enabled = false
  4.      game.workspace.Part3.SurfaceLight.Enabled = false
  5.      wait(1)
  6.      game.workspace.Part1.PointLight.Enabled = true
  7.      game.workspace.Part2.SpotLight.Enabled = true
  8.      game.workspace.Part3.SurfaceLight.Enabled = true
  9.      wait(1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment