• Console message every minute
    3 replies, posted
Im trying to send a message every minute using the operating systems clock. I can't quite find out how to do it
With the vague explanation about what do you need, grab this timer.Create("EveryMin", 60, 0, function() MsgN("??") end)
I've done that right. But what i want it to do is to say in console every minute --------23:30-------- it will say the time of your operating system.
Use os.date For your case to get the hour and minute use os.date( "%H:%M", os.time())
Sorry, you need to Log In to post a reply to this thread.