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

Would this script work?

Asked by 10 years ago

Okay heres a script for a blinking light. script is in part

wait(1)
while true do
script.Parent.PointLight.Brightness = 0
wait(2)
script.Parent.PointLight.Brightness = 30
end

Any helpers?

0
It looks like it should work. Try testing it yourself, and if it does not work, tell us what output says Tempestatem 884 — 10y

1 answer

Log in to vote
0
Answered by 10 years ago

As Tempestatem's comment said, it should work just fine. I don't think you need the first line however.

Ad

Answer this question