day = tonumber(os.date("%d")) function onGrab() if (day % 2) == 0 then print("Today is an even number date") end end