SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[lua] Easiest way to make lua script wait/pause/sleep/block for a few seconds?
Home
Question
Easiest way to make lua script wait/pause/sleep/block for a few seconds?
This should work:
os.execute("PAUSE")
Examples related to
lua
•
How do I append to a table in Lua
•
List file using ls command in Linux with full path
•
Check if a string isn't nil or empty in Lua
•
Roblox Admin Command Script
•
How to add a "sleep" or "wait" to my Lua Script?
•
How to iterate through table in Lua?
•
Not Equal to This OR That in Lua
•
How to read data from a file in Lua
•
Lua string to int
•
How to check if matching text is found in a string in Lua?