the script is this
part = game.Workspace.Part part.Color = BrickColor.new("Bright blue")
The issue with your script is line 3.
part = game.Workspace.Part part.BrickColor = BrickColor.new("Bright blue") --Color is not a valid member of part
Read about the property here: http://wiki.roblox.com/index.php?title=BrickColor