I am typing a code that makes a script inside a model make a character inside that model's head black. But for some reason, it has a line of red. With a piece of the red saying "Statement spans multiple lines; use indentation to silence" And the other piece saying "expected identifier when parsing expression, got '='" Please help me. The line of code will be provided here:
script.Parent.AllenBatman777.Head.Color = Color3.new(0,0,0)
I solved it myself. I simply turned te code into a function instead of a full section of code.