Pickanothername Posted October 29, 2022 Share Posted October 29, 2022 Hello, can someone tell me how to create setTimer so that after 7 seconds print (1) appears? Link to comment
AngelAlpha Posted October 29, 2022 Share Posted October 29, 2022 2 hours ago, WcaleNieTenCoZawsze said: Hello, can someone tell me how to create setTimer so that after 7 seconds print (1) appears? setTimer(function() print ("1") end, 7000, 1) Link to comment
Hydra Posted October 29, 2022 Share Posted October 29, 2022 If you want to print it only for one time use the example above but if you want to print it infinite change 1 to 0 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now