Why change colour ontouch script don't work?
Hello everyone,
It should change brick color on team color, but probably something is wrong.
Here is script:
03 | function OnTouch (CLight) |
06 | script.Parent.Parent.Parent.Lights.Ball.BrickColor = game.Players.LocalPlayer.TeamColor |
07 | script.Parent.Parent.Parent.Lights.C 1. BrickColor = game.Players.LocalPlayer.TeamColor |
08 | script.Parent.Parent.Parent.Lights.C 2. BrickColor = game.Players.LocalPlayer.TeamColor |
09 | script.Parent.Parent.Parent.Lights.C 3. BrickColor = game.Players.LocalPlayer.TeamColor |
10 | script.Parent.Parent.Parent.Lights.C 4. BrickColor = game.Players.LocalPlayer.TeamColor |
11 | script.Parent.Parent.Parent.Lights.C 5. BrickColor = game.Players.LocalPlayer.TeamColor |
12 | script.Parent.Parent.Parent.Lights.C 6. BrickColor = game.Players.LocalPlayer.TeamColor |
13 | script.Parent.Parent.Parent.Lights.C 7. BrickColor = game.Players.LocalPlayer.TeamColor |
14 | script.Parent.Parent.Parent.Lights.C 8. BrickColor = game.Players.LocalPlayer.TeamColor |
15 | script.Parent.Parent.Parent.Lights.C 9. BrickColor = game.Players.LocalPlayer.TeamColor |
16 | script.Parent.Parent.Parent.Lights.C 10. BrickColor = game.Players.LocalPlayer.TeamColor |
17 | script.Parent.Parent.Parent.Lights.C 11. BrickColor = game.Players.LocalPlayer.TeamColor |
18 | script.Parent.Parent.Parent.Lights.C 12. BrickColor = game.Players.LocalPlayer.TeamColor |
22 | script.Parent.Parent.CLight.Touched:connect(OnTouch) |