• Timer Function
    1 replies, posted
How to execute function every 1-second like recursion way? function hello() print("Hello World") end
Hello, You can use timer.Create. Set the delay to 1 and repetitions to 0 to make it run for ever.
Sorry, you need to Log In to post a reply to this thread.