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??
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
Thank you. It still won’t work though. Am I doing something wrong?
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.