So this is my script rn
while true do script.Parent.BrickColor = BrickColor.new("Dark orange") wait(1) script.Parent.BrickColor = BrickColor.new("Black") wait(1) end
Please help me Snipperdiaper
You copied the block code not the raw code so now theres the line numbers in your code
while true do script.Parent.BrickColor = BrickColor.new("Dark orange") wait(1) script.Parent.BrickColor = BrickColor.new("Black") wait(1) end
Hover over the code ABOVE and click on view source and copy the code from there or If you dont know how to do that just remove the numbers YOUR code
Closed as Non-Descriptive by piRadians and Goulstem
This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.
Why was this question closed?