SyntaxFix
Write A Post
Hire A Developer
Questions
I believe for windows you may use: os.execute("ping 1.1.1.1 /n 1 /w <time in milliseconds> >nul as a simple timer. (remove the "<>" when inserting the time in milliseconds) (there is a space between the rest of the code and >nul)
os.execute("ping 1.1.1.1 /n 1 /w <time in milliseconds> >nul
>nul