I have a function:
local function lamp\_tap(event) --some code... points\_text.text = "all points: " .. points --here I need sleep(or something like that) \<\<----- !!!!!!!!! clear\_lamps(6)--also functions randomize(6) --some code... end
what I need: stop program for some time (so user can se the results) . I tried to find information in internet, but… something went wrong.