I haven’t seen visible issues so far but I have a table with almost 10000 different words (that repeat sometimes, and I have no way to fix that currently) one of them is picked out everytime a player joins the game. My only concern is the sheer length of the script, consisting of over ten thousand lines.
There really should not be a long wait, however, optimizing the script could help, also putting the table into a Module Script could also help
2 Likes
Thank you very much, I’ll try that out! Never really used ModuleScripts so I’m interested to see how I’ll do.
1 Like
You would need to make links through your script and module.
2 Likes
Thank you very much for your help, put it in a module script and fixed some other things up and now it works like a charm
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.