How do I give a specific amount of items based on a scoreboard's score? [closed]

Solution 1:

There is no instant way of doing this but you can run a /give command, decrease the score by 1 and repeat until the score reaches 0.

So it would go like this:

/execute as @a[scores={someScore=1..}] run give @s ...
/scoreboard players remove @a[scores={someScore=1..}] someScore 1