put a print statement, every other line and Output will be back to helping u again.
while true do
wait()
Tree = game.Workspace.TreePost
print("Tree = ", Tree)
Beach = game.Workspace.Beach
print("Conditions = ", (Tree.OriginColor.Value == "Dark green"), (Beach.OriginColor.Value == "Dark green"))
if Tree.OriginColor.Value == "Dark green" and Beach.OriginColor.Value == "Dark green" then
script.Parent.Blue.Value = true .
.
.
.
Print ALLWAYS finds the problem...
|