Hasli4

Lighter

Dec 14th, 2025 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. while true do
  2.      B = game.Lighting.ClockTime
  3.      if B > 16 then game.workspace.Sphere.SpotLight.Enabled = true end
  4.      if B < 6 then game.workspace.Sphere.SpotLight.Enabled = true end
  5.      if B > 6 and B < 16 then game.workspace.Sphere.SpotLight.Enabled = false end
  6.      wait()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment