USE_RANDOM_MINI_GAME_KEY
On the README.MD file it says "Whether to use a random key for the minigame encryption (eg [0,15])" whenever i use the array[0,15] i get an error saying input should be a Boolean and when i change the input to a Boolean(true), the code runs smoothly but i dont get any keys. Can someone please help me because am a newbie in all this.
sorry there's an typo in the documentation, you shouldn't write [0.15] you should write true or false
sorry there's an typo in the documentation, you shouldn't write [0.15] you should write true or false
Okay, but after writing true, the script does not play the mini game?? Is there something am not doing right???