#doesnt change color
1 messages · Page 1 of 1 (latest)
Should be in a while loop or runservice to consistently check if the Y change
thx
I would just do part.Changed instead while loop or runservice
1 messages · Page 1 of 1 (latest)
if part.Position.Y <= 349 then
part.BrickColor = BrickColor.new("Dark grey metallic")
elseif part.Position.Y >= 350 then
part.BrickColor = BrickColor.new("Burnt Sienna")
elseif part.Position.Y >= 750 then
part.BrickColor = BrickColor.new("Forest green")
end
this is supposed to make a part change color when its above the Y position
Should be in a while loop or runservice to consistently check if the Y change
thx
I would just do part.Changed instead while loop or runservice