Live Event on Loop Version 2

So, I didn’t get to explain much in the previous topic I made, so I am going to make another one.

Hello, again! I am still in the same problem with live event. So, I want to make a live event that loops every 3 hours this time. Plus, I want my SurfaceGUI to show the timer in HH/MM/SS format (hour/minute/seconds). I want the live event to exactly start at XX:00:00, or when in real time (EST), 12AM, 3AM, 6AM, 9AM, 12PM, 3PM, 6PM, 9PM. Those are the times that the event will start.

I hope I explained it more detailed and if you have more questions, feel free te reply below. I’ll be waiting for someone that can help me with this problem, thank you!

1 Like

I don’t understand much but you can try using the os.time() I think.

Watch some tutorials first.

Sorry about that. What I mean is when the real life time turns to 12AM 3AM 6AM 9AM and same but PM, the timer goes 0 and the live event will begin.

Date time can give you the formatting, you may just need to adjust from universal time to give you the EST timezone.