Here is my code, anybody know a fix or what's wrong?
script.Parent.BrickColor = "Bright red" --Anybody got a fix? :(
Yeah, you gotta use BrickColor.new("Bright red")
script.Parent.BrickColor = BrickColor.new("Bright red")