What would I do if I want to make a script wait for hours?

I’m working on a script that causes another thing to happen every few hours. Would I simply use wait(10800) if I want to make it wait 3 hours or is there something better than that?

Is this what you could possibly need? Unless if you literally want the script to wait for T H A T long then o_o 1 hour is like 3,600 seconds

Yeah I was just wondering if using a wait() for that long would work

I mean it could, but it wouldn’t be exact since wait() might delay a little bit depending on how much things you put onto your game

Alright that’s fine. Thanks for the help!

1 Like