Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --//Variables
- local light = script.Parent
- local spotlight = light.SpotLight
- while true do
- if math.random() < 0.1 then
- spotlight.Enabled = false
- task.wait(0.1)
- spotlight.Enabled = true
- end
- task.wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement