Multiple Rewards

Want to give player multiple items from one reward?

Important Information:

Using multipleRewards option will not assign reward provided in main Reward Object, in this case main reward object is used only to showcase item in container UI - So you can add some image and label for example: "Mystery Items" and some photo of mystery box!

Object to give multiple rewards to player:

multipleRewards = { 
    {
        modelName = "firework1",
        type = "item",
        quantity = 5,
    },
    {
        modelName = "rolex",
        type = "item",
        quantity = 15,
    },
}

Example Reward Configuration:

Last updated