Hello, i have module script where when players join they do some actions wich takes 4-30 seconds however problem is when multiple people join at same time script will break (it is using lots of variables).
For that reason only first player gets throgh system but other 2 players are stuck.
Is there way to make players “queue” up before they run the script? Or even better make the script run multiple times for every player?
Thanks!
Solved, using Dictionaries should fix this issue:
1 Like