|
| 07 Aug 2012 04:53 PM |
function goal() game.Workspace.Message.Text = "GOAL!!!!!!!!!" game.Lighting.Ambient = Color3.new(255;0;255) wait(0.01) game.Lighting.Ambient = Color3.new(255;51;0) wait(0.01) game.Lighting.Ambient = Color3.new(102;255;51) wait(0.01) game.Lighting.Ambient = Color3.new(255;0;255) wait(0.01) game.Lighting.Ambient = Color3.new(255;51;0) wait(0.01) game.Lighting.Ambient = Color3.new(102;255;51) wait(0.01) game.Lighting.Ambient = Color3.new(255;0;255) wait(0.1) game.Lighting.Ambient = Color3.new(128;128;128) -- Original Lighitng Ambience is 128;128;128 wait(3) game.Workspace.Message.Text = "" end
script.Parent.Touched:connect(goal)
This wont work it says line 3 unexpected symbol ) |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 04:54 PM |
| use commas to separate parameters, not semicolons. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 04:58 PM |
| Works, but the Ambient at the end when its done doing the other ones its supposed to turn to normal but it turns the map white? |
|
|
| Report Abuse |
|
|