|
| 12 Nov 2014 04:25 PM |
print 'Hello world!'
wait (2)
game.workspace.Color1.pointlight.Color = 28,15,170 wait(.6) game.workspace.Color1.pointlight.Color = 16.170.5
wait(.6) repeat 10000000000000000000009999999999999999999999999999999999999 until end
what do i add to make this work? I think im messing up at the color part
R$9,823 |
|
|
| Report Abuse |
|
|
| 12 Nov 2014 04:33 PM |
print("Hello stupid world!")
wait(2)
workspace:WaitForChild("Color1")
function setColorCycle(pointlight, brickcolor) pointlight.Color = brickcolor.color end
while workspace:FindFirstChild("Color1") do wait() setColorCycle(workspace.Color1, BrickColor.Red()) wait(0.6) setColorCycle(workspace.Color1, BrickColor.White()) end
Mine isn't the best I know, and I haven't tested it. It also requires brickcolors (although this can be edited). |
|
|
| Report Abuse |
|