script.Parent.Brickcolor = BrickColor.new("Bright green")
You need to use BrickColor
not Brickcolor
Your script is good. only have this error
Here is fixed:
script.Parent.BrickColor = BrickColor.new("Bright green")
Hope it helped :)
You can see more here in wiki: BrickColor