does anyone here know how to change this Color3Value from a script?
i have this so far, but its not working.
PL1 = script.Parent
workspace.AlarmAlert:Play()
PL1.ColorLight.Value = Color3.fromRGB(255, 255, 127)
wait(3)
PL1.ColorLight.Value = Color3.fromRGB(0, 0, 0)
wait(3)
PL1.ColorLight.Value = Color3.fromRGB(255, 255, 127)
wait(3)
PL1.ColorLight.Value = Color3.fromRGB(0, 0, 0)
wait(3)
PL1.ColorLight.Value = Color3.fromRGB(255, 255, 127)
wait(3)
PL1.ColorLight.Value = Color3.fromRGB(0, 0, 0)
wait(3)
PL1.ColorLight.Value = Color3.fromRGB(255, 255, 127)
wait(3)
PL1.ColorLight.Value = Color3.fromRGB(0, 0, 0)
wait(3)
PL1.ColorLight.Value = Color3.fromRGB(255, 255, 127)
workspace.AlarmAlert:Stop()
There is no errors in the output and im not sure how to fix it!