FunctionsMiniGameStartMiniGameStart CallableMiniGameStart(GameType: string, Difficulty: string | number, ReturnFunction: string): voidStarts a given mini game at a set difficulty and keepsParametersGameType: stringName of the mini-game to launchDifficulty: string | numberDifficulty Ration for the mini-gameReturnFunction: stringCallback name to execute once the mini-game is overReturns voidNothing
Starts a given mini game at a set difficulty and keeps