Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can someone please tell me what's wrong in this script?

Asked by 9 years ago

local Pointlight = honk.PointLight local honk = game.Workspace.Alarm.Light

while true do wait(1) Pointlight.Brightness = "0" wait(1) Pointlight.Brightness = "6"

end

Answer this question