roblox script how to get how long a script lasts code example
Example: Roblox Script wait
-- To wait in Roblox Lua
wait(0)
-- Replace 0 with the amount of seconds
-- If you wanted to wait for 1 Minute it would be
wait(60)
-- To wait in Roblox Lua
wait(0)
-- Replace 0 with the amount of seconds
-- If you wanted to wait for 1 Minute it would be
wait(60)