-
Hi. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Caching can't influence something like that. It's probably because the file will now consistently load in the same order every time, so you should set the random seed in that file: math.randomseed(os.time()) |
Beta Was this translation helpful? Give feedback.
-
Thanks this works. |
Beta Was this translation helpful? Give feedback.
Caching can't influence something like that.
It's probably because the file will now consistently load in the same order every time, so you should set the random seed in that file: