How do I fix "for and do loop ending with until"?
Asked by
4 years ago Edited 4 years ago
``Hello, I am very new to scripting, so thanks very much for help. I tried to make script to collect Crops number from 0 to 115. After it reaches max - 115, whole loop resets and it wait 1 minute and after it starts collecting from number 0 again. I tried everything, but always I get syntax error and I don't know what to do anymore. Even google didn't help. Thank you very much.
PS: I know it is simple and noob script, but I am scripting only 2 days. Thank you.
03 | local string_ 1 = "ClaimCrop" ; |
05 | local Target = game:GetService( "Players" ).BeautifulAuraLover.Function; |
06 | Target:InvokeServer(string_ 1 , number_ 1 ); |