#Why doesnt this wait 500ms before it gives each diamond?
1 messages · Page 1 of 1 (latest)
runTimeout time is measured in ticks
each second lasts 20 ticks soo you basically put 25 seconds delay
Its still not working, it just instantly counts to the number and gives the diamonds
I want it to be like a 1/4 of a second delay inbetween each
Make both the wait function and the crateMenuTest function async then use the await keyword where you call the wait function