get("#380") -- hashImage return function() hash = hashImage(img) if lastHash == nil then lastHash = hash return nil -- "Initializing..." end if lastHash == hash then return "No movement" else lastHash = hash return "Movement" end end