os.time and tick are functions that return values. What you’re currently doing is grabbing a reference to these functions and printing them which is giving back the memory address. You actually need to call them to get back the expected results. See the above response.