How would I go about creating a live event?

Hello, I want to create a live event similar to games like “Jailbreak” but how would I go about doing this?
I want it so that when it reaches a certain time in UTC the actions, (e.g. a model moving down) would start.

So far I’ve tried to use the “wait()” command so that when I shut down the server, after the wait is over it starts but this is only client side not server side so the event would start at different times for everyone.

My best guess is that you would have to make use of os.time().

2 Likes

I’ll try this, and keep you updated with how it goes.

Edit - I’ve made it so when it reaches a set os time that it fires a server wide script and in testing it worked very well, thank you for showing me that feature it’s honestly a live saver.