Printing and comparing BrickColor

print("Ship loaded brickcolor: ", ship.Loaded.BrickColor)
if ship.Loaded.BrickColor == "Really red" then

the if statement isn’t crossed but it prints “Really red” right before it??

if ship.Loaded.BrickColor == “Really red” then
no its actually

if ship.Loaded.BrickColor == BrickColor.new("Really Red") then
1 Like

Thank you. It still won’t work though. Am I doing something wrong?
Screenshot 2023-09-05 at 23.08.42

uncapitalize the “Red” into “red” in the Really red i just made a mistake there

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.