So I'm trying to make my localscript loop to be able to update a players points every few 10 seconds. Is it possible and if so, what do you use?
0
Use while true do, and then do wait(10) and write your script in after the wait, and the end. It means it will wait ten seconds, and will do the script and loop. While true do is an infinite loop.tonyv53795— 5y